Searched refs:BITMAP_SLAB_BIT_SIZE_LOG2 (Results 1 – 3 of 3) sorted by relevance
31 #define BITMAP_SLAB_BIT_SIZE_LOG2 6 macro32 #define BITMAP_SLAB_BIT_SIZE (1ULL << BITMAP_SLAB_BIT_SIZE_LOG2)
158 for (i = 0; (i < (dp->number_tbl8s >> BITMAP_SLAB_BIT_SIZE_LOG2)) && in tbl8_get_idx()161 if (i < (dp->number_tbl8s >> BITMAP_SLAB_BIT_SIZE_LOG2)) { in tbl8_get_idx()164 return (i << BITMAP_SLAB_BIT_SIZE_LOG2) + bit_idx; in tbl8_get_idx()172 dp->tbl8_idxes[idx >> BITMAP_SLAB_BIT_SIZE_LOG2] &= in tbl8_free_idx()
26 #define BITMAP_SLAB_BIT_SIZE_LOG2 6 macro27 #define BITMAP_SLAB_BIT_SIZE (1 << BITMAP_SLAB_BIT_SIZE_LOG2)