Searched refs:get_counters (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 1701 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters() function 2964 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 2987 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop() 3010 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 5034 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it() 5063 for_all_cpus(get_counters, ODD_COUNTERS); in fork_it() 5085 status = for_all_cpus(get_counters, ODD_COUNTERS); in get_and_dump_counters()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | arp_tables.c | 593 static void get_counters(const struct xt_table_info *t, in get_counters() function 658 get_counters(private, counters); in alloc_counters()
|
D | ip_tables.c | 743 get_counters(const struct xt_table_info *t, in get_counters() function 808 get_counters(private, counters); in alloc_counters()
|
/Linux-v4.19/net/bridge/netfilter/ |
D | ebtables.c | 984 static void get_counters(const struct ebt_counter *oldcounters, in get_counters() function 1061 get_counters(t->private->counters, counterstmp, in do_replace_finish() 1458 get_counters(oldcounters, counterstmp, nentries); in copy_counters_to_user()
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6_tables.c | 760 get_counters(const struct xt_table_info *t, in get_counters() function 824 get_counters(private, counters); in alloc_counters()
|