Lines Matching refs:max_perf_pct
178 * @max_perf_pct: Maximum capacity limit in percent of the maximum turbo
185 int max_perf_pct;
1379 perf_pct = global.max_perf_pct;
1408 global.max_perf_pct = clamp_t(int, input, global.min_perf_pct, 100);
1442 min_perf_pct_min(), global.max_perf_pct);
1507 show_one(max_perf_pct, max_perf_pct);
1512 define_one_global_rw(max_perf_pct);
1564 rc = sysfs_create_file(intel_pstate_kobject, &max_perf_pct.attr);
1589 sysfs_remove_file(intel_pstate_kobject, &max_perf_pct.attr);
2576 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100);
3056 freq = DIV_ROUND_UP(cpu->pstate.turbo_freq * global.max_perf_pct, 100);
3159 global.max_perf_pct = 100;