Searched refs:SUBSECTIONS_PER_SECTION (Results 1 – 1 of 1) sorted by relevance
1863 #define SUBSECTIONS_PER_SECTION (1UL << (SECTION_SIZE_BITS - SUBSECTION_SHIFT)) macro1872 DECLARE_BITMAP(subsection_map, SUBSECTIONS_PER_SECTION);2111 bit = find_next_bit(usage->subsection_map, SUBSECTIONS_PER_SECTION, idx); in pfn_section_first_valid()2112 if (bit == SUBSECTIONS_PER_SECTION) in pfn_section_first_valid()
Completed in 9 milliseconds