Home
last modified time | relevance | path

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

/openbmc/linux/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.c245 while (++start_nr <= __highest_present_section_nr) { in skip_offline_sections()
/openbmc/linux/include/linux/
H A Dmmzone.h1960 extern unsigned long __highest_present_section_nr;
2036 while (++section_nr <= __highest_present_section_nr) { in next_present_section_nr()
/openbmc/linux/drivers/base/
H A Dmemory.c960 for (nr = 0; nr <= __highest_present_section_nr; in memory_dev_init()