Home
last modified time | relevance | path

Searched refs:min_highest_perf (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/platform/x86/intel/
Dturbo_max_3.c92 static u32 max_highest_perf = 0, min_highest_perf = U32_MAX; in itmt_legacy_cpu_online() local
102 if (max_highest_perf <= min_highest_perf) { in itmt_legacy_cpu_online()
106 if (priority < min_highest_perf) in itmt_legacy_cpu_online()
107 min_highest_perf = priority; in itmt_legacy_cpu_online()
109 if (max_highest_perf > min_highest_perf) in itmt_legacy_cpu_online()
/linux-6.1.9/drivers/cpufreq/
Dintel_pstate.c347 static u32 max_highest_perf = 0, min_highest_perf = U32_MAX; in intel_pstate_set_itmt_prio() local
369 if (max_highest_perf <= min_highest_perf) { in intel_pstate_set_itmt_prio()
373 if (cppc_perf.highest_perf < min_highest_perf) in intel_pstate_set_itmt_prio()
374 min_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
376 if (max_highest_perf > min_highest_perf) { in intel_pstate_set_itmt_prio()