Lines Matching defs:wait
17 #include <linux/wait.h>
212 * @wait:
214 * Custom wait implementation, defaults to dma_fence_default_wait() if
221 * Must return -ERESTARTSYS if the wait is intr = true and the wait was
222 * interrupted, and remaining jiffies if fence has signaled, or 0 if wait
227 signed long (*wait)(struct dma_fence *fence,
444 * value of this function before calling hardware-specific wait instructions.
614 * @fence: the fence to wait on
615 * @intr: if true, do an interruptible wait
621 * Performs a synchronous wait on this fence. It is assumed the caller