EVEN_COUNTERS    3073 tools/power/x86/turbostat/turbostat.c 	retval = for_all_cpus(get_counters, EVEN_COUNTERS);
EVEN_COUNTERS    3105 tools/power/x86/turbostat/turbostat.c 		if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) {
EVEN_COUNTERS    3109 tools/power/x86/turbostat/turbostat.c 		compute_average(EVEN_COUNTERS);
EVEN_COUNTERS    3110 tools/power/x86/turbostat/turbostat.c 		format_all_counters(EVEN_COUNTERS);
EVEN_COUNTERS    3119 tools/power/x86/turbostat/turbostat.c 		retval = for_all_cpus(get_counters, EVEN_COUNTERS);
EVEN_COUNTERS    3128 tools/power/x86/turbostat/turbostat.c 		if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) {
EVEN_COUNTERS    5175 tools/power/x86/turbostat/turbostat.c 	init_counter(EVEN_COUNTERS, cpu_id);
EVEN_COUNTERS    5260 tools/power/x86/turbostat/turbostat.c 	status = for_all_cpus(get_counters, EVEN_COUNTERS);
EVEN_COUNTERS    5295 tools/power/x86/turbostat/turbostat.c 	if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS))
EVEN_COUNTERS    5298 tools/power/x86/turbostat/turbostat.c 		compute_average(EVEN_COUNTERS);
EVEN_COUNTERS    5299 tools/power/x86/turbostat/turbostat.c 		format_all_counters(EVEN_COUNTERS);