Lines Matching refs:intr
395 * @intr: if true, do an interruptible wait
410 dma_fence_wait_timeout(struct dma_fence *fence, bool intr, signed long timeout)
423 ret = fence->ops->wait(fence, intr, timeout);
425 ret = dma_fence_default_wait(fence, intr, timeout);
665 * @intr: if true, do an interruptible wait
674 dma_fence_default_wait(struct dma_fence *fence, bool intr, signed long timeout)
685 if (intr && signal_pending(current)) {
703 if (intr)
712 if (ret > 0 && intr && signal_pending(current))
748 * @intr: if true, do an interruptible wait
765 bool intr, signed long timeout, uint32_t *idx)
805 if (intr)
815 if (ret > 0 && intr && signal_pending(current))