Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cpufreq/
Dintel_pstate.c3186 int cap_pstate, min_pstate, max_pstate, target_pstate; in intel_cpufreq_adjust_perf() local
3188 cap_pstate = READ_ONCE(global.no_turbo) ? in intel_cpufreq_adjust_perf()
3194 target_pstate = cap_pstate; in intel_cpufreq_adjust_perf()
3196 target_pstate = DIV_ROUND_UP(cap_pstate * target_perf, capacity); in intel_cpufreq_adjust_perf()
3198 min_pstate = cap_pstate; in intel_cpufreq_adjust_perf()
3200 min_pstate = DIV_ROUND_UP(cap_pstate * min_perf, capacity); in intel_cpufreq_adjust_perf()
3211 max_pstate = min(cap_pstate, cpu->max_perf_ratio); in intel_cpufreq_adjust_perf()