Lines Matching defs:wait
17 #include <linux/wait.h>
211 * @wait
213 * Custom wait implementation, defaults to dma_fence_default_wait() if
222 * Must return -ERESTARTSYS if the wait is intr = true and the wait was
223 * interrupted, and remaining jiffies if fence has signaled, or 0 if wait
230 signed long (*wait)(struct dma_fence *fence, bool intr, signed long timeout);
427 * value of this function before calling hardware-specific wait instructions.
561 * @fence: the fence to wait on
562 * @intr: if true, do an interruptible wait
568 * Performs a synchronous wait on this fence. It is assumed the caller