Lines Matching defs:list_node
28 * @list_node: Node in the list of all testing thermal zone templates.
41 struct list_head list_node;
62 * @list_node: Node in the list of all trip templates in the zone template.
67 struct list_head list_node;
144 list_for_each_entry_safe(tt_trip, aux, &tt_zone->trips, list_node) {
145 list_del(&tt_trip->list_node);
182 list_add_tail(&tt_zone->list_node, &tt_thermal_zones);
253 list_for_each_entry_safe(tt_zone, aux, &tt_thermal_zones, list_node) {
258 list_del(&tt_zone->list_node);
288 list_for_each_entry(tt_zone, &tt_thermal_zones, list_node) {
355 list_add_tail(&tt_trip->list_node, &tt_zone->trips);
399 list_for_each_entry(tt_trip, &tt_zone->trips, list_node)
440 list_for_each_entry_safe(tt_zone, aux, &tt_thermal_zones, list_node) {
443 list_del(&tt_zone->list_node);