Searched refs:get_counters (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 979 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters() function 1707 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 1726 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop() 1740 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 3071 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it() 3097 for_all_cpus(get_counters, ODD_COUNTERS); in fork_it() 3114 status = for_all_cpus(get_counters, ODD_COUNTERS); in get_and_dump_counters()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 725 static void get_counters(const struct xt_table_info *t, in get_counters() function 770 get_counters(private, counters); in alloc_counters() 1050 get_counters(oldinfo, counters); in __do_replace()
|
D | ip_tables.c | 891 get_counters(const struct xt_table_info *t, in get_counters() function 935 get_counters(private, counters); in alloc_counters() 1233 get_counters(oldinfo, counters); in __do_replace()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 903 get_counters(const struct xt_table_info *t, in get_counters() function 947 get_counters(private, counters); in alloc_counters() 1245 get_counters(oldinfo, counters); in __do_replace()
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebtables.c | 957 static void get_counters(const struct ebt_counter *oldcounters, in get_counters() function 1034 get_counters(t->private->counters, counterstmp, in do_replace_finish() 1418 get_counters(oldcounters, counterstmp, nentries); in copy_counters_to_user()
|