Lines Matching defs:wait
229 * guarantee completion of a &dma_fence. The usual example is a wait IOCTL
449 * @fence: the fence to wait on
450 * @intr: if true, do an interruptible wait
453 * Returns -ERESTARTSYS if interrupted, 0 if the wait timed out, or the
457 * Performs a synchronous wait on this fence. It is assumed the caller
477 if (fence->ops->wait) {
478 ret = fence->ops->wait(fence, intr, timeout);
588 * @fence: the fence to wait on
667 * @fence: the fence to wait on
708 struct default_wait_cb *wait = container_of(cb, struct default_wait_cb, base);
710 wake_up_state(wait->task, TASK_NORMAL);
716 * @fence: the fence to wait on
717 * @intr: if true, do an interruptible wait
720 * Returns -ERESTARTSYS if interrupted, 0 if the wait timed out, or the
801 * @fences: array of fences to wait on
802 * @count: number of fences to wait on
803 * @intr: if true, do an interruptible wait
808 * Returns -EINVAL on custom fence wait implementation, -ERESTARTSYS if
809 * interrupted, 0 if the wait timed out, or the remaining timeout in jiffies