Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dsparse.c25 struct mem_section *mem_section[NR_SECTION_ROOTS]
28 struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT]
113 for (root_nr = 0; root_nr < NR_SECTION_ROOTS; root_nr++) { in __section_nr()
122 VM_BUG_ON(root_nr == NR_SECTION_ROOTS); in __section_nr()
/linux-4.1.27/include/linux/
Dmmzone.h1120 #define NR_SECTION_ROOTS DIV_ROUND_UP(NR_MEM_SECTIONS, SECTIONS_PER_ROOT) macro
1124 extern struct mem_section *mem_section[NR_SECTION_ROOTS];
1126 extern struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT];
/linux-4.1.27/kernel/
Dkexec.c1959 VMCOREINFO_LENGTH(mem_section, NR_SECTION_ROOTS); in crash_save_vmcoreinfo_init()