Lines Matching refs:list_node
28 list_for_each_entry_safe(entry, tmp, thresholds, list_node) { in __thermal_thresholds_flush()
29 list_del(&entry->list_node); in __thermal_thresholds_flush()
54 struct user_threshold *t1 = container_of(l1, struct user_threshold, list_node); in __thermal_thresholds_cmp()
55 struct user_threshold *t2 = container_of(l2, struct user_threshold, list_node); in __thermal_thresholds_cmp()
65 list_for_each_entry(t, thresholds, list_node) in __thermal_thresholds_find()
77 list_for_each_entry(t, thresholds, list_node) { in thermal_thresholds_handle_raising()
95 list_for_each_entry_reverse(t, thresholds, list_node) { in thermal_thresholds_handle_dropping()
113 list_for_each_entry(t, thresholds, list_node) { in thermal_threshold_find_boundaries()
120 list_for_each_entry_reverse(t, thresholds, list_node) { in thermal_threshold_find_boundaries()
188 INIT_LIST_HEAD(&t->list_node); in thermal_thresholds_add()
191 list_add(&t->list_node, thresholds); in thermal_thresholds_add()
215 list_del(&t->list_node); in thermal_thresholds_delete()
237 list_for_each_entry(entry, thresholds, list_node) { in thermal_thresholds_for_each()