Lines Matching refs:this_end
214 phys_addr_t this_start, this_end, cand;
217 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) {
219 this_end = clamp(this_end, start, end);
222 if (cand < this_end && this_end - cand >= size)
249 phys_addr_t this_start, this_end, cand;
252 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end,
255 this_end = clamp(this_end, start, end);
257 if (this_end < size)
260 cand = round_down(this_end - size, align);