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

Function __rte_bitmap_mask1_get

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

Source from the content-addressed store, hash-verified

82}
83
84static inline uint64_t
85__rte_bitmap_mask1_get(struct rte_bitmap *bmp)
86{
87 return (~1llu) << bmp->offset1;
88}
89
90static inline void
91__rte_bitmap_index2_set(struct rte_bitmap *bmp)

Callers 1

__rte_bitmap_scan_searchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected