Lines Matching refs:next
371 struct llist_node *pos, *next;
386 * any of the tasks, but we will try again on the next -- and since
390 llist_for_each_safe(pos, next, llist_del_all(&engine->barrier_tasks)) {
396 pos->next = head;
914 first->next = prev;
929 first = first->next;
941 struct llist_node *pos, *next;
952 llist_for_each_safe(pos, next, take_preallocated_barriers(ref)) {
990 struct llist_node *node, *next;
1006 llist_for_each_safe(node, next, node) {