Home
last modified time | relevance | path

Searched refs:scaling_min_freq (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/cpufreq/
H A Dspecial-tests.sh99 local oldfreq=$(cat $filepath/scaling_min_freq)
105 echo $freq > $filepath/scaling_min_freq
110 echo $oldfreq > $filepath/scaling_min_freq
/linux/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh126 /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq
141 echo "${!freq}" > /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq
/linux/include/linux/
H A Ddevfreq.h206 unsigned long scaling_min_freq; member
/linux/Documentation/admin-guide/pm/
H A Dcpufreq.rst330 than the value of the ``scaling_min_freq`` attribute).
332 ``scaling_min_freq``
379 ``performance`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
386 within the ``scaling_min_freq`` policy limit, to be requested for that policy.
389 ``powersave`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
591 switch the frequency between the ``scaling_min_freq`` and
/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c1743 int base_freq, scaling_min_freq; in adjust_scaling_min_from_base_freq() local
1745scaling_min_freq = parse_int_file(0, "/sys/devices/system/cpu/cpu%d/cpufreq/scaling_min_freq", cpu… in adjust_scaling_min_from_base_freq()
1747 if (scaling_min_freq < base_freq) in adjust_scaling_min_from_base_freq()