Searched refs:pool2 (Results 1 – 3 of 3) sorted by relevance
66 typeset pool2="$2"70 log_note "$0: pool1 '$pool1', pool2 '$pool2' takes $sharedvdev."78 log_must zpool create -f $TESTPOOL2 $pool2
740 struct rte_mempool *pool2 = NULL; in test_pktmbuf_pool_bulk() local758 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()[all …]
34 pool2,capacity = <4096>;