Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c150 int max_policy_pct; member
163 .max_policy_pct = 100,
422 limits.max_perf_pct = min(limits.max_policy_pct, limits.max_sysfs_pct); in store_max_perf_pct()
971 limits.max_policy_pct = 100; in intel_pstate_set_policy()
983 limits.max_policy_pct = (policy->max * 100) / policy->cpuinfo.max_freq; in intel_pstate_set_policy()
984 limits.max_policy_pct = clamp_t(int, limits.max_policy_pct, 0 , 100); in intel_pstate_set_policy()
985 limits.max_perf_pct = min(limits.max_policy_pct, limits.max_sysfs_pct); in intel_pstate_set_policy()