Home
last modified time | relevance | path

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

/openbmc/linux/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; \
/openbmc/linux/drivers/dma-buf/
H A 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()