Home
last modified time | relevance | path

Searched refs:dma_fence_allocate_private_stub (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-fence-unwrap.c93 return dma_fence_allocate_private_stub(timestamp); in __dma_fence_unwrap_merge()
154 tmp = dma_fence_allocate_private_stub(ktime_get()); in __dma_fence_unwrap_merge()
H A Ddma-fence.c152 * dma_fence_allocate_private_stub - return a private, signaled fence
157 struct dma_fence *dma_fence_allocate_private_stub(ktime_t timestamp) in dma_fence_allocate_private_stub() function
177 EXPORT_SYMBOL(dma_fence_allocate_private_stub); variable
/kernel/linux/linux-6.6/include/linux/
H A Ddma-fence.h643 struct dma_fence *dma_fence_allocate_private_stub(ktime_t timestamp);
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_syncobj.c403 struct dma_fence *fence = dma_fence_allocate_private_stub(ktime_get()); in drm_syncobj_assign_null_handle()

Completed in 5 milliseconds