Searched refs:dma_fence_unwrap_next (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Ddma-fence-unwrap.h35 struct dma_fence *dma_fence_unwrap_next(struct dma_fence_unwrap *cursor);
49 fence = dma_fence_unwrap_next(cursor))
/linux-master/drivers/dma-buf/
H A Ddma-fence-unwrap.c42 * dma_fence_unwrap_next - return the next fence from a fence containers
48 struct dma_fence *dma_fence_unwrap_next(struct dma_fence_unwrap *cursor) function
60 EXPORT_SYMBOL_GPL(dma_fence_unwrap_next); variable
118 fences[i] = dma_fence_unwrap_next(&iter[i]);
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]);

Completed in 121 milliseconds