Searched defs:rte_mempool_cache (Results 1 – 1 of 1) sorted by relevance
90 struct __rte_cache_aligned rte_mempool_cache { struct91 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];