Searched refs:get_counters (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/tools/power/x86/turbostat/ |
D | turbostat.c | 970 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters() function 1646 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 1665 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop() 1679 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 2960 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it() 2986 for_all_cpus(get_counters, ODD_COUNTERS); in fork_it() 3003 status = for_all_cpus(get_counters, ODD_COUNTERS); in get_and_dump_counters()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 714 static void get_counters(const struct xt_table_info *t, in get_counters() function 757 get_counters(private, counters); in alloc_counters() 1037 get_counters(oldinfo, counters); in __do_replace()
|
D | ip_tables.c | 879 get_counters(const struct xt_table_info *t, in get_counters() function 921 get_counters(private, counters); in alloc_counters() 1224 get_counters(oldinfo, counters); in __do_replace()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 892 get_counters(const struct xt_table_info *t, in get_counters() function 934 get_counters(private, counters); in alloc_counters() 1237 get_counters(oldinfo, counters); in __do_replace()
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebtables.c | 955 static void get_counters(const struct ebt_counter *oldcounters, in get_counters() function 1032 get_counters(t->private->counters, counterstmp, in do_replace_finish() 1416 get_counters(oldcounters, counterstmp, nentries); in copy_counters_to_user()
|