dma_fence_unwrap_first
EXPORT_SYMBOL_GPL(dma_fence_unwrap_first);
struct dma_fence *dma_fence_unwrap_first(struct dma_fence *head,
for (fence = dma_fence_unwrap_first(head, cursor); fence; \