Searched refs:fill_stats (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.h | 68 int (*fill_stats)(struct mlx5e_priv *priv, u64 *data, int idx); member 86 int MLX5E_STATS_GRP_OP(grp, fill_stats)(struct mlx5e_priv *priv, u64 *data, int idx) 96 .fill_stats = MLX5E_STATS_GRP_OP(grp, fill_stats), \
|
D | en_stats.c | 87 idx = stats_grps[i]->fill_stats(priv, data, idx); in mlx5e_stats_fill()
|
/Linux-v5.10/kernel/ |
D | taskstats.c | 155 static void fill_stats(struct user_namespace *user_ns, in fill_stats() function 186 fill_stats(current_user_ns(), task_active_pid_ns(current), tsk, stats); in fill_stats_for_pid() 621 fill_stats(&init_user_ns, &init_pid_ns, tsk, stats); in taskstats_exit()
|