Searched refs:stats_list (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | qos.c | 87 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.1.9/Documentation/admin-guide/device-mapper/ |
D | statistics.rst | 93 @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.1.9/include/net/ |
D | ip.h | 320 #define snmp_get_cpu_field64_batch(buff64, stats_list, mib_statistic, offset) \ argument 324 for (i = 0; stats_list[i].name; i++) \ 327 c, stats_list[i].entry, \ 332 #define snmp_get_cpu_field_batch(buff, stats_list, mib_statistic) \ argument 336 for (i = 0; stats_list[i].name; i++) \ 339 c, stats_list[i].entry); \
|