Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c143 dma_fence_unwrap_for_each(fence, &iter, array) { in unwrap_array()
187 dma_fence_unwrap_for_each(fence, &iter, chain) { in unwrap_chain()
235 dma_fence_unwrap_for_each(fence, &iter, chain) { in unwrap_chain_array()
281 dma_fence_unwrap_for_each(fence, &iter, f3) { in unwrap_merge()
340 dma_fence_unwrap_for_each(fence, &iter, f5) { in unwrap_merge_complex()
H A Dsync_file.c297 dma_fence_unwrap_for_each(fence, &iter, sync_file->fence) in sync_file_ioctl_fence_info()
322 dma_fence_unwrap_for_each(fence, &iter, sync_file->fence) { in sync_file_ioctl_fence_info()
H A Ddma-fence-unwrap.c76 dma_fence_unwrap_for_each(tmp, &iter[i], fences[i]) { in __dma_fence_unwrap_merge()
H A Ddma-buf.c419 dma_fence_unwrap_for_each(f, &iter, fence) in dma_buf_import_sync_file()
427 dma_fence_unwrap_for_each(f, &iter, fence) in dma_buf_import_sync_file()
/openbmc/linux/include/linux/
H A Ddma-fence-unwrap.h47 #define dma_fence_unwrap_for_each(fence, cursor, head) \ macro
/openbmc/linux/
H A D.clang-format143 - 'dma_fence_unwrap_for_each'
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_submit.c66 dma_fence_unwrap_for_each(f, &itr, fence) { in virtio_gpu_dma_fence_wait()