Home
last modified time | relevance | path

Searched refs:BITMAP_SLAB_BIT_SIZE_LOG2 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_fib/
H A Dtrie.h31 #define BITMAP_SLAB_BIT_SIZE_LOG2 6 macro
32 #define BITMAP_SLAB_BIT_SIZE (1ULL << BITMAP_SLAB_BIT_SIZE_LOG2)
H A Ddir24_8.c158 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()
H A Ddir24_8.h26 #define BITMAP_SLAB_BIT_SIZE_LOG2 6 macro
27 #define BITMAP_SLAB_BIT_SIZE (1 << BITMAP_SLAB_BIT_SIZE_LOG2)