| 88 | } |
| 89 | |
| 90 | static inline void |
| 91 | __rte_bitmap_index2_set(struct rte_bitmap *bmp) |
| 92 | { |
| 93 | bmp->index2 = (((bmp->index1 << RTE_BITMAP_SLAB_BIT_SIZE_LOG2) + bmp->offset1) << RTE_BITMAP_CL_SLAB_SIZE_LOG2); |
| 94 | } |
| 95 | |
| 96 | static inline uint32_t |
| 97 | __rte_bitmap_get_memory_footprint(uint32_t n_bits, |
no outgoing calls
no test coverage detected