Searched refs:get_counters (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | counters.c | 157 static const struct mlx5_ib_counters *get_counters(struct mlx5_ib_dev *dev, in get_counters() function 175 const struct mlx5_ib_counters *cnts = get_counters(dev, port_num); in mlx5_ib_get_counters_id() 278 const struct mlx5_ib_counters *cnts = get_counters(dev, port_num - 1); in do_get_hw_stats() 338 cnts = get_counters(dev, port_num - 1); in do_get_op_stat() 365 cnts = get_counters(dev, port_num - 1); in do_get_op_stats() 386 cnts = get_counters(dev, port_num - 1); in mlx5_ib_get_hw_stats() 414 get_counters(dev, counter->port - 1); in mlx5_ib_counter_alloc_stats() 423 get_counters(dev, counter->port - 1); in mlx5_ib_counter_update_stats()
|
/linux-6.1.9/tools/power/x86/turbostat/ |
D | turbostat.c | 2075 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters() function 3548 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 3571 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop() 3594 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 6159 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it() 6191 for_all_cpus(get_counters, ODD_COUNTERS); in fork_it() 6213 status = for_all_cpus(get_counters, ODD_COUNTERS); in get_and_dump_counters()
|
/linux-6.1.9/net/ipv4/netfilter/ |
D | arp_tables.c | 600 static void get_counters(const struct xt_table_info *t, in get_counters() function 665 get_counters(private, counters); in alloc_counters()
|
D | ip_tables.c | 741 get_counters(const struct xt_table_info *t, in get_counters() function 806 get_counters(private, counters); in alloc_counters()
|
/linux-6.1.9/net/bridge/netfilter/ |
D | ebtables.c | 987 static void get_counters(const struct ebt_counter *oldcounters, in get_counters() function 1064 get_counters(t->private->counters, counterstmp, in do_replace_finish() 1530 get_counters(oldcounters, counterstmp, nentries); in copy_counters_to_user()
|
/linux-6.1.9/net/ipv6/netfilter/ |
D | ip6_tables.c | 758 get_counters(const struct xt_table_info *t, in get_counters() function 822 get_counters(private, counters); in alloc_counters()
|