Searched refs:max_policy_pct (Results 1 – 1 of 1) sorted by relevance
148 int max_policy_pct; member159 .max_policy_pct = 100,348 limits.max_perf_pct = min(limits.max_policy_pct, limits.max_sysfs_pct); in store_max_perf_pct()789 limits.max_policy_pct = 100; in intel_pstate_set_policy()799 limits.max_policy_pct = (policy->max * 100) / policy->cpuinfo.max_freq; in intel_pstate_set_policy()800 limits.max_policy_pct = clamp_t(int, limits.max_policy_pct, 0 , 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()