Searched refs:governors (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 256 struct cpufreq_available_governors *governors; in debug_output_one() local 323 governors = cpufreq_get_available_governors(cpu); in debug_output_one() 324 if (governors) { in debug_output_one() 326 while (governors->next) { in debug_output_one() 327 printf("%s, ", governors->governor); in debug_output_one() 328 governors = governors->next; in debug_output_one() 330 printf("%s\n", governors->governor); in debug_output_one() 331 cpufreq_put_available_governors(governors); in debug_output_one() 448 struct cpufreq_available_governors *governors = in get_available_governors() local 450 if (!governors) in get_available_governors() [all …]
|
/linux-4.4.14/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-4.4.14/Documentation/cpu-freq/ |
D | intel-pstate.txt | 9 In legacy mode, the Intel P-state implements two internal governors, 10 performance and powersave, that differ from the general cpufreq governors of 11 the same name (the general cpufreq governors implement target(), whereas the 12 internal Intel P-state governors implement setpolicy()). The internal
|
D | index.txt | 26 governors.txt - What are cpufreq governors and how to
|
D | user-guide.txt | 169 scaling_available_governors : this file shows the CPUfreq governors 175 that some governors won't load - they only
|
D | governors.txt | 48 That's done using "cpufreq governors". Two are already in this patch 51 respectively. At least two more such governors will be ready for 55 governors, these can be tested extensively, and the best one can be
|
/linux-4.4.14/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.
|
/linux-4.4.14/drivers/cpuidle/ |
D | Makefile | 5 obj-y += cpuidle.o driver.o governor.o sysfs.o governors/
|
D | Kconfig | 11 governors that can be swapped during runtime.
|
/linux-4.4.14/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 | 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 | 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 | 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-4.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 8 scaling using Linux kernel governors
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 183 |---available_policies: Available thermal governors for this zone 257 One of the various thermal governors used for a particular zone. 261 Available thermal governors which can be used for a particular zone.
|