Lines Matching defs:next
71 screen->fence.tail->next = fence;
92 screen->fence.head = fence->next;
96 for (it = screen->fence.head; it && it->next != fence; it = it->next);
97 it->next = fence->next;
131 struct nouveau_fence *next = NULL;
144 for (fence = screen->fence.head; fence; fence = next) {
145 next = fence->next;
156 screen->fence.head = next;
157 if (!next)
161 for (fence = next; fence; fence = fence->next)
244 debug_printf("Wait on fence %u (ack = %u, next = %u) timed out !\n",