MCPcopy Create free account
hub / github.com/F-Stack/f-stack / __rte_bitmap_index2_set

Function __rte_bitmap_index2_set

dpdk/lib/eal/include/rte_bitmap.h:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90static 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
96static inline uint32_t
97__rte_bitmap_get_memory_footprint(uint32_t n_bits,

Callers 2

__rte_bitmap_scan_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected