Home
last modified time | relevance | path

Searched refs:stats_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/ !
Dqos.c87 struct mlx5e_sq_stats *stats, **stats_list = NULL; in mlx5e_open_qos_sq() local
90 stats_list = kvcalloc(mlx5e_qos_max_leaf_nodes(priv->mdev), in mlx5e_open_qos_sq()
91 sizeof(*stats_list), in mlx5e_open_qos_sq()
93 if (!stats_list) in mlx5e_open_qos_sq()
98 kvfree(stats_list); in mlx5e_open_qos_sq()
101 if (stats_list) in mlx5e_open_qos_sq()
102 WRITE_ONCE(priv->htb_qos_sq_stats, stats_list); in mlx5e_open_qos_sq()
/linux-6.6.21/Documentation/admin-guide/device-mapper/ !
Dstatistics.rst93 @stats_list message, but it doesn't use it for anything else.
102 @stats_list message, but it doesn't use this value for anything.
116 @stats_list [<program_id>]
199 string back in the output of @stats_list message, but it
217 dmsetup message vol 0 @stats_list
/linux-6.6.21/include/net/ !
Dip.h329 #define snmp_get_cpu_field64_batch(buff64, stats_list, mib_statistic, offset) \ argument
333 for (i = 0; stats_list[i].name; i++) \
336 c, stats_list[i].entry, \
341 #define snmp_get_cpu_field_batch(buff, stats_list, mib_statistic) \ argument
345 for (i = 0; stats_list[i].name; i++) \
348 c, stats_list[i].entry); \