Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dpage_alloc.c4521 static unsigned long __meminitdata last_start_pfn, last_end_pfn; in __early_pfn_to_nid() local
4524 if (last_start_pfn <= pfn && pfn < last_end_pfn) in __early_pfn_to_nid()
4529 last_start_pfn = start_pfn; in __early_pfn_to_nid()