Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dpage_alloc.c4021 unsigned long this_start_pfn, this_end_pfn; in get_pfn_range_for_nid() local
4027 for_each_mem_pfn_range(i, nid, &this_start_pfn, &this_end_pfn, NULL) { in get_pfn_range_for_nid()
4029 *end_pfn = max(*end_pfn, this_end_pfn); in get_pfn_range_for_nid()