Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/device-mapper/
A 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/include/net/
A Dip.h319 #define snmp_get_cpu_field64_batch(buff64, stats_list, mib_statistic, offset) \ argument
323 for (i = 0; stats_list[i].name; i++) \
326 c, stats_list[i].entry, \
331 #define snmp_get_cpu_field_batch(buff, stats_list, mib_statistic) \ argument
335 for (i = 0; stats_list[i].name; i++) \
338 c, stats_list[i].entry); \
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dqos.c213 struct mlx5e_sq_stats *stats, **stats_list = NULL; in mlx5e_open_qos_sq() local
216 stats_list = kvcalloc(mlx5e_qos_max_leaf_nodes(priv->mdev), in mlx5e_open_qos_sq()
217 sizeof(*stats_list), in mlx5e_open_qos_sq()
219 if (!stats_list) in mlx5e_open_qos_sq()
224 kvfree(stats_list); in mlx5e_open_qos_sq()
227 if (stats_list) in mlx5e_open_qos_sq()
228 WRITE_ONCE(priv->htb.qos_sq_stats, stats_list); in mlx5e_open_qos_sq()

Completed in 9 milliseconds