Lines Matching refs:ODD_COUNTERS
226 #define ODD_COUNTERS thread_odd, core_odd, package_odd
3362 retval = for_all_cpus(get_counters, ODD_COUNTERS);
3371 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) {
3394 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) {
3398 compute_average(ODD_COUNTERS);
3399 format_all_counters(ODD_COUNTERS);
5573 init_counter(ODD_COUNTERS, cpu_id);
5631 for_all_cpus(print_hwp, ODD_COUNTERS);
5634 for_all_cpus(print_epb, ODD_COUNTERS);
5637 for_all_cpus(print_perf_limit, ODD_COUNTERS);
5640 for_all_cpus(print_rapl, ODD_COUNTERS);
5642 for_all_cpus(set_temperature_target, ODD_COUNTERS);
5645 for_all_cpus(print_thermal, ODD_COUNTERS);
5689 for_all_cpus(get_counters, ODD_COUNTERS);
5692 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS))
5711 status = for_all_cpus(get_counters, ODD_COUNTERS);
5715 status = for_all_cpus(dump_counters, ODD_COUNTERS);