Home
last modified time | relevance | path

Searched refs:scaling_max_freq (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh125 cat /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_max_freq > \
/linux/include/linux/
H A Ddevfreq.h207 unsigned long scaling_max_freq; member
/linux/drivers/cpufreq/
H A Dcpufreq.c701 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 Dintel_pstate.rst573 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 Dcpufreq_drivers.rst235 in the scaling_available_frequencies or scaling_cur_freq, or scaling_max_freq.
H A Damd-pstate.rst285 value between ``cpuinfo_min_freq`` and ``scaling_max_freq`` into this
/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c1728 "/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