| /linux/tools/testing/selftests/cpufreq/ |
| H A D | governor.sh | 135 local governors=$(cat $filepath) 136 printf "Available governors for $2: $governors\n" 138 for governor in $governors; do
|
| /linux/tools/power/cpupower/utils/ |
| H A D | cpufreq-info.c | 353 struct cpufreq_available_governors *governors = in get_available_governors() local 357 if (!governors) { in get_available_governors() 362 while (governors->next) { in get_available_governors() 363 printf("%s ", governors->governor); in get_available_governors() 364 governors = governors->next; in get_available_governors() 366 printf("%s\n", governors->governor); in get_available_governors() 367 cpufreq_put_available_governors(governors); in get_available_governors()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-devfreq | 72 currently available governors in the system. 81 frequency requested by governors. 90 frequency requested by governors and min_freq. 105 A list of governors that support the node: 117 A list of governors that support the node: 133 A list of governors that support the node:
|
| H A D | sysfs-class-thermal | 38 One of the various thermal governors used for a particular zone. 44 Available thermal governors which can be used for a
|
| H A D | sysfs-class-watchdog | 83 It is a read only file. It shows the pretimeout governors
|
| H A D | sysfs-devices-system-cpu | 127 available governors.
|
| /linux/Documentation/driver-api/pm/ |
| H A D | cpuidle.rst | 35 units: *governors* responsible for selecting idle states to ask the processor 36 to enter, *drivers* that pass the governors' decisions on to the hardware and 47 ``CPUIdle`` governors are generic and each of them can be used on any hardware 60 add the governor to the global list of available governors and, if it is the 69 Once registered, ``CPUIdle`` governors cannot be unregistered, so it is not 72 The interface between ``CPUIdle`` governors and the core consists of four 147 In addition, ``CPUIdle`` governors are required to take power management 180 governors for computations related to idle state selection: 194 Flags representing idle state properties. Currently, governors only use
|
| /linux/Documentation/driver-api/ |
| H A D | devfreq.rst | 17 automatically adjusted by governors.
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | cpufreq.rst | 53 core, scaling governors and scaling drivers. 59 Scaling governors implement algorithms to estimate the required CPU capacity. 63 Scaling drivers talk to the hardware. They provide scaling governors with 66 by scaling governors. 68 In principle, all available scaling governors can be used with every scaling 74 scaling governors should be suitable for every supported platform. 183 Consequently, if |intel_pstate| is used, scaling governors are not attached to 187 governors, but in the |intel_pstate| case they both determine the P-state to 285 List of ``CPUFreq`` scaling governors present in the kernel that can 290 [Note that some governors are modular and it may be necessary to load a [all …]
|
| H A D | amd-pstate.rst | 26 ``amd-pstate`` leverages the Linux kernel governors such as ``schedutil``, 31 frequency control function according to kernel governors on some of the 165 ``amd-pstate`` can be used with all the (generic) scaling governors listed 168 CPUs and provides the ``CPUFreq`` core (and the scaling governors attached 484 available cpufreq governors: ondemand conservative powersave userspace performance schedutil 536 policies with other scaling governors).
|
| H A D | intel_idle.rst | 118 governors during CPU idle state selection). Otherwise, some of the listed idle
|
| /linux/drivers/cpuidle/ |
| H A D | Kconfig | 12 governors that can be swapped during runtime.
|
| /linux/Documentation/cpu-freq/ |
| H A D | cpufreq-stats.rst | 60 useful for evaluating system behaviour under different governors without the
|
| /linux/tools/power/cpupower/po/ |
| H A D | cs.po | 334 msgid " available cpufreq governors: " 426 msgid " -g, --governors Determines available cpufreq governors *\n" 427 msgstr " -g, --governors Zjistí dostupné regulátory cpufreq *\n" 565 msgstr " -g GOV, --governors GOV Nový regulátor cpufreq\n"
|
| H A D | ka.po | 354 msgid " available cpufreq governors: " 450 msgid " -g, --governors Determines available cpufreq governors *\n" 452 " -g, --governors cpufreq-ის ხელმისაწვდომი მმართველების დადგენა *\n"
|
| H A D | de.po | 343 msgid " available cpufreq governors: " 436 msgid " -g, --governors Determines available cpufreq governors *\n" 437 msgstr " -g, --governors Ermittelt verfügbare cpufreq-Regler *\n" 583 msgstr " -g GOV, --governors GOV neuer cpufreq-Regler\n"
|
| H A D | pt.po | 328 msgid " available cpufreq governors: " 425 msgid " -g, --governors Determines available cpufreq governors *\n" 427 " -g, --governors Determina reguladores do cpufreq disponíveis *\n"
|
| H A D | fr.po | 329 msgid " available cpufreq governors: " 421 msgid " -g, --governors Determines available cpufreq governors *\n" 423 " -g, --governors Affiche les régulateurs disponibles de cpufreq *\n"
|
| H A D | it.po | 329 msgid " available cpufreq governors: " 423 msgid " -g, --governors Determines available cpufreq governors *\n" 424 msgstr " -g, --governors Determina i gestori cpufreq disponibili *\n"
|
| /linux/tools/power/cpupower/bench/ |
| H A D | README-BENCH | 8 scaling using Linux kernel governors
|
| /linux/Documentation/scheduler/ |
| H A D | sched-energy.rst | 376 told to do, for example), schedutil as opposed to other CPUFreq governors at
|
| /linux/drivers/watchdog/ |
| H A D | Kconfig | 87 bool "Enable watchdog pretimeout governors" 90 The option allows to select watchdog pretimeout governors. 167 Enable this if you want to use pretimeout governors with the software 168 watchdog. Be aware that governors might affect the watchdog because it
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 2525 governors layer of cpufreq and provides it own 2535 to work with generic cpufreq governors (instead of
|