Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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)); \
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h1371 extern unsigned long __highest_present_section_nr;
1419 while (++section_nr <= __highest_present_section_nr) { in next_present_section_nr()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dmemory.c738 for (nr = 0; nr <= __highest_present_section_nr; in memory_dev_init()