Lines Matching refs:rte_mempool
67 my_obj_init(struct rte_mempool *mp, __rte_unused void *arg, in my_obj_init()
78 test_mempool_basic(struct rte_mempool *mp, int use_external_cache) in test_mempool_basic()
193 struct rte_mempool *mp_cov; in test_mempool_creation_with_exceeded_cache_size()
211 static struct rte_mempool *mp_spsc;
300 my_mp_init(struct rte_mempool *mp, __rte_unused void *arg) in my_mp_init()
364 test_mempool_basic_ex(struct rte_mempool *mp) in test_mempool_basic_ex()
424 struct rte_mempool *mp_tc, *mp_tc2; in test_mempool_same_name_twice_creation()
452 walk_cb(struct rte_mempool *mp, void *userdata __rte_unused) in walk_cb()
462 test_mp_mem_init(struct rte_mempool *mp, in test_mp_mem_init()
483 struct rte_mempool *mp_cache = NULL; in test_mempool()
484 struct rte_mempool *mp_nocache = NULL; in test_mempool()
485 struct rte_mempool *mp_stack_anon = NULL; in test_mempool()
486 struct rte_mempool *mp_stack_mempool_iter = NULL; in test_mempool()
487 struct rte_mempool *mp_stack = NULL; in test_mempool()
488 struct rte_mempool *default_pool = NULL; in test_mempool()