Searched refs:max_perf_pct (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/intel_pstate/ |
| H A D | run.sh | 74 max_perf_pct=$(cat /sys/devices/system/cpu/intel_pstate/max_perf_pct) 75 echo "max_perf_pct $max_perf_pct" >> /tmp/result.$1 120 max_perf_pct=$(cat /tmp/result.${freq} | grep "max_perf_pct" | awk ' { print $2 } ' ) 126 $((max_perf_pct * max_freq))
|
| /linux/drivers/cpufreq/ |
| H A D | intel_pstate.c | 186 int max_perf_pct; member 1626 freq = (freq * global.max_perf_pct) / 100; in update_cpu_qos_request() 1658 global.max_perf_pct = clamp_t(int, input, global.min_perf_pct, 100); in store_max_perf_pct() 1688 min_perf_pct_min(), global.max_perf_pct); in store_min_perf_pct() 1751 show_one(max_perf_pct, max_perf_pct); 1756 define_one_global_rw(max_perf_pct); 1808 rc = sysfs_create_file(intel_pstate_kobject, &max_perf_pct.attr); in intel_pstate_sysfs_expose_params() 1833 sysfs_remove_file(intel_pstate_kobject, &max_perf_pct.attr); in intel_pstate_sysfs_remove() 2832 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100); in intel_pstate_update_perf_limits() 3345 freq = DIV_ROUND_UP(cpu->pstate.turbo_freq * global.max_perf_pct, 100); in intel_cpufreq_cpu_init() [all …]
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | intel_pstate.rst | 455 ``max_perf_pct`` 627 the ``max_perf_pct`` and ``min_perf_pct`` :ref:`global attributes 658 is passed to the kernel, ``max_perf_pct`` and ``min_perf_pct`` are not exposed
|