Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.h241 struct rte_mempool_cache *local_cache; /**< Per-lcore local cache */ member
1247 &mp->local_cache[lcore_id]); in rte_mempool_default_cache()
1248 return &mp->local_cache[lcore_id]; in rte_mempool_default_cache()
H A Drte_mempool.c890 mp->local_cache = (struct rte_mempool_cache *) in rte_mempool_create_empty()
896 mempool_cache_init(&mp->local_cache[lcore_id], in rte_mempool_create_empty()
984 count += mp->local_cache[lcore_id].len; in rte_mempool_avail_count()
1017 cache_count = mp->local_cache[lcore_id].len; in rte_mempool_dump_cache()
1169 cache = &mp->local_cache[lcore_id]; in mempool_audit_cache()