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

Function rts_ring_alloc

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

Source from the content-addressed store, hash-verified

119}
120
121static int
122rts_ring_alloc(struct rte_mempool *mp)
123{
124 return ring_alloc(mp, RING_F_MP_RTS_ENQ | RING_F_MC_RTS_DEQ);
125}
126
127static int
128hts_ring_alloc(struct rte_mempool *mp)

Callers

nothing calls this directly

Calls 1

ring_allocFunction · 0.85

Tested by

no test coverage detected