Searched refs:dma_fence_unwrap_for_each (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Ddma-fence-unwrap.h16 * Should be used with dma_fence_unwrap_for_each() iterator macro.
38 * dma_fence_unwrap_for_each - iterate over all fences in containers
47 #define dma_fence_unwrap_for_each(fence, cursor, head) \ macro
/linux-master/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c143 dma_fence_unwrap_for_each(fence, &iter, array) {
187 dma_fence_unwrap_for_each(fence, &iter, chain) {
235 dma_fence_unwrap_for_each(fence, &iter, chain) {
281 dma_fence_unwrap_for_each(fence, &iter, f3) {
340 dma_fence_unwrap_for_each(fence, &iter, f5) {
H A Ddma-fence-unwrap.c76 dma_fence_unwrap_for_each(tmp, &iter[i], fences[i]) {
H A Dsync_file.c297 dma_fence_unwrap_for_each(fence, &iter, sync_file->fence)
322 dma_fence_unwrap_for_each(fence, &iter, sync_file->fence) {
H A Ddma-buf.c419 dma_fence_unwrap_for_each(f, &iter, fence)
427 dma_fence_unwrap_for_each(f, &iter, fence)
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_sync.c213 dma_fence_unwrap_for_each(uf, &iter, f) {
222 dma_fence_unwrap_for_each(uf, &iter, f) {
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_submit.c66 dma_fence_unwrap_for_each(f, &itr, fence) {

Completed in 145 milliseconds