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

/linux-master/mm/
H A Dmm_init.c1688 unsigned long this_start_pfn, this_end_pfn; local
1694 for_each_mem_pfn_range(i, nid, &this_start_pfn, &this_end_pfn, NULL) {
1696 *end_pfn = max(*end_pfn, this_end_pfn);

Completed in 115 milliseconds