Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c365 static u32 max_highest_perf = 0, min_highest_perf = U32_MAX; in intel_pstate_set_itmt_prio() local
386 if (max_highest_perf <= min_highest_perf) { in intel_pstate_set_itmt_prio()
390 if (cppc_perf.highest_perf < min_highest_perf) in intel_pstate_set_itmt_prio()
391 min_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
393 if (max_highest_perf > min_highest_perf) { in intel_pstate_set_itmt_prio()