Searched refs:dma_fence_unwrap_first (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/dma-buf/
H A Ddma-fence-unwrap.c26 * dma_fence_unwrap_first - return the first fence from fence containers
33 struct dma_fence *dma_fence_unwrap_first(struct dma_fence *head, function
39 EXPORT_SYMBOL_GPL(dma_fence_unwrap_first); variable
106 fences[i] = dma_fence_unwrap_first(fences[i], &iter[i]);
/linux-master/include/linux/
H A Ddma-fence-unwrap.h33 struct dma_fence *dma_fence_unwrap_first(struct dma_fence *head,
48 for (fence = dma_fence_unwrap_first(head, cursor); fence; \

Completed in 373 milliseconds