Searched refs:refcnt_pool (Results 1 – 1 of 1) sorted by relevance
1015 struct rte_mempool *refcnt_pool, in test_refcnt_iter() argument1029 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() argument1098 struct rte_mempool *refcnt_pool = NULL; in test_refcnt_mbuf() local1110 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 …]