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

Function rob_ring_count

dpdk/drivers/event/sw/event_ring.h:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static __rte_always_inline unsigned int
58rob_ring_count(const struct rob_ring *r)
59{
60 return r->write_idx - r->read_idx;
61}
62
63static __rte_always_inline unsigned int
64rob_ring_free_count(const struct rob_ring *r)

Callers 2

rob_ring_free_countFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected