Home
last modified time | relevance | path

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

/mm/
Dmemtest.c69 phys_addr_t this_start, this_end; in do_one_pass() local
71 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &this_start, in do_one_pass()
73 this_start = clamp(this_start, start, end); in do_one_pass()
75 if (this_start < this_end) { in do_one_pass()
77 &this_start, &this_end, cpu_to_be64(pattern)); in do_one_pass()
78 memtest(pattern, this_start, this_end - this_start); in do_one_pass()
Dmemblock.c215 phys_addr_t this_start, this_end, cand; in __memblock_find_range_bottom_up() local
218 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) { in __memblock_find_range_bottom_up()
219 this_start = clamp(this_start, start, end); in __memblock_find_range_bottom_up()
222 cand = round_up(this_start, align); in __memblock_find_range_bottom_up()
250 phys_addr_t this_start, this_end, cand; in __memblock_find_range_top_down() local
253 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end, in __memblock_find_range_top_down()
255 this_start = clamp(this_start, start, end); in __memblock_find_range_top_down()
262 if (cand >= this_start) in __memblock_find_range_top_down()