Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmmzone.h1249 #define SECTION_NR_TO_ROOT(sec) ((sec) / SECTIONS_PER_ROOT) macro
1270 if (!mem_section[SECTION_NR_TO_ROOT(nr)]) in __nr_to_section()
1272 return &mem_section[SECTION_NR_TO_ROOT(nr)][nr & SECTION_ROOT_MASK]; in __nr_to_section()
/Linux-v5.10/mm/
Dsparse.c83 unsigned long root = SECTION_NR_TO_ROOT(section_nr); in sparse_index_init()