Searched refs:refcnt_mbuf_ring (Results 1 – 1 of 1) sorted by relevance
1007 struct rte_ring *refcnt_mbuf_ring = arg; in test_refcnt_worker() local1030 struct rte_ring *refcnt_mbuf_ring) in test_refcnt_iter() argument1051 rte_ring_enqueue(refcnt_mbuf_ring, m); in test_refcnt_iter()1055 rte_ring_enqueue(refcnt_mbuf_ring, m); in test_refcnt_iter()1066 while (!rte_ring_empty(refcnt_mbuf_ring)) in test_refcnt_iter()1087 struct rte_ring *refcnt_mbuf_ring) in test_refcnt_main() argument1113 struct rte_ring *refcnt_mbuf_ring = NULL; in test_refcnt_mbuf() local1136 if (refcnt_mbuf_ring == NULL) { in test_refcnt_mbuf()1147 test_refcnt_main(refcnt_pool, refcnt_mbuf_ring); in test_refcnt_mbuf()1163 rte_ring_dump(stdout, refcnt_mbuf_ring); in test_refcnt_mbuf()[all …]