Searched refs:cache_count (Results 1 – 3 of 3) sorted by relevance
493 unsigned int cache_count = sa->sw_stats.cache_count; in sfc_sw_stats_clear_cache() local497 memset(cache, 0xff, cache_count * sizeof(*cache)); in sfc_sw_stats_clear_cache()745 unsigned int cache_count = 0; in sfc_sw_xstats_configure() local766 cache_count += sfc_sw_stat_get_queue_count(sa, in sfc_sw_xstats_configure()780 *cache = rte_realloc(*cache, cache_count * sizeof(**cache), 0); in sfc_sw_xstats_configure()785 sa->sw_stats.cache_count = cache_count; in sfc_sw_xstats_configure()802 sa->sw_stats.cache_count = 0; in sfc_sw_xstats_configure()861 sa->sw_stats.cache_count = 0; in sfc_sw_xstats_init()874 sa->sw_stats.cache_count = 0; in sfc_sw_xstats_close()
195 unsigned int cache_count; member
1035 unsigned cache_count; in rte_mempool_dump_cache() local1044 cache_count = mp->local_cache[lcore_id].len; in rte_mempool_dump_cache()1046 lcore_id, cache_count); in rte_mempool_dump_cache()1047 count += cache_count; in rte_mempool_dump_cache()1228 unsigned cache_count; in rte_mempool_dump() local1261 cache_count = rte_mempool_dump_cache(f, mp); in rte_mempool_dump()1263 if ((cache_count + common_count) > mp->size) in rte_mempool_dump()1264 common_count = mp->size - cache_count; in rte_mempool_dump()