Searched refs:__highest_present_section_nr (Results 1 – 4 of 4) sorted by relevance
163 unsigned long __highest_present_section_nr; variable167 if (section_nr > __highest_present_section_nr) in __section_mark_present()168 __highest_present_section_nr = section_nr; in __section_mark_present()
250 while (++start_nr <= __highest_present_section_nr) { in skip_offline_sections()
1992 extern unsigned long __highest_present_section_nr;2068 while (++section_nr <= __highest_present_section_nr) { in next_present_section_nr()
981 for (nr = 0; nr <= __highest_present_section_nr; in memory_dev_init()
Completed in 18 milliseconds