Searched refs:min_perf_pct (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/cpufreq/ |
| H A D | intel_pstate.c | 187 int min_perf_pct; member 1635 if (global.min_perf_pct > pct) in store_no_turbo() 1636 global.min_perf_pct = pct; in store_no_turbo() 1667 freq = DIV_ROUND_UP(freq * global.min_perf_pct, 100); in update_cpu_qos_request() 1702 global.max_perf_pct = clamp_t(int, input, global.min_perf_pct, 100); in store_max_perf_pct() 1731 global.min_perf_pct = clamp_t(int, input, in store_min_perf_pct() 1796 show_one(min_perf_pct, min_perf_pct); 1801 define_one_global_rw(min_perf_pct); 1855 rc = sysfs_create_file(intel_pstate_kobject, &min_perf_pct.attr); in intel_pstate_sysfs_expose_params() 1878 sysfs_remove_file(intel_pstate_kobject, &min_perf_pct.attr); in intel_pstate_sysfs_remove() [all …]
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | intel_pstate.rst | 463 ``min_perf_pct`` 626 the ``max_perf_pct`` and ``min_perf_pct`` :ref:`global attributes 657 is passed to the kernel, ``max_perf_pct`` and ``min_perf_pct`` are not exposed
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-system-cpu | 377 /sys/devices/system/cpu/intel_pstate/min_perf_pct 391 min_perf_pct: limits the minimum P state that will be requested by
|