Searched refs:this_start (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/
H A Dmemtest.c76 phys_addr_t this_start, this_end; local
78 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &this_start,
80 this_start = clamp(this_start, start, end);
82 if (this_start < this_end) {
84 &this_start, &this_end, cpu_to_be64(pattern));
85 memtest(pattern, this_start, this_end - this_start);
H A Dmemblock.c224 phys_addr_t this_start, this_end, cand; local
227 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) {
228 this_start = clamp(this_start, start, end);
231 cand = round_up(this_start, align);
259 phys_addr_t this_start, this_end, cand; local
262 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end,
264 this_start = clamp(this_start, start, end);
271 if (cand >= this_start)
[all...]

Completed in 231 milliseconds