Home
last modified time | relevance | path

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

/dpdk/lib/fib/
H A Dtrie.h25 #define BITMAP_SLAB_BIT_SIZE_LOG2 6 macro
26 #define BITMAP_SLAB_BIT_SIZE (1ULL << BITMAP_SLAB_BIT_SIZE_LOG2)
H A Ddir24_8.c154 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()
H A Ddir24_8.h22 #define BITMAP_SLAB_BIT_SIZE_LOG2 6 macro
23 #define BITMAP_SLAB_BIT_SIZE (1 << BITMAP_SLAB_BIT_SIZE_LOG2)