Searched refs:refcnt_pool (Results 1 – 1 of 1) sorted by relevance
1029 struct rte_mempool *refcnt_pool, in test_refcnt_iter() argument1043 for (i = 0, n = rte_mempool_avail_count(refcnt_pool); in test_refcnt_iter()1044 i != n && (m = rte_pktmbuf_alloc(refcnt_pool)) != NULL; in test_refcnt_iter()1071 if ((i = rte_mempool_avail_count(refcnt_pool)) == n) { in test_refcnt_iter()1086 test_refcnt_main(struct rte_mempool *refcnt_pool, in test_refcnt_main() argument1112 struct rte_mempool *refcnt_pool = NULL; in test_refcnt_mbuf() local1124 refcnt_pool = rte_pktmbuf_pool_create(MAKE_STRING(refcnt_pool), in test_refcnt_mbuf()1127 if (refcnt_pool == NULL) { in test_refcnt_mbuf()1147 test_refcnt_main(refcnt_pool, refcnt_mbuf_ring); in test_refcnt_mbuf()1162 rte_mempool_dump(stdout, refcnt_pool); in test_refcnt_mbuf()[all …]