Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/intel_pstate/
Drun.sh69 max_perf_pct=$(cat /sys/devices/system/cpu/intel_pstate/max_perf_pct)
70 echo "max_perf_pct $max_perf_pct" >> /tmp/result.$1
115 max_perf_pct=$(cat /tmp/result.${freq} | grep "max_perf_pct" | awk ' { print $2 } ' )
121 $((max_perf_pct * max_freq))
/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c189 int max_perf_pct; member
1117 perf_pct = global.max_perf_pct; in update_qos_request()
1147 global.max_perf_pct = clamp_t(int, input, global.min_perf_pct, 100); in store_max_perf_pct()
1181 min_perf_pct_min(), global.max_perf_pct); in store_min_perf_pct()
1220 show_one(max_perf_pct, max_perf_pct);
1225 define_one_global_rw(max_perf_pct);
1264 rc = sysfs_create_file(intel_pstate_kobject, &max_perf_pct.attr); in intel_pstate_sysfs_expose_params()
2080 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100); in intel_pstate_update_perf_limits()
2414 max_freq = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100); in intel_cpufreq_cpu_init()
2495 global.max_perf_pct = 100; in intel_pstate_register_driver()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices-system-cpu309 What: /sys/devices/system/cpu/intel_pstate/max_perf_pct
321 max_perf_pct: limits the maximum P state that will be requested by
/Linux-v5.4/Documentation/admin-guide/pm/
Dintel_pstate.rst334 ``max_perf_pct``
489 the ``max_perf_pct`` and ``min_perf_pct`` `global attributes
520 is passed to the kernel, ``max_perf_pct`` and ``min_perf_pct`` are not exposed