Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dpage_pool.c81 stats->recycle_stats.cache_full += pcpu->cache_full; in page_pool_get_stats()
121 *data++ = pool_stats->recycle_stats.cache_full; in page_pool_ethtool_stats_get()
537 recycle_stat_inc(pool, cache_full); in page_pool_recycle_in_cache()
/Linux-v6.1/include/net/
Dpage_pool.h101 u64 cache_full; /* cache was full */ member
/Linux-v6.1/Documentation/networking/
Dpage_pool.rst144 * ``cache_full``: page pool cache was full
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.h364 u64 cache_full; member
Den_stats.c362 s->rx_cache_full += rq_stats->cache_full; in mlx5e_stats_grp_sw_update_stats_rq_stats()
506 rq_stats->pp_recycle_cache_full = stats.recycle_stats.cache_full; in mlx5e_stats_update_stats_rq_page_pool()
1965 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, cache_full) },
2149 { MLX5E_DECLARE_PTP_RQ_STAT(struct mlx5e_rq_stats, cache_full) },
Den_rx.c233 stats->cache_full++; in mlx5e_rx_cache_put()