Home
last modified time | relevance | path

Searched refs:governor_list (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/watchdog/
H A Dwatchdog_pretimeout.c35 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()
/linux/drivers/thermal/
H A Dthermal_core.c58 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()
/linux/include/linux/
H A Dcpufreq.h598 struct list_head governor_list; member