Lines Matching refs:pool2
740 struct rte_mempool *pool2 = NULL; in test_pktmbuf_pool_bulk() local
758 pool2 = rte_pktmbuf_pool_create("test_pktmbuf_bulk2", in test_pktmbuf_pool_bulk()
760 if (pool2 == NULL) { in test_pktmbuf_pool_bulk()
767 if (!(rte_mempool_full(pool) && rte_mempool_full(pool2))) { in test_pktmbuf_pool_bulk()
772 rte_mempool_avail_count(pool2) == NB_MBUF)) { in test_pktmbuf_pool_bulk()
775 rte_mempool_avail_count(pool2), in test_pktmbuf_pool_bulk()
858 m = rte_pktmbuf_alloc((i & 4) ? pool2 : pool); in test_pktmbuf_pool_bulk()
869 if (!(rte_mempool_empty(pool) && rte_mempool_empty(pool2))) { in test_pktmbuf_pool_bulk()
877 rte_mempool_avail_count(pool2) == CHAIN_LEN / 2)) { in test_pktmbuf_pool_bulk()
884 if (!(rte_mempool_full(pool) && rte_mempool_full(pool2))) { in test_pktmbuf_pool_bulk()
898 rte_mempool_free(pool2); in test_pktmbuf_pool_bulk()