Searched refs:common_count (Results 1 – 1 of 1) sorted by relevance
1200 unsigned common_count; in rte_mempool_dump() local1235 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()