Home
last modified time | relevance | path

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

/mm/
Dpage_alloc.c4975 unsigned long this_start_pfn, this_end_pfn; in get_pfn_range_for_nid() local
4981 for_each_mem_pfn_range(i, nid, &this_start_pfn, &this_end_pfn, NULL) { in get_pfn_range_for_nid()
4983 *end_pfn = max(*end_pfn, this_end_pfn); in get_pfn_range_for_nid()