Searched refs:NR_SECTION_ROOTS (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/
H A Dvmcore_info.c160 VMCOREINFO_LENGTH(mem_section, NR_SECTION_ROOTS);
/linux-master/mm/
H A Dsparse.c29 struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT]
233 size = sizeof(struct mem_section *) * NR_SECTION_ROOTS;
/linux-master/include/linux/
H A Dmmzone.h1836 #define NR_SECTION_ROOTS DIV_ROUND_UP(NR_MEM_SECTIONS, SECTIONS_PER_ROOT) macro
1842 extern struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT];
1854 if (unlikely(root >= NR_SECTION_ROOTS))
/linux-master/scripts/gdb/linux/
H A Dmm.py75 self.NR_SECTION_ROOTS = DIV_ROUND_UP(self.NR_MEM_SECTIONS, self.SECTIONS_PER_ROOT)

Completed in 230 milliseconds