Searched refs:rte_mempool_cache (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/mempool/ |
| H A D | rte_mempool.h | 85 struct rte_mempool_cache { struct 330 (sizeof(struct rte_mempool_cache) * RTE_MAX_LCORE))) 1260 struct rte_mempool_cache * 1270 rte_mempool_cache_free(struct rte_mempool_cache *cache); 1283 static __rte_always_inline struct rte_mempool_cache * 1332 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_do_generic_put() 1392 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_generic_put() 1417 struct rte_mempool_cache *cache; in rte_mempool_put_bulk() 1457 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_do_generic_get() 1539 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_generic_get() [all …]
|
| H A D | rte_mempool.c | 747 mempool_cache_init(struct rte_mempool_cache *cache, uint32_t size) in mempool_cache_init() 759 struct rte_mempool_cache * 762 struct rte_mempool_cache *cache; in rte_mempool_cache_create() 789 rte_mempool_cache_free(struct rte_mempool_cache *cache) in rte_mempool_cache_free() 815 RTE_BUILD_BUG_ON((sizeof(struct rte_mempool_cache) & in rte_mempool_create_empty() 917 mp->local_cache = (struct rte_mempool_cache *) in rte_mempool_create_empty() 1195 const struct rte_mempool_cache *cache; in mempool_audit_cache()
|
| H A D | rte_mempool_trace.h | 110 struct rte_mempool_cache *cache),
|
| /dpdk/app/test/ |
| H A D | test_mempool_perf.c | 124 test_loop(struct rte_mempool *mp, struct rte_mempool_cache *cache, in test_loop() 165 struct rte_mempool_cache *cache; in per_lcore_mempool_test()
|
| H A D | test_mempool.c | 86 struct rte_mempool_cache *cache; in test_mempool_basic()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_rxtx_vec_avx512.c | 31 struct rte_mempool_cache *cache = rte_mempool_default_cache(rxq->mp, in i40e_rxq_rearm() 906 struct rte_mempool_cache *cache = rte_mempool_default_cache(mp, in i40e_tx_free_bufs_avx512()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_rxtx_vec_avx512.c | 23 struct rte_mempool_cache *cache = rte_mempool_default_cache(rxq->mp, in ice_rxq_rearm() 1001 struct rte_mempool_cache *cache = rte_mempool_default_cache(mp, in ice_tx_free_bufs_avx512()
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_rxtx_vec_avx512.c | 38 struct rte_mempool_cache *cache = in iavf_rxq_rearm() 1726 struct rte_mempool_cache *cache = rte_mempool_default_cache(mp, in iavf_tx_free_bufs_avx512()
|