Home
last modified time | relevance | path

Searched refs:min_perf_pct (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/cpufreq/
H A Dintel_pstate.c187 int min_perf_pct; member
1591 if (global.min_perf_pct > pct) in store_no_turbo()
1592 global.min_perf_pct = pct; in store_no_turbo()
1623 freq = DIV_ROUND_UP(freq * global.min_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()
1687 global.min_perf_pct = clamp_t(int, input, in store_min_perf_pct()
1752 show_one(min_perf_pct, min_perf_pct);
1757 define_one_global_rw(min_perf_pct);
1811 rc = sysfs_create_file(intel_pstate_kobject, &min_perf_pct.attr); in intel_pstate_sysfs_expose_params()
1834 sysfs_remove_file(intel_pstate_kobject, &min_perf_pct.attr); in intel_pstate_sysfs_remove()
[all …]
/linux/Documentation/admin-guide/pm/
H A Dintel_pstate.rst464 ``min_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