Searched refs:BITMAP_SLAB_BITMASK (Results 1 – 3 of 3) sorted by relevance
33 #define BITMAP_SLAB_BITMASK (BITMAP_SLAB_BIT_SIZE - 1) macro
28 #define BITMAP_SLAB_BITMASK (BITMAP_SLAB_BIT_SIZE - 1) macro
173 ~(1ULL << (idx & BITMAP_SLAB_BITMASK)); in tbl8_free_idx()