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

Function common_ring_get_count

dpdk/drivers/mempool/ring/rte_mempool_ring.c:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static unsigned
73common_ring_get_count(const struct rte_mempool *mp)
74{
75 return rte_ring_count(mp->pool_data);
76}
77
78static int
79ring_alloc(struct rte_mempool *mp, uint32_t rg_flags)

Callers

nothing calls this directly

Calls 1

rte_ring_countFunction · 0.85

Tested by

no test coverage detected