Searched refs:cur_max_mp_size (Results 1 – 1 of 1) sorted by relevance
5909 int err, mp_size, cur_max_mp_size, exp_max_mp_size, ret = -1; local6061 cur_max_mp_size = le32_to_cpu(a->length) -6069 le32_to_cpu(m->bytes_in_use) + cur_max_mp_size;6087 cur_max_mp_size)) {6115 if (((mp_size + 7) & ~7) != cur_max_mp_size) {6241 cur_max_mp_size = le32_to_cpu(m->bytes_allocated) -6248 if (mp_size > cur_max_mp_size)6249 mp_size = cur_max_mp_size;