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

/linux-master/drivers/dma-buf/
H A Ddma-fence-unwrap.c93 return dma_fence_allocate_private_stub(timestamp);
154 tmp = dma_fence_allocate_private_stub(ktime_get());
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) function
177 EXPORT_SYMBOL(dma_fence_allocate_private_stub); variable
/linux-master/include/linux/
H A Ddma-fence.h644 struct dma_fence *dma_fence_allocate_private_stub(ktime_t timestamp);
/linux-master/drivers/gpu/drm/
H A Ddrm_syncobj.c408 struct dma_fence *fence = dma_fence_allocate_private_stub(ktime_get());

Completed in 201 milliseconds