Lines Matching refs:max_perf_pct
183 * @max_perf_pct: Maximum capacity limit in percent of the maximum turbo
190 int max_perf_pct;
1222 perf_pct = global.max_perf_pct;
1252 global.max_perf_pct = clamp_t(int, input, global.min_perf_pct, 100);
1286 min_perf_pct_min(), global.max_perf_pct);
1351 show_one(max_perf_pct, max_perf_pct);
1356 define_one_global_rw(max_perf_pct);
1399 rc = sysfs_create_file(intel_pstate_kobject, &max_perf_pct.attr);
1419 sysfs_remove_file(intel_pstate_kobject, &max_perf_pct.attr);
2237 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100);
2679 max_freq = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100);
2767 global.max_perf_pct = 100;