Home | History | Annotate | Download | only in nouveau

Lines Matching full:next

96       screen->fence.tail->next = fence;
117 screen->fence.head = fence->next;
121 for (it = screen->fence.head; it && it->next != fence; it = it->next);
122 it->next = fence->next;
140 struct nouveau_fence *next = NULL;
147 for (fence = screen->fence.head; fence; fence = next) {
148 next = fence->next;
159 screen->fence.head = next;
160 if (!next)
164 for (fence = next; fence; fence = fence->next)
213 debug_printf("Wait on fence %u (ack = %u, next = %u) timed out !\n",