Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dsparse.c163 unsigned long __highest_present_section_nr; variable
167 if (section_nr > __highest_present_section_nr) in __section_mark_present()
168 __highest_present_section_nr = section_nr; in __section_mark_present()
H A Dcompaction.c251 while (++start_nr <= __highest_present_section_nr) { in skip_offline_sections()
/linux-6.15/include/linux/
H A Dmmzone.h2063 extern unsigned long __highest_present_section_nr;
2142 while (++section_nr <= __highest_present_section_nr) { in next_present_section_nr()