Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_core.c427 struct list_head *way_down_list) in handle_thermal_trip() argument
453 list_add(&td->notify_list_node, way_down_list); in handle_thermal_trip()
545 LIST_HEAD(way_down_list); in __thermal_zone_device_update()
579 handle_thermal_trip(tz, td, &way_up_list, &way_down_list); in __thermal_zone_device_update()
594 list_sort(NULL, &way_down_list, thermal_trip_notify_cmp); in __thermal_zone_device_update()
595 list_for_each_entry_reverse(td, &way_down_list, notify_list_node) in __thermal_zone_device_update()