Searched refs:MEMPOOL_F_POOL_CREATED (Results 1 – 4 of 4) sorted by relevance
171 if (mp->flags & MEMPOOL_F_POOL_CREATED) in rte_mempool_set_ops_byname()
297 if ((mp->flags & MEMPOOL_F_POOL_CREATED) == 0) { in mempool_ops_alloc_once()301 mp->flags |= MEMPOOL_F_POOL_CREATED; in mempool_ops_alloc_once()
259 #define MEMPOOL_F_POOL_CREATED 0x0010 /**< Internal: pool is created. */ macro
1296 (flags & MEMPOOL_F_POOL_CREATED) ? 'y' : 'n', in show_mempool()