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

Function pdcp_cnt_bitmap_is_set

dpdk/lib/pdcp/pdcp_cnt.c:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41bool
42pdcp_cnt_bitmap_is_set(struct pdcp_cnt_bitmap bitmap, uint32_t count)
43{
44 return rte_bitmap_get(bitmap.bmp, count % bitmap.size);
45}
46
47void
48pdcp_cnt_bitmap_range_clear(struct pdcp_cnt_bitmap bitmap, uint32_t start, uint32_t stop)

Callers 1

Calls 1

rte_bitmap_getFunction · 0.85

Tested by

no test coverage detected