Searched refs:cap_pstate (Results 1 – 1 of 1) sorted by relevance
3247 int cap_pstate, min_pstate, max_pstate, target_pstate; in intel_cpufreq_adjust_perf() local3249 cap_pstate = READ_ONCE(global.no_turbo) ? in intel_cpufreq_adjust_perf()3255 target_pstate = cap_pstate; in intel_cpufreq_adjust_perf()3257 target_pstate = DIV_ROUND_UP(cap_pstate * target_perf, capacity); in intel_cpufreq_adjust_perf()3259 min_pstate = cap_pstate; in intel_cpufreq_adjust_perf()3261 min_pstate = DIV_ROUND_UP(cap_pstate * min_perf, capacity); in intel_cpufreq_adjust_perf()3272 max_pstate = cap_pstate; in intel_cpufreq_adjust_perf()3274 max_pstate = DIV_ROUND_UP(cap_pstate * max_perf, capacity); in intel_cpufreq_adjust_perf()