Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dintel_pstate.c144 int max_perf_pct; member
155 .max_perf_pct = 100,
348 limits.max_perf_pct = min(limits.max_policy_pct, limits.max_sysfs_pct); in store_max_perf_pct()
349 limits.max_perf = div_fp(int_tofp(limits.max_perf_pct), int_tofp(100)); in store_max_perf_pct()
369 show_one(max_perf_pct, max_perf_pct);
373 define_one_global_rw(max_perf_pct);
378 &max_perf_pct.attr,
790 limits.max_perf_pct = 100; in intel_pstate_set_policy()
801 limits.max_perf_pct = min(limits.max_policy_pct, limits.max_sysfs_pct); in intel_pstate_set_policy()
802 limits.max_perf = div_fp(int_tofp(limits.max_perf_pct), int_tofp(100)); in intel_pstate_set_policy()
[all …]