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

Function rob_ring_free_count

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

Source from the content-addressed store, hash-verified

61}
62
63static __rte_always_inline unsigned int
64rob_ring_free_count(const struct rob_ring *r)
65{
66 return r->size - rob_ring_count(r);
67}
68
69static __rte_always_inline unsigned int
70rob_ring_enqueue(struct rob_ring *r, void *re)

Callers 2

sw_dumpFunction · 0.85
sw_schedule_reorderFunction · 0.85

Calls 1

rob_ring_countFunction · 0.85

Tested by

no test coverage detected