Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/tools/power/cpupower/utils/
H A Dcpufreq-info.c366 /* --governors / -g */
370 struct cpufreq_available_governors *governors = in get_available_governors() local
373 printf(_(" available cpufreq governors: ")); in get_available_governors()
374 if (!governors) { in get_available_governors()
379 while (governors->next) { in get_available_governors()
380 printf("%s ", governors->governor); in get_available_governors()
381 governors = governors->next; in get_available_governors()
383 printf("%s\n", governors->governor); in get_available_governors()
384 cpufreq_put_available_governors(governors); in get_available_governors()
[all...]
/kernel/linux/linux-6.6/tools/power/cpupower/utils/
H A Dcpufreq-info.c331 /* --governors / -g */
335 struct cpufreq_available_governors *governors = in get_available_governors() local
338 printf(_(" available cpufreq governors: ")); in get_available_governors()
339 if (!governors) { in get_available_governors()
344 while (governors->next) { in get_available_governors()
345 printf("%s ", governors->governor); in get_available_governors()
346 governors = governors->next; in get_available_governors()
348 printf("%s\n", governors->governor); in get_available_governors()
349 cpufreq_put_available_governors(governors); in get_available_governors()
[all...]

Completed in 2 milliseconds