Home
last modified time | relevance | path

Searched refs:refcnt_mbuf_ring (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test/
H A Dtest_mbuf.c993 struct rte_ring *refcnt_mbuf_ring = arg; in test_refcnt_worker() local
1016 struct rte_ring *refcnt_mbuf_ring) in test_refcnt_iter() argument
1037 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() argument
1099 struct rte_ring *refcnt_mbuf_ring = NULL; in test_refcnt_mbuf() local
1122 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 …]