Searched refs:governor_list (Results 1 – 6 of 6) sorted by relevance
| /drivers/watchdog/ |
| A D | watchdog_pretimeout.c | 35 static LIST_HEAD(governor_list); 46 list_for_each_entry(priv, &governor_list, entry) in find_governor_by_name() 60 list_for_each_entry(priv, &governor_list, entry) in watchdog_pretimeout_available_governors_get() 135 list_add(&priv->entry, &governor_list); in watchdog_register_governor() 161 list_for_each_entry_safe(priv, t, &governor_list, entry) { in watchdog_unregister_governor()
|
| /drivers/cpuidle/ |
| A D | governor.c | 35 list_for_each_entry(gov, &cpuidle_governors, governor_list) in cpuidle_find_governor() 92 list_add_tail(&gov->governor_list, &cpuidle_governors); in cpuidle_register_governor()
|
| A D | sysfs.c | 29 list_for_each_entry(tmp, &cpuidle_governors, governor_list) { in show_available_governors() 90 list_for_each_entry(gov, &cpuidle_governors, governor_list) { in store_current_governor()
|
| /drivers/thermal/ |
| A D | thermal_core.c | 58 list_for_each_entry(pos, &thermal_governor_list, governor_list) in __find_governor() 133 list_add(&governor->governor_list, &thermal_governor_list); in thermal_register_governor() 180 list_del(&governor->governor_list); in thermal_unregister_governor() 216 list_for_each_entry(pos, &thermal_governor_list, governor_list) { in thermal_build_list_of_policies() 718 list_for_each_entry(gov, &thermal_governor_list, governor_list) { in for_each_thermal_governor()
|
| A D | thermal_core.h | 63 struct list_head governor_list; member
|
| /drivers/cpufreq/ |
| A D | cpufreq.c | 50 list_for_each_entry(__governor, &cpufreq_governor_list, governor_list) 2535 list_add(&governor->governor_list, &cpufreq_governor_list); in cpufreq_register_governor() 2565 list_del(&governor->governor_list); in cpufreq_unregister_governor()
|
Completed in 26 milliseconds