Searched refs:BITS_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
487 #ifndef BITS_PER_PAGE488 #define BITS_PER_PAGE (1UL << (PAGE_SHIFT + 3)) macro489 #define BITS_PER_PAGE_MASK (BITS_PER_PAGE - 1)491 # if BITS_PER_PAGE != (1UL << (PAGE_SHIFT + 3))578 bits += bitmap_weight(p_addr, BITS_PER_PAGE); in bm_count_bits()
76 #define BITS_PER_PAGE (ilog2(SLOTS_PER_PAGE)+1) macro