Lines Matching refs:list_node
41 struct list_head list_node; member
67 struct list_head list_node; member
144 list_for_each_entry_safe(tt_trip, aux, &tt_zone->trips, list_node) { in tt_zone_free_trips()
145 list_del(&tt_trip->list_node); in tt_zone_free_trips()
182 list_add_tail(&tt_zone->list_node, &tt_thermal_zones); in tt_add_tz_work_fn()
256 list_for_each_entry_safe(tt_zone, aux, &tt_thermal_zones, list_node) { in tt_del_tz()
261 list_del(&tt_zone->list_node); in tt_del_tz()
292 list_for_each_entry(tt_zone, &tt_thermal_zones, list_node) { in tt_get_tt_zone()
365 list_add_tail(&tt_trip->list_node, &tt_zone->trips); in tt_zone_add_trip()
409 list_for_each_entry(tt_trip, &tt_zone->trips, list_node) in tt_zone_register_tz()
461 list_for_each_entry_safe(tt_zone, aux, &tt_thermal_zones, list_node) { in tt_zone_cleanup()
464 list_del(&tt_zone->list_node); in tt_zone_cleanup()