Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Dpage_pool.c84 stats->recycle_stats.released_refcnt += pcpu->released_refcnt; in page_pool_get_stats()
124 *data++ = pool_stats->recycle_stats.released_refcnt; in page_pool_ethtool_stats_get()
593 recycle_stat_inc(pool, released_refcnt); in __page_pool_put_page()
/linux-6.1.9/include/net/
Dpage_pool.h106 u64 released_refcnt; /* page released because of elevated member
/linux-6.1.9/Documentation/networking/
Dpage_pool.rst147 * ``released_refcnt``: page released (and not recycled) because refcnt > 1
/linux-6.1.9/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()