Lines Matching refs:intr
486 * @intr: if true, do an interruptible wait
501 dma_fence_wait_timeout(struct dma_fence *fence, bool intr, signed long timeout)
516 ret = fence->ops->wait(fence, intr, timeout);
518 ret = dma_fence_default_wait(fence, intr, timeout);
752 * @intr: if true, do an interruptible wait
761 dma_fence_default_wait(struct dma_fence *fence, bool intr, signed long timeout)
772 if (intr && signal_pending(current)) {
787 if (intr)
796 if (ret > 0 && intr && signal_pending(current))
832 * @intr: if true, do an interruptible wait
849 bool intr, signed long timeout, uint32_t *idx)
889 if (intr)
899 if (ret > 0 && intr && signal_pending(current))