Searched defs:rte_mempool_cache (Results 1 – 1 of 1) sorted by relevance
85 struct rte_mempool_cache { struct86 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 */