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()
253 list_for_each_entry_safe(tt_zone, aux, &tt_thermal_zones, list_node) { in tt_del_tz()
258 list_del(&tt_zone->list_node); in tt_del_tz()
288 list_for_each_entry(tt_zone, &tt_thermal_zones, list_node) { in tt_get_tt_zone()
355 list_add_tail(&tt_trip->list_node, &tt_zone->trips); in tt_zone_add_trip()
399 list_for_each_entry(tt_trip, &tt_zone->trips, list_node) in tt_zone_register_tz()
440 list_for_each_entry_safe(tt_zone, aux, &tt_thermal_zones, list_node) { in tt_zone_cleanup()
443 list_del(&tt_zone->list_node); in tt_zone_cleanup()