Lines Matching refs:governors
366 /* --governors / -g */
370 struct cpufreq_available_governors *governors =
373 printf(_(" available cpufreq governors: "));
374 if (!governors) {
379 while (governors->next) {
380 printf("%s ", governors->governor);
381 governors = governors->next;
383 printf("%s\n", governors->governor);
384 cpufreq_put_available_governors(governors);
514 {"governors", no_argument, NULL, 'g'},