Home
last modified time | relevance | path

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

/linux/mm/
H A Dsparse.h45 if (section_nr > __highest_present_section_nr) in __section_mark_present()
46 __highest_present_section_nr = section_nr; in __section_mark_present()
H A Dsparse.c164 unsigned long __highest_present_section_nr; variable
/linux/include/linux/
H A Dmmzone.h2196 extern unsigned long __highest_present_section_nr;
2298 while (nr <= __highest_present_section_nr && pfn < end_pfn) { in first_valid_pfn()
2353 while (++section_nr <= __highest_present_section_nr) { in next_present_section_nr()