Searched refs:refcnt_mbuf_ring (Results 1 – 1 of 1) sorted by relevance
993 struct rte_ring *refcnt_mbuf_ring = arg; in test_refcnt_worker() local1016 struct rte_ring *refcnt_mbuf_ring) in test_refcnt_iter() argument1037 rte_ring_enqueue(refcnt_mbuf_ring, m); in test_refcnt_iter()1041 rte_ring_enqueue(refcnt_mbuf_ring, m); in test_refcnt_iter()1052 while (!rte_ring_empty(refcnt_mbuf_ring)) in test_refcnt_iter()1073 struct rte_ring *refcnt_mbuf_ring) in test_refcnt_main() argument1099 struct rte_ring *refcnt_mbuf_ring = NULL; in test_refcnt_mbuf() local1122 if (refcnt_mbuf_ring == NULL) { in test_refcnt_mbuf()1133 test_refcnt_main(refcnt_pool, refcnt_mbuf_ring); in test_refcnt_mbuf()1149 rte_ring_dump(stdout, refcnt_mbuf_ring); in test_refcnt_mbuf()[all …]