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

/linux-master/include/linux/
H A Ddma-fence-array.h76 for (index = 0, fence = dma_fence_array_first(head); fence; \
86 struct dma_fence *dma_fence_array_first(struct dma_fence *head);
/linux-master/drivers/dma-buf/
H A Ddma-fence-array.c236 struct dma_fence *dma_fence_array_first(struct dma_fence *head) function
252 EXPORT_SYMBOL(dma_fence_array_first); variable
H A Ddma-fence-unwrap.c22 return dma_fence_array_first(cursor->array);

Completed in 261 milliseconds