Lines Matching defs:wait
232 * guarantee completion of a &dma_fence. The usual example is a wait IOCTL
394 * @fence: the fence to wait on
395 * @intr: if true, do an interruptible wait
398 * Returns -ERESTARTSYS if interrupted, 0 if the wait timed out, or the
402 * Performs a synchronous wait on this fence. It is assumed the caller
422 if (fence->ops->wait)
423 ret = fence->ops->wait(fence, intr, timeout);
534 * @fence: the fence to wait on
613 * @fence: the fence to wait on
655 struct default_wait_cb *wait =
658 wake_up_state(wait->task, TASK_NORMAL);
664 * @fence: the fence to wait on
665 * @intr: if true, do an interruptible wait
668 * Returns -ERESTARTSYS if interrupted, 0 if the wait timed out, or the
746 * @fences: array of fences to wait on
747 * @count: number of fences to wait on
748 * @intr: if true, do an interruptible wait
753 * Returns -EINVAL on custom fence wait implementation, -ERESTARTSYS if
754 * interrupted, 0 if the wait timed out, or the remaining timeout in jiffies