Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mbuf.c1015 struct rte_mempool *refcnt_pool, in test_refcnt_iter() argument
1029 for (i = 0, n = rte_mempool_avail_count(refcnt_pool); in test_refcnt_iter()
1030 i != n && (m = rte_pktmbuf_alloc(refcnt_pool)) != NULL; in test_refcnt_iter()
1057 if ((i = rte_mempool_avail_count(refcnt_pool)) == n) { in test_refcnt_iter()
1072 test_refcnt_main(struct rte_mempool *refcnt_pool, in test_refcnt_main() argument
1098 struct rte_mempool *refcnt_pool = NULL; in test_refcnt_mbuf() local
1110 refcnt_pool = rte_pktmbuf_pool_create(MAKE_STRING(refcnt_pool), in test_refcnt_mbuf()
1113 if (refcnt_pool == NULL) { in test_refcnt_mbuf()
1133 test_refcnt_main(refcnt_pool, refcnt_mbuf_ring); in test_refcnt_mbuf()
1148 rte_mempool_dump(stdout, refcnt_pool); in test_refcnt_mbuf()
[all …]