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

Function __rte_bitmap_index1_inc

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

Source from the content-addressed store, hash-verified

76};
77
78static inline void
79__rte_bitmap_index1_inc(struct rte_bitmap *bmp)
80{
81 bmp->index1 = (bmp->index1 + 1) & (bmp->array1_size - 1);
82}
83
84static inline uint64_t
85__rte_bitmap_mask1_get(struct rte_bitmap *bmp)

Callers 1

__rte_bitmap_scan_searchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected