Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c251 int32_t max_perf_ratio; member
730 max = cpu_data->max_perf_ratio; in intel_pstate_hwp_set()
1415 pstate = max(cpu->pstate.min_pstate, cpu->max_perf_ratio); in intel_pstate_max_within_limits()
1660 max_pstate = max(min_pstate, cpu->max_perf_ratio); in intel_pstate_prepare_request()
1937 cpu->max_perf_ratio = max_policy_perf; in intel_pstate_update_perf_limits()
1951 cpu->max_perf_ratio = min(max_policy_perf, global_max); in intel_pstate_update_perf_limits()
1952 cpu->max_perf_ratio = max(min_policy_perf, cpu->max_perf_ratio); in intel_pstate_update_perf_limits()
1956 cpu->max_perf_ratio); in intel_pstate_update_perf_limits()
1960 cpu->max_perf_ratio, in intel_pstate_update_perf_limits()
2073 cpu->max_perf_ratio = 0xFF; in __intel_pstate_cpu_init()