Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cpufreq/
Dintel_pstate.c2796 int32_t global_min, global_max; in intel_pstate_update_perf_limits() local
2799 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100); in intel_pstate_update_perf_limits()
2801 global_min = clamp_t(int32_t, global_min, 0, global_max); in intel_pstate_update_perf_limits()
2804 global_min, global_max); in intel_pstate_update_perf_limits()
2808 cpu->max_perf_ratio = min(max_policy_perf, global_max); in intel_pstate_update_perf_limits()