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

/linux-master/drivers/cpufreq/
H A Dintel_pstate.c205 * @max_perf_ratio: Maximum capacity in terms of PERF or HWP ratios
243 int32_t max_perf_ratio; member in struct:cpudata
972 max = cpu_data->max_perf_ratio;
2252 int max_pstate = max(min_pstate, cpu->max_perf_ratio);
2531 cpu->max_perf_ratio = max_policy_perf;
2546 cpu->max_perf_ratio = min(max_policy_perf, global_max);
2547 cpu->max_perf_ratio = max(min_policy_perf, cpu->max_perf_ratio);
2551 cpu->max_perf_ratio);
2554 pr_debug("cpu:%d max_perf_ratio
[all...]

Completed in 86 milliseconds