Searched refs:recycle_stats (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/core/
H A Dpage_pool.c42 struct page_pool_recycle_stats __percpu *s = pool->recycle_stats; \
48 struct page_pool_recycle_stats __percpu *s = pool->recycle_stats; \
95 per_cpu_ptr(pool->recycle_stats, cpu);
97 stats->recycle_stats.cached += pcpu->cached;
98 stats->recycle_stats.cache_full += pcpu->cache_full;
99 stats->recycle_stats.ring += pcpu->ring;
100 stats->recycle_stats.ring_full += pcpu->ring_full;
101 stats->recycle_stats.released_refcnt += pcpu->released_refcnt;
137 *data++ = pool_stats->recycle_stats.cached;
138 *data++ = pool_stats->recycle_stats
[all...]
H A Dpage_pool_user.c148 stats.recycle_stats.cached) ||
150 stats.recycle_stats.cache_full) ||
152 stats.recycle_stats.ring) ||
154 stats.recycle_stats.ring_full) ||
156 stats.recycle_stats.released_refcnt))
/linux-master/include/net/page_pool/
H A Dtypes.h119 * @recycle_stats: see struct page_pool_recycle_stats
126 struct page_pool_recycle_stats recycle_stats; member in struct:page_pool_stats
198 struct page_pool_recycle_stats __percpu *recycle_stats; member in struct:page_pool
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c510 rq_stats->pp_recycle_cached = stats.recycle_stats.cached;
511 rq_stats->pp_recycle_cache_full = stats.recycle_stats.cache_full;
512 rq_stats->pp_recycle_ring = stats.recycle_stats.ring;
513 rq_stats->pp_recycle_ring_full = stats.recycle_stats.ring_full;
514 rq_stats->pp_recycle_released_ref = stats.recycle_stats.released_refcnt;

Completed in 248 milliseconds