Searched refs:scaling_max_freq (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tsn_lib.sh | 125 cat /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_max_freq > \
|
| /linux/include/linux/ |
| H A D | devfreq.h | 207 unsigned long scaling_max_freq; member
|
| /linux/drivers/cpufreq/ |
| H A D | cpufreq.c | 701 show_one(scaling_max_freq, max); 750 store_one(scaling_max_freq, max); 952 cpufreq_freq_attr_rw(scaling_max_freq); 962 &scaling_max_freq.attr,
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | intel_pstate.rst | 573 Also, the values of the ``scaling_max_freq`` and ``scaling_min_freq`` 579 ``scaling_max_freq`` and ``scaling_min_freq`` is limited to the maximum 581 Accordingly, setting ``no_turbo`` causes ``scaling_max_freq`` and 583 However, the old values of ``scaling_max_freq`` and ``scaling_min_freq`` will be 587 If ``no_turbo`` is not set, the maximum possible value of ``scaling_max_freq`` 628 <global_attributes>` or via the ``scaling_max_freq`` and ``scaling_min_freq``
|
| H A D | cpufreq_drivers.rst | 235 in the scaling_available_frequencies or scaling_cur_freq, or scaling_max_freq.
|
| H A D | amd-pstate.rst | 285 value between ``cpuinfo_min_freq`` and ``scaling_max_freq`` into this
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 1728 "/sys/devices/system/cpu/cpu%d/cpufreq/scaling_max_freq", cpu); in no_turbo() 1759 int base_freq, scaling_max_freq; in set_clx_pbf_cpufreq_scaling_min_max() 1761 scaling_max_freq = parse_int_file(0, "/sys/devices/system/cpu/cpu%d/cpufreq/scaling_max_freq", cpu); in set_clx_pbf_cpufreq_scaling_min_max() 1763 if (scaling_max_freq < base_freq || no_turbo()) in set_clx_pbf_cpufreq_scaling_min_max() 1839 "/sys/devices/system/cpu/cpu%d/cpufreq/scaling_max_freq", cpu); in set_scaling_min_to_cpuinfo_max() 1733 int base_freq, scaling_max_freq; adjust_scaling_max_from_base_freq() local
|