Searched refs:dma_resv_iter_next_unlocked (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Ddma-resv.h188 * When using the lockless iterators like dma_resv_iter_next_unlocked() or
220 struct dma_fence *dma_resv_iter_next_unlocked(struct dma_resv_iter *cursor);
291 fence; fence = dma_resv_iter_next_unlocked(cursor))
/linux-master/drivers/dma-buf/
H A Ddma-resv.c404 * Subsequent fences are iterated with dma_resv_iter_next_unlocked().
426 * dma_resv_iter_next_unlocked - next fence in an unlocked dma_resv obj.
435 struct dma_fence *dma_resv_iter_next_unlocked(struct dma_resv_iter *cursor) function
452 EXPORT_SYMBOL(dma_resv_iter_next_unlocked); variable
458 * Subsequent fences are iterated with dma_resv_iter_next_unlocked().

Completed in 125 milliseconds