Home
last modified time | relevance | path

Searched refs:SECTIONS_PER_ROOT (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
A Dmmzone.h1361 #define SECTIONS_PER_ROOT (PAGE_SIZE / sizeof (struct mem_section)) macro
1363 #define SECTIONS_PER_ROOT 1 macro
1366 #define SECTION_NR_TO_ROOT(sec) ((sec) / SECTIONS_PER_ROOT)
1367 #define NR_SECTION_ROOTS DIV_ROUND_UP(NR_MEM_SECTIONS, SECTIONS_PER_ROOT)
1368 #define SECTION_ROOT_MASK (SECTIONS_PER_ROOT - 1)
1373 extern struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT];
/linux/mm/
A Dsparse.c29 struct mem_section mem_section[NR_SECTION_ROOTS][SECTIONS_PER_ROOT]
66 unsigned long array_size = SECTIONS_PER_ROOT * in sparse_index_alloc()

Completed in 8 milliseconds