Searched refs:max_highest_perf (Results 1 – 2 of 2) sorted by relevance
92 static u32 max_highest_perf = 0, min_highest_perf = U32_MAX; in itmt_legacy_cpu_online() local102 if (max_highest_perf <= min_highest_perf) { in itmt_legacy_cpu_online()103 if (priority > max_highest_perf) in itmt_legacy_cpu_online()104 max_highest_perf = priority; in itmt_legacy_cpu_online()109 if (max_highest_perf > min_highest_perf) in itmt_legacy_cpu_online()
355 static u32 max_highest_perf = 0, min_highest_perf = U32_MAX; in intel_pstate_set_itmt_prio() local376 if (max_highest_perf <= min_highest_perf) { in intel_pstate_set_itmt_prio()377 if (cppc_perf.highest_perf > max_highest_perf) in intel_pstate_set_itmt_prio()378 max_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()383 if (max_highest_perf > min_highest_perf) { in intel_pstate_set_itmt_prio()