Searched refs:governors (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/cpufreq/
H A Dgovernor.sh4 # Test governors
135 local governors=$(cat $filepath)
136 printf "Available governors for $2: $governors\n"
138 for governor in $governors; do
/linux-master/tools/power/cpupower/utils/
H A Dcpufreq-info.c331 /* --governors / -g */
335 struct cpufreq_available_governors *governors = local
338 printf(_(" available cpufreq governors: "));
339 if (!governors) {
344 while (governors->next) {
345 printf("%s ", governors->governor);
346 governors = governors->next;
348 printf("%s\n", governors->governor);
349 cpufreq_put_available_governors(governors);
[all...]
/linux-master/drivers/cpuidle/
H A DMakefile6 obj-y += cpuidle.o driver.o governor.o sysfs.o governors/

Completed in 121 milliseconds