Home
last modified time | relevance | path

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

/openbmc/linux/include/net/page_pool/
H A Dtypes.h103 u64 cache_full; member
/openbmc/linux/net/core/
H A Dpage_pool.c93 stats->recycle_stats.cache_full += pcpu->cache_full; in page_pool_get_stats()
133 *data++ = pool_stats->recycle_stats.cache_full; in page_pool_ethtool_stats_get()
574 recycle_stat_inc(pool, cache_full); in page_pool_recycle_in_cache()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c506 rq_stats->pp_recycle_cache_full = stats.recycle_stats.cache_full; in mlx5e_stats_update_stats_rq_page_pool()