Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.h85 struct rte_mempool_cache { struct
86 uint32_t size; /**< Size of the cache */
87 uint32_t flushthresh; /**< Threshold before we flush excess elements */
88 uint32_t len; /**< Current cache count */
93 void *objs[RTE_MEMPOOL_CACHE_MAX_SIZE * 3]; /**< Cache objects */