Home
last modified time | relevance | path

Searched refs:dma_fence_allocate_private_stub (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/dma-buf/
Ddma-fence.c156 struct dma_fence *dma_fence_allocate_private_stub(void) in dma_fence_allocate_private_stub() function
176 EXPORT_SYMBOL(dma_fence_allocate_private_stub);
/linux-6.1.9/include/linux/
Ddma-fence.h587 struct dma_fence *dma_fence_allocate_private_stub(void);
/linux-6.1.9/drivers/gpu/drm/
Ddrm_syncobj.c356 struct dma_fence *fence = dma_fence_allocate_private_stub(); in drm_syncobj_assign_null_handle()