Lines Matching refs:next
381 struct llist_node *pos, *next;
396 * any of the tasks, but we will try again on the next -- and since
400 llist_for_each_safe(pos, next, llist_del_all(&engine->barrier_tasks)) {
406 pos->next = head;
945 first->next = prev;
960 first = first->next;
972 struct llist_node *pos, *next;
983 llist_for_each_safe(pos, next, take_preallocated_barriers(ref)) {
1021 struct llist_node *node, *next;
1037 llist_for_each_safe(node, next, node) {