Searched refs:BITMAP_SLAB_BIT_SIZE_LOG2 (Results 1 – 3 of 3) sorted by relevance
25 #define BITMAP_SLAB_BIT_SIZE_LOG2 6 macro26 #define BITMAP_SLAB_BIT_SIZE (1ULL << BITMAP_SLAB_BIT_SIZE_LOG2)
154 for (i = 0; (i < (dp->number_tbl8s >> BITMAP_SLAB_BIT_SIZE_LOG2)) && in tbl8_get_idx()157 if (i < (dp->number_tbl8s >> BITMAP_SLAB_BIT_SIZE_LOG2)) { in tbl8_get_idx()160 return (i << BITMAP_SLAB_BIT_SIZE_LOG2) + bit_idx; in tbl8_get_idx()168 dp->tbl8_idxes[idx >> BITMAP_SLAB_BIT_SIZE_LOG2] &= in tbl8_free_idx()
22 #define BITMAP_SLAB_BIT_SIZE_LOG2 6 macro23 #define BITMAP_SLAB_BIT_SIZE (1 << BITMAP_SLAB_BIT_SIZE_LOG2)