Searched refs:governors (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/tools/testing/selftests/cpufreq/ |
D | governor.sh | 135 local governors=$(cat $filepath) 136 printf "Available governors for $2: $governors\n" 138 for governor in $governors; do
|
/Linux-v4.19/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 347 struct cpufreq_available_governors *governors = in get_available_governors() local 351 if (!governors) { in get_available_governors() 356 while (governors->next) { in get_available_governors() 357 printf("%s ", governors->governor); in get_available_governors() 358 governors = governors->next; in get_available_governors() 360 printf("%s\n", governors->governor); in get_available_governors() 361 cpufreq_put_available_governors(governors); in get_available_governors()
|
/Linux-v4.19/Documentation/cpuidle/ |
D | core.txt | 13 governors and drivers. 20 which can be used to switch governors at run time. This boot option
|
D | governor.txt | 6 cpuidle governors 23 with different governors. By default, most optimal governor based on your
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-devfreq | 80 currently available governors in the system. 89 frequency requested by governors. 98 frequency requested by governors and min_freq.
|
D | sysfs-devices-system-cpu | 135 available governors
|
/Linux-v4.19/drivers/cpuidle/ |
D | Makefile | 6 obj-y += cpuidle.o driver.o governor.o sysfs.o governors/
|
D | Kconfig | 11 governors that can be swapped during runtime.
|
/Linux-v4.19/Documentation/admin-guide/pm/ |
D | cpufreq.rst | 50 core, scaling governors and scaling drivers. 56 Scaling governors implement algorithms to estimate the required CPU capacity. 60 Scaling drivers talk to the hardware. They provide scaling governors with 63 by scaling governors. 65 In principle, all available scaling governors can be used with every scaling 71 scaling governors should be suitable for every supported platform. 180 Consequently, if |intel_pstate| is used, scaling governors are not attached to 184 governors, but in the |intel_pstate| case they both determine the P-state to 268 List of ``CPUFreq`` scaling governors present in the kernel that can 273 [Note that some governors are modular and it may be necessary to load a [all …]
|
D | intel_pstate.rst | 67 In this mode the driver bypasses the scaling governors layer of ``CPUFreq`` and 70 governors (that is, through the ``scaling_governor`` policy attribute in 74 They are not generic scaling governors, but their names are the same as the 75 names of some of those governors. Moreover, confusingly enough, they generally 76 do not work in the same way as the generic governors they share the names with. 79 (roughly, it corresponds to the ``schedutil`` and ``ondemand`` governors). 197 it is invoked by generic scaling governors when necessary to talk to the 202 scaling governors listed by the ``scaling_available_governors`` policy attribute 206 governors attached to the policy objects) with accurate information on the 276 ``CPUFreq`` core and (in the passive mode) to generic scaling governors. This [all …]
|
/Linux-v4.19/tools/power/cpupower/po/ |
D | de.po | 330 msgid " available cpufreq governors: " 426 msgid " -g, --governors Determines available cpufreq governors *\n" 427 msgstr " -g, --governors Erzeugt eine Liste mit verfügbaren Reglern *\n" 574 msgstr " -g GOV, --governors GOV wechsle zu Regler GOV\n"
|
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"
|
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"
|
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"
|
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"
|
/Linux-v4.19/Documentation/cpu-freq/ |
D | cpufreq-stats.txt | 55 useful for evaluating system behaviour under different governors without the
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | README-BENCH | 8 scaling using Linux kernel governors
|
/Linux-v4.19/Documentation/thermal/ |
D | sysfs-api.txt | 271 |---available_policies: Available thermal governors for this zone 350 One of the various thermal governors used for a particular zone. 354 Available thermal governors which can be used for a particular zone.
|
/Linux-v4.19/drivers/watchdog/ |
D | Kconfig | 89 Enable this if you want to use pretimeout governors with the software 90 watchdog. Be aware that governors might affect the watchdog because it 1969 bool "Enable watchdog pretimeout governors" 1971 The option allows to select watchdog pretimeout governors.
|
/Linux-v4.19/Documentation/RCU/ |
D | stallwarn.txt | 74 slow system. Note that thermal throttling and on-demand governors
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1697 to work with generic cpufreq governors (instead of
|