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;
2251 int max_pstate = max(min_pstate, cpu->max_perf_ratio);
2530 cpu->max_perf_ratio = max_policy_perf;
2545 cpu->max_perf_ratio = min(max_policy_perf, global_max);
2546 cpu->max_perf_ratio = max(min_policy_perf, cpu->max_perf_ratio);
2550 cpu->max_perf_ratio);
2553 pr_debug("cpu:%d max_perf_ratio
[all...]

Completed in 212 milliseconds