Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma-buf/
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()
Dsync_file.c300 dma_fence_unwrap_for_each(fence, &iter, sync_file->fence) in sync_file_ioctl_fence_info()
325 dma_fence_unwrap_for_each(fence, &iter, sync_file->fence) { in sync_file_ioctl_fence_info()
Ddma-fence-unwrap.c74 dma_fence_unwrap_for_each(tmp, &iter[i], fences[i]) in __dma_fence_unwrap_merge()
Ddma-buf.c418 dma_fence_unwrap_for_each(f, &iter, fence) in dma_buf_import_sync_file()
426 dma_fence_unwrap_for_each(f, &iter, fence) in dma_buf_import_sync_file()
/Linux-v6.1/include/linux/
Ddma-fence-unwrap.h47 #define dma_fence_unwrap_for_each(fence, cursor, head) \ macro
/Linux-v6.1/
D.clang-format143 - 'dma_fence_unwrap_for_each'