Searched defs:this_start_pfn (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dpage_alloc.c3972 unsigned long this_start_pfn, this_end_pfn; local
3978 for_each_mem_pfn_range(i, nid, &this_start_pfn, &this_end_pfn, NULL) {
3979 *start_pfn = min(*start_pfn, this_start_pfn);

Completed in 13 milliseconds