Home
last modified time | relevance | path

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

/dpdk/lib/mempool/
H A Drte_mempool.h90 struct __rte_cache_aligned rte_mempool_cache { struct
91 uint32_t size; /**< Size of the cache */
92 uint32_t flushthresh; /**< Threshold before we flush excess elements */
93 uint32_t len; /**< Current cache count */
95 uint32_t unused;
100 struct {
105 } stats; /**< Statistics */
113 alignas(RTE_CACHE_LINE_SIZE) void *objs[RTE_MEMPOOL_CACHE_MAX_SIZE * 2];