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

/linux-master/include/net/page_pool/
H A Dtypes.h118 * @recycle_stats: see struct page_pool_recycle_stats
125 struct page_pool_recycle_stats recycle_stats; member in struct:page_pool_stats
181 struct page_pool_recycle_stats __percpu *recycle_stats; member in struct:page_pool
/linux-master/net/core/
H A Dpage_pool.c41 struct page_pool_recycle_stats __percpu *s = pool->recycle_stats; \
47 struct page_pool_recycle_stats __percpu *s = pool->recycle_stats; \
94 per_cpu_ptr(pool->recycle_stats, cpu);
96 stats->recycle_stats.cached += pcpu->cached;
97 stats->recycle_stats.cache_full += pcpu->cache_full;
98 stats->recycle_stats.ring += pcpu->ring;
99 stats->recycle_stats.ring_full += pcpu->ring_full;
100 stats->recycle_stats.released_refcnt += pcpu->released_refcnt;
136 *data++ = pool_stats->recycle_stats.cached;
137 *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/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c505 rq_stats->pp_recycle_cached = stats.recycle_stats.cached;
506 rq_stats->pp_recycle_cache_full = stats.recycle_stats.cache_full;
507 rq_stats->pp_recycle_ring = stats.recycle_stats.ring;
508 rq_stats->pp_recycle_ring_full = stats.recycle_stats.ring_full;
509 rq_stats->pp_recycle_released_ref = stats.recycle_stats.released_refcnt;

Completed in 216 milliseconds