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

Function leftover_get

dpdk/lib/pdcp/pdcp_cnt.c:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static __rte_always_inline uint64_t
67leftover_get(uint64_t slab, uint32_t shift, uint64_t mask)
68{
69 return (slab & mask) << shift;
70}
71
72void
73pdcp_cnt_report_fill(struct pdcp_cnt_bitmap bitmap, struct entity_state state,

Callers 1

pdcp_cnt_report_fillFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected