Searched refs:stats_list (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | qos.c | 88 struct mlx5e_sq_stats **stats_list; 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), GFP_KERNEL); in mlx5e_open_qos_sq() 92 if (!stats_list) in mlx5e_open_qos_sq() 95 WRITE_ONCE(priv->htb_qos_sq_stats, stats_list); in mlx5e_open_qos_sq()
|
/linux-6.12.1/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.12.1/include/net/ |
D | ip.h | 332 #define snmp_get_cpu_field64_batch(buff64, stats_list, mib_statistic, offset) \ argument 336 for (i = 0; stats_list[i].name; i++) \ 339 c, stats_list[i].entry, \ 344 #define snmp_get_cpu_field_batch(buff, stats_list, mib_statistic) \ argument 348 for (i = 0; stats_list[i].name; i++) \ 351 c, stats_list[i].entry); \
|