Home
last modified time | relevance | path

Searched refs:dma_fence_array_first (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Ddma-fence-array.h79 for (index = 0, fence = dma_fence_array_first(head); fence; \
95 struct dma_fence *dma_fence_array_first(struct dma_fence *head);
/linux/drivers/dma-buf/
H A Ddma-fence-array.c270 struct dma_fence *dma_fence_array_first(struct dma_fence *head) in dma_fence_array_first() function
286 EXPORT_SYMBOL(dma_fence_array_first);
H A Ddma-fence-unwrap.c22 return dma_fence_array_first(cursor->array); in __dma_fence_unwrap_array()