Searched refs:highest_perf (Results 1 – 1 of 1) sorted by relevance
55 uint32_t highest_perf; /**< system wide max freq */ member117 uint32_t nominal_perf = 0, highest_perf = 0, cpuinfo_max_freq = 0; in power_check_turbo() local143 ret = read_core_sysfs_u32(f_max, &highest_perf); in power_check_turbo()164 pi->highest_perf = highest_perf; in power_check_turbo()167 if ((highest_perf > nominal_perf) && ((cpuinfo_max_freq == highest_perf) in power_check_turbo()168 || cpuinfo_max_freq == highest_perf * UNIT_DIFF)) { in power_check_turbo()174 pi->lcore_id, highest_perf, nominal_perf); in power_check_turbo()180 pi->lcore_id, highest_perf, nominal_perf); in power_check_turbo()