Searched refs:max_perf_pct (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/testing/selftests/intel_pstate/ |
D | run.sh | 69 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-6.1.9/drivers/cpufreq/ |
D | intel_pstate.c | 185 int max_perf_pct; member 1333 perf_pct = global.max_perf_pct; in update_qos_request() 1362 global.max_perf_pct = clamp_t(int, input, global.min_perf_pct, 100); in store_max_perf_pct() 1396 min_perf_pct_min(), global.max_perf_pct); in store_min_perf_pct() 1461 show_one(max_perf_pct, max_perf_pct); 1466 define_one_global_rw(max_perf_pct); 1515 rc = sysfs_create_file(intel_pstate_kobject, &max_perf_pct.attr); in intel_pstate_sysfs_expose_params() 1540 sysfs_remove_file(intel_pstate_kobject, &max_perf_pct.attr); in intel_pstate_sysfs_remove() 2529 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100); in intel_pstate_update_perf_limits() 3012 freq = DIV_ROUND_UP(cpu->pstate.turbo_freq * global.max_perf_pct, 100); in intel_cpufreq_cpu_init() [all …]
|
/linux-6.1.9/Documentation/admin-guide/pm/ |
D | intel_pstate.rst | 345 ``max_perf_pct`` 512 the ``max_perf_pct`` and ``min_perf_pct`` `global attributes 543 is passed to the kernel, ``max_perf_pct`` and ``min_perf_pct`` are not exposed
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 317 What: /sys/devices/system/cpu/intel_pstate/max_perf_pct 329 max_perf_pct: limits the maximum P state that will be requested by
|