Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/cpufreq/
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-6.3-rc2/tools/testing/selftests/net/forwarding/
A Dtsn_lib.sh123 /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq
138 echo "${!freq}" > /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq
/linux-6.3-rc2/include/linux/
A Ddevfreq.h201 unsigned long scaling_min_freq; member
/linux-6.3-rc2/drivers/devfreq/
A Ddevfreq.c155 *min_freq = max(*min_freq, devfreq->scaling_min_freq); in devfreq_get_freq_range()
655 devfreq->scaling_min_freq = find_available_min_freq(devfreq); in devfreq_notifier_call()
656 if (!devfreq->scaling_min_freq) in devfreq_notifier_call()
842 devfreq->scaling_min_freq = find_available_min_freq(devfreq); in devfreq_add_device()
843 if (!devfreq->scaling_min_freq) { in devfreq_add_device()
/linux-6.3-rc2/drivers/cpufreq/
A Dcpufreq.c695 show_one(scaling_min_freq, min);
736 store_one(scaling_min_freq, min);
925 cpufreq_freq_attr_rw(scaling_min_freq);
934 &scaling_min_freq.attr,
/linux-6.3-rc2/Documentation/admin-guide/pm/
A Dcpufreq.rst315 than the value of the ``scaling_min_freq`` attribute).
317 ``scaling_min_freq``
364 ``performance`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
371 within the ``scaling_min_freq`` policy limit, to be requested for that policy.
374 ``powersave`` and whenever the ``scaling_max_freq`` or ``scaling_min_freq``
574 switch the frequency between the ``scaling_min_freq`` and
A Dintel_pstate.rst461 Also, the values of the ``scaling_max_freq`` and ``scaling_min_freq``
467 and ``scaling_min_freq`` is limited to the maximum non-turbo P-state frequency.
469 ``scaling_min_freq`` to go down to that value if they were above it before.
470 However, the old values of ``scaling_max_freq`` and ``scaling_min_freq`` will be
475 and ``scaling_min_freq`` corresponds to the maximum supported turbo P-state,
513 <Global Attributes_>`_ or via the ``scaling_max_freq`` and ``scaling_min_freq``
/linux-6.3-rc2/tools/power/x86/intel-speed-select/
A Disst-config.c1570 int base_freq, scaling_min_freq; in adjust_scaling_min_from_base_freq() local
1572scaling_min_freq = parse_int_file(0, "/sys/devices/system/cpu/cpu%d/cpufreq/scaling_min_freq", cpu… in adjust_scaling_min_from_base_freq()
1574 if (scaling_min_freq < base_freq) in adjust_scaling_min_from_base_freq()

Completed in 20 milliseconds