Home
last modified time | relevance | path

Searched refs:rte_mempool_cache (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.h85 struct rte_mempool_cache { struct
302 (sizeof(struct rte_mempool_cache) * RTE_MAX_LCORE)))
1214 struct rte_mempool_cache *
1224 rte_mempool_cache_free(struct rte_mempool_cache *cache);
1237 static __rte_always_inline struct rte_mempool_cache *
1260 rte_mempool_cache_flush(struct rte_mempool_cache *cache, in rte_mempool_cache_flush()
1286 unsigned int n, struct rte_mempool_cache *cache) in __mempool_generic_put()
1345 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_generic_put()
1370 struct rte_mempool_cache *cache; in rte_mempool_put_bulk()
1488 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_generic_get()
[all …]
H A Drte_mempool.c732 mempool_cache_init(struct rte_mempool_cache *cache, uint32_t size) in mempool_cache_init()
744 struct rte_mempool_cache *
747 struct rte_mempool_cache *cache; in rte_mempool_cache_create()
774 rte_mempool_cache_free(struct rte_mempool_cache *cache) in rte_mempool_cache_free()
800 RTE_BUILD_BUG_ON((sizeof(struct rte_mempool_cache) & in rte_mempool_create_empty()
890 mp->local_cache = (struct rte_mempool_cache *) in rte_mempool_create_empty()
1168 const struct rte_mempool_cache *cache; in mempool_audit_cache()
H A Drte_mempool_trace.h110 struct rte_mempool_cache *cache),
/f-stack/dpdk/app/test/
H A Dtest_mempool_perf.c125 struct rte_mempool_cache *cache; in per_lcore_mempool_test()
H A Dtest_mempool.c87 struct rte_mempool_cache *cache; in test_mempool_basic()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_avx512.c22 struct rte_mempool_cache *cache = rte_mempool_default_cache(rxq->mp, in ice_rxq_rearm()
847 struct rte_mempool_cache *cache = rte_mempool_default_cache(mp, in ice_tx_free_bufs_avx512()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx_vec_avx512.c22 struct rte_mempool_cache *cache = in iavf_rxq_rearm()
1425 struct rte_mempool_cache *cache = rte_mempool_default_cache(mp, in iavf_tx_free_bufs_avx512()