Home
last modified time | relevance | path

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

/linux-6.6.21/mm/ !
Dsparse.c656 DECLARE_BITMAP(map, SUBSECTIONS_PER_SECTION) = { 0 }; in clear_subsection_map()
657 DECLARE_BITMAP(tmp, SUBSECTIONS_PER_SECTION) = { 0 }; in clear_subsection_map()
664 bitmap_and(tmp, map, subsection_map, SUBSECTIONS_PER_SECTION); in clear_subsection_map()
666 if (WARN(!subsection_map || !bitmap_equal(tmp, map, SUBSECTIONS_PER_SECTION), in clear_subsection_map()
671 bitmap_xor(subsection_map, map, subsection_map, SUBSECTIONS_PER_SECTION); in clear_subsection_map()
678 SUBSECTIONS_PER_SECTION); in is_subsection_map_empty()
684 DECLARE_BITMAP(map, SUBSECTIONS_PER_SECTION) = { 0 }; in fill_subsection_map()
692 if (bitmap_empty(map, SUBSECTIONS_PER_SECTION)) in fill_subsection_map()
694 else if (bitmap_intersects(map, subsection_map, SUBSECTIONS_PER_SECTION)) in fill_subsection_map()
698 SUBSECTIONS_PER_SECTION); in fill_subsection_map()
/linux-6.6.21/include/linux/ !
Dmmzone.h1770 #define SUBSECTIONS_PER_SECTION (1UL << (SECTION_SIZE_BITS - SUBSECTION_SHIFT)) macro
1779 DECLARE_BITMAP(subsection_map, SUBSECTIONS_PER_SECTION);