Home
last modified time | relevance | path

Searched refs:local_cache (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/mempool/
H A Drte_mempool.h237 struct rte_mempool_cache *local_cache; /**< Per-lcore local cache */ member
1293 &mp->local_cache[lcore_id]); in rte_mempool_default_cache()
1294 return &mp->local_cache[lcore_id]; in rte_mempool_default_cache()
H A Drte_mempool.c917 mp->local_cache = (struct rte_mempool_cache *) in rte_mempool_create_empty()
923 mempool_cache_init(&mp->local_cache[lcore_id], in rte_mempool_create_empty()
1011 count += mp->local_cache[lcore_id].len; in rte_mempool_avail_count()
1044 cache_count = mp->local_cache[lcore_id].len; in rte_mempool_dump_cache()
1196 cache = &mp->local_cache[lcore_id]; in mempool_audit_cache()