Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
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()
Dcompaction.c245 while (++start_nr <= __highest_present_section_nr) { in skip_offline_sections()
/Linux-v6.6/include/linux/
Dmmzone.h1954 extern unsigned long __highest_present_section_nr;
2022 while (++section_nr <= __highest_present_section_nr) { in next_present_section_nr()
/Linux-v6.6/drivers/base/
Dmemory.c948 for (nr = 0; nr <= __highest_present_section_nr; in memory_dev_init()