Lines Matching defs:list
34 static void ttm_eu_backoff_reservation_reverse(struct list_head *list,
37 list_for_each_entry_continue_reverse(entry, list, head) {
45 struct list_head *list)
49 if (list_empty(list))
52 list_for_each_entry(entry, list, head) {
67 * If a buffer in the list is marked for CPU access, we back off and
77 struct list_head *list, bool intr,
83 if (list_empty(list))
89 list_for_each_entry(entry, list, head) {
114 ttm_eu_backoff_reservation_reverse(list, entry);
132 /* move this item to the front of the list,
136 list_add(&entry->head, list);
144 struct list_head *list,
149 if (list_empty(list))
152 list_for_each_entry(entry, list, head) {