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

Function rob_ring_free

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

Source from the content-addressed store, hash-verified

49}
50
51static inline void
52rob_ring_free(struct rob_ring *r)
53{
54 rte_free(r);
55}
56
57static __rte_always_inline unsigned int
58rob_ring_count(const struct rob_ring *r)

Callers 2

qid_initFunction · 0.85
sw_queue_releaseFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected