Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
static inline uint64_t
85
__rte_bitmap_mask1_get(struct rte_bitmap *bmp)
86
{
87
return (~1llu) << bmp->offset1;
88
}
89
90
static inline void
91
__rte_bitmap_index2_set(struct rte_bitmap *bmp)
Callers
1
__rte_bitmap_scan_search
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected