Lines Matching defs:mempool
378 struct rte_mempool *mempool;
477 * RTE_COMP_OP_STATUS_NOT_PROCESSED on allocation from mempool and
498 * - On success pointer to mempool
507 * Allocate an operation from a mempool with default parameters set
509 * @param mempool
510 * Compress operation mempool
517 rte_comp_op_alloc(struct rte_mempool *mempool);
520 * Bulk allocate operations from a mempool with default parameters set
522 * @param mempool
523 * Compress operation mempool
530 * - 0: Not enough entries in the mempool; no ops are retrieved.
533 rte_comp_op_bulk_alloc(struct rte_mempool *mempool,
539 * be returned to the mempool.
551 * will be returned to the mempool.