Home
last modified time | relevance | path

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

/linux/mm/
H A Dsparse.c30 struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT]
207 size = sizeof(struct mem_section *) * NR_SECTION_ROOTS; in memblocks_present()
/linux/include/linux/
H A Dmmzone.h2045 #define NR_SECTION_ROOTS DIV_ROUND_UP(NR_MEM_SECTIONS, SECTIONS_PER_ROOT) macro
2051 extern struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT];
2063 if (unlikely(root >= NR_SECTION_ROOTS)) in __nr_to_section()
/linux/scripts/gdb/linux/
H A Dmm.py72 self.NR_SECTION_ROOTS = DIV_ROUND_UP(self.NR_MEM_SECTIONS, self.SECTIONS_PER_ROOT)
251 self.NR_SECTION_ROOTS = DIV_ROUND_UP(self.NR_MEM_SECTIONS, self.SECTIONS_PER_ROOT)