Searched refs:RTE_MEMPOOL_F_POOL_CREATED (Results 1 – 4 of 4) sorted by relevance
171 if (mp->flags & RTE_MEMPOOL_F_POOL_CREATED) in rte_mempool_set_ops_byname()
303 if ((mp->flags & RTE_MEMPOOL_F_POOL_CREATED) == 0) { in mempool_ops_alloc_once()307 mp->flags |= RTE_MEMPOOL_F_POOL_CREATED; in mempool_ops_alloc_once()
279 #define RTE_MEMPOOL_F_POOL_CREATED 0x0010 macro
1317 (flags & RTE_MEMPOOL_F_POOL_CREATED) ? 'y' : 'n', in show_mempool()