Lines Matching refs:ODD_COUNTERS
404 #define ODD_COUNTERS thread_odd, core_odd, package_odd
3568 retval = for_all_cpus(get_counters, ODD_COUNTERS);
3577 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) {
3600 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) {
3604 compute_average(ODD_COUNTERS);
3605 format_all_counters(ODD_COUNTERS);
6067 init_counter(ODD_COUNTERS, cpu_id);
6128 for_all_cpus(print_hwp, ODD_COUNTERS);
6131 for_all_cpus(print_epb, ODD_COUNTERS);
6134 for_all_cpus(print_perf_limit, ODD_COUNTERS);
6137 for_all_cpus(print_rapl, ODD_COUNTERS);
6139 for_all_cpus(set_temperature_target, ODD_COUNTERS);
6141 for_all_cpus(get_cpu_type, ODD_COUNTERS);
6145 for_all_cpus(print_thermal, ODD_COUNTERS);
6192 for_all_cpus(get_counters, ODD_COUNTERS);
6195 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS))
6214 status = for_all_cpus(get_counters, ODD_COUNTERS);
6218 status = for_all_cpus(dump_counters, ODD_COUNTERS);