Home
last modified time | relevance | path

Searched refs:dma_fence_unwrap_first (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
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; \
/linux-6.6.21/drivers/dma-buf/
Ddma-fence-unwrap.c33 struct dma_fence *dma_fence_unwrap_first(struct dma_fence *head, in dma_fence_unwrap_first() function
39 EXPORT_SYMBOL_GPL(dma_fence_unwrap_first);
106 fences[i] = dma_fence_unwrap_first(fences[i], &iter[i]); in __dma_fence_unwrap_merge()