Lines Matching defs:fences
64 struct dma_fence **fences,
76 dma_fence_unwrap_for_each(tmp, &iter[i], fences[i]) {
106 fences[i] = dma_fence_unwrap_first(fences[i], &iter[i]);
117 while (fences[i] && dma_fence_is_signaled(fences[i]))
118 fences[i] = dma_fence_unwrap_next(&iter[i]);
120 next = fences[i];
125 * We can't guarantee that inpute fences are ordered by
128 * the fences by context as we pass over them and merge
129 * fences with the same context.
139 fences[i] = dma_fence_unwrap_next(&iter[i]);
142 fences[sel] = dma_fence_unwrap_next(&iter[sel]);
149 fences[sel] = dma_fence_unwrap_next(&iter[sel]);