Home
last modified time | relevance | path

Searched refs:alloc_stats (Results 1 – 7 of 7) sorted by relevance

/linux/net/core/
H A Dpage_pool.c43 #define alloc_stat_inc(pool, __stat) (pool->alloc_stats.__stat++)
91 stats->alloc_stats.fast += pool->alloc_stats.fast; in page_pool_get_stats()
92 stats->alloc_stats.slow += pool->alloc_stats.slow; in page_pool_get_stats()
93 stats->alloc_stats.slow_high_order += pool->alloc_stats.slow_high_order; in page_pool_get_stats()
94 stats->alloc_stats.empty += pool->alloc_stats.empty; in page_pool_get_stats()
95 stats->alloc_stats.refill += pool->alloc_stats.refill; in page_pool_get_stats()
96 stats->alloc_stats.waive += pool->alloc_stats.waive; in page_pool_get_stats()
136 *data++ = pool_stats->alloc_stats.fast; in page_pool_ethtool_stats_get()
137 *data++ = pool_stats->alloc_stats.slow; in page_pool_ethtool_stats_get()
138 *data++ = pool_stats->alloc_stats.slow_high_order; in page_pool_ethtool_stats_get()
[all …]
H A Dpage_pool_user.c140 stats.alloc_stats.fast) || in page_pool_nl_stats_fill()
142 stats.alloc_stats.slow) || in page_pool_nl_stats_fill()
144 stats.alloc_stats.slow_high_order) || in page_pool_nl_stats_fill()
146 stats.alloc_stats.empty) || in page_pool_nl_stats_fill()
148 stats.alloc_stats.refill) || in page_pool_nl_stats_fill()
150 stats.alloc_stats.waive) || in page_pool_nl_stats_fill()
/linux/include/net/page_pool/
H A Dtypes.h140 struct page_pool_alloc_stats alloc_stats; member
186 struct page_pool_alloc_stats alloc_stats; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c509 rq_stats->pp_alloc_fast = stats.alloc_stats.fast; in mlx5e_stats_update_stats_rq_page_pool()
510 rq_stats->pp_alloc_slow = stats.alloc_stats.slow; in mlx5e_stats_update_stats_rq_page_pool()
511 rq_stats->pp_alloc_slow_high_order = stats.alloc_stats.slow_high_order; in mlx5e_stats_update_stats_rq_page_pool()
512 rq_stats->pp_alloc_empty = stats.alloc_stats.empty; in mlx5e_stats_update_stats_rq_page_pool()
513 rq_stats->pp_alloc_waive = stats.alloc_stats.waive; in mlx5e_stats_update_stats_rq_page_pool()
514 rq_stats->pp_alloc_refill = stats.alloc_stats.refill; in mlx5e_stats_update_stats_rq_page_pool()
/linux/Documentation/networking/
H A Dpage_pool.rst187 ethtool_print_allocation_stats(&stats.alloc_stats);
/linux/fs/ocfs2/
H A Docfs2.h411 struct ocfs2_alloc_stats alloc_stats; member
H A Dlocalalloc.c1302 atomic_inc(&osb->alloc_stats.moves); in ocfs2_local_alloc_slide_window()