Searched refs:dma_fence_get_status_locked (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/dma-buf/
H A Dsync_debug.c71 status = dma_fence_get_status_locked(fence);
H A Ddma-fence.c677 * This wraps dma_fence_get_status_locked() to return the error status
678 * condition on a signaled fence. See dma_fence_get_status_locked() for more
691 status = dma_fence_get_status_locked(fence);
/linux-master/include/linux/
H A Ddma-fence.h544 * dma_fence_get_status_locked - returns the status upon completion
550 * if the fence has been signaled, dma_fence_get_status_locked() first checks
557 static inline int dma_fence_get_status_locked(struct dma_fence *fence) function

Completed in 99 milliseconds