Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.c1200 unsigned common_count; in rte_mempool_dump() local
1235 common_count = rte_mempool_ops_get_count(mp); in rte_mempool_dump()
1236 if ((cache_count + common_count) > mp->size) in rte_mempool_dump()
1237 common_count = mp->size - cache_count; in rte_mempool_dump()
1238 fprintf(f, " common_pool_count=%u\n", common_count); in rte_mempool_dump()