Lines Matching refs:governors
331 /* --governors / -g */
335 struct cpufreq_available_governors *governors =
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);
491 {"governors", no_argument, NULL, 'g'},