Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Dpage_pool.c96 stats->recycle_stats.released_refcnt += pcpu->released_refcnt; in page_pool_get_stats()
136 *data++ = pool_stats->recycle_stats.released_refcnt; in page_pool_ethtool_stats_get()
628 recycle_stat_inc(pool, released_refcnt); in __page_pool_put_page()
/Linux-v6.6/include/net/page_pool/
Dtypes.h106 u64 released_refcnt; member
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c509 rq_stats->pp_recycle_released_ref = stats.recycle_stats.released_refcnt; in mlx5e_stats_update_stats_rq_page_pool()