Home
last modified time | relevance | path

Searched refs:dma_fence_begin_signalling (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-fence.h362 bool dma_fence_begin_signalling(void);
366 static inline bool dma_fence_begin_signalling(void) in dma_fence_begin_signalling() function
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-fence.c90 * which completes the fences, with dma_fence_begin_signalling() and
208 * cookie = dma_fence_begin_signalling();
214 * For using dma_fence_begin_signalling() and dma_fence_end_signalling() to
237 * dma_fence_begin_signalling() to dma_fence_end_signalling().
249 * dma_fence_begin_signalling - begin a critical DMA fence signalling section
262 bool dma_fence_begin_signalling(void) in dma_fence_begin_signalling() function
279 EXPORT_SYMBOL(dma_fence_begin_signalling); variable
283 * @cookie: opaque cookie from dma_fence_begin_signalling()
285 * Closes a critical section annotation opened by dma_fence_begin_signalling().
434 tmp = dma_fence_begin_signalling(); in dma_fence_signal()
[all...]

Completed in 2 milliseconds