Home
last modified time | relevance | path

Searched defs:rte_mempool (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/mempool/
H A Drte_mempool.h230 struct __rte_cache_aligned rte_mempool { struct
250 * Index into rte_mempool_ops_table array of mempool ops argument
258 struct rte_mempool_cache *local_cache; /**< Per-lcore local cache */ argument
261 struct rte_mempool_objhdr_list elt_list; /**< List of objects in pool */ argument
263 struct rte_mempool_memhdr_list mem_list; /**< List of memory chunks */ argument
270 struct rte_mempool_debug_stats stats[RTE_MAX_LCORE + 1]; argument
H A Drte_mempool.c1364 void rte_mempool_walk(void (*func)(struct rte_mempool *, void *), in rte_mempool_walk() argument