max_highest_perf  345 drivers/cpufreq/intel_pstate.c 	static u32 max_highest_perf = 0, min_highest_perf = U32_MAX;
max_highest_perf  359 drivers/cpufreq/intel_pstate.c 	if (max_highest_perf <= min_highest_perf) {
max_highest_perf  360 drivers/cpufreq/intel_pstate.c 		if (cppc_perf.highest_perf > max_highest_perf)
max_highest_perf  361 drivers/cpufreq/intel_pstate.c 			max_highest_perf = cppc_perf.highest_perf;
max_highest_perf  366 drivers/cpufreq/intel_pstate.c 		if (max_highest_perf > min_highest_perf) {
max_highest_perf   92 drivers/platform/x86/intel_turbo_max_3.c 	static u32 max_highest_perf = 0, min_highest_perf = U32_MAX;
max_highest_perf  102 drivers/platform/x86/intel_turbo_max_3.c 	if (max_highest_perf <= min_highest_perf) {
max_highest_perf  103 drivers/platform/x86/intel_turbo_max_3.c 		if (priority > max_highest_perf)
max_highest_perf  104 drivers/platform/x86/intel_turbo_max_3.c 			max_highest_perf = priority;
max_highest_perf  109 drivers/platform/x86/intel_turbo_max_3.c 		if (max_highest_perf > min_highest_perf)