Home
last modified time | relevance | path

Searched refs:get_counters (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dcounters.c230 static const struct mlx5_ib_counters *get_counters(struct mlx5_ib_dev *dev, in get_counters() function
252 const struct mlx5_ib_counters *cnts = get_counters(dev, port_num + 1); in mlx5_ib_get_counters_id()
291 const struct mlx5_ib_counters *cnts = get_counters(dev, port_num); in mlx5_ib_alloc_hw_port_stats()
392 const struct mlx5_ib_counters *cnts = get_counters(dev, port_num); in do_get_hw_stats()
463 const struct mlx5_ib_counters *cnts = get_counters(dev, counter->port); in do_per_qp_get_op_stat()
506 cnts = get_counters(dev, port_num); in do_get_op_stat()
537 cnts = get_counters(dev, port_num); in do_get_op_stats()
558 cnts = get_counters(dev, port_num); in mlx5_ib_get_hw_stats()
585 const struct mlx5_ib_counters *cnts = get_counters(dev, counter->port); in mlx5_ib_counter_alloc_stats()
593 const struct mlx5_ib_counters *cnts = get_counters(dev, counter->port); in mlx5_ib_counter_update_stats()
/linux/include/soc/amlogic/
H A Dmeson_ddr_pmu.h45 void (*get_counters)(struct dmc_info *info, member
/linux/net/ipv4/netfilter/
H A Darp_tables.c600 static void get_counters(const struct xt_table_info *t, in get_counters() function
665 get_counters(private, counters); in alloc_counters()
H A Dip_tables.c739 get_counters(const struct xt_table_info *t, in get_counters() function
804 get_counters(private, counters); in alloc_counters()
/linux/net/ipv6/netfilter/
H A Dip6_tables.c756 get_counters(const struct xt_table_info *t, in get_counters() function
820 get_counters(private, counters); in alloc_counters()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c5038 int get_counters(PER_THREAD_PARAMS) in get_counters() function
6663 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop()
6690 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop()
6714 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop()
10080 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it()
10111 for_all_cpus(get_counters, ODD_COUNTERS); in fork_it()
10133 status = for_all_cpus(get_counters, ODD_COUNTERS); in get_and_dump_counters()