Home
last modified time | relevance | path

Searched refs:__highest_present_section_nr (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dsparse.c188 unsigned long __highest_present_section_nr; variable
193 if (section_nr > __highest_present_section_nr) in section_mark_present()
194 __highest_present_section_nr = section_nr; in section_mark_present()
202 (section_nr <= __highest_present_section_nr)); \
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/
H A Dmmzone.h1394 extern unsigned long __highest_present_section_nr;
1449 while (++section_nr <= __highest_present_section_nr) { in next_present_section_nr()
/kernel/linux/linux-6.6/include/linux/
H A Dmmzone.h2007 extern unsigned long __highest_present_section_nr;
2082 while (++section_nr <= __highest_present_section_nr) { in next_present_section_nr()
/kernel/linux/linux-5.10/drivers/base/
H A Dmemory.c738 for (nr = 0; nr <= __highest_present_section_nr; in memory_dev_init()
/kernel/linux/linux-6.6/drivers/base/
H A Dmemory.c960 for (nr = 0; nr <= __highest_present_section_nr; in memory_dev_init()

Completed in 16 milliseconds