__governor 50 drivers/cpufreq/cpufreq.c #define for_each_governor(__governor) \ __governor 51 drivers/cpufreq/cpufreq.c list_for_each_entry(__governor, &cpufreq_governor_list, governor_list) __governor 28 drivers/thermal/thermal_core.h #define for_each_governor_table(__governor) \ __governor 29 drivers/thermal/thermal_core.h for (__governor = __governor_thermal_table; \ __governor 30 drivers/thermal/thermal_core.h __governor < __governor_thermal_table_end; \ __governor 31 drivers/thermal/thermal_core.h __governor++)