Lines Matching defs:interruptible
658 bool interruptible)
661 /* Non-interruptible callers can't handle -EAGAIN, hence return
663 if (!interruptible)
699 * @interruptible: do an interruptible wait (normally yes)
714 bool interruptible, clock_t timeout)
771 end = i915_gem_check_wedge(&dev_priv->gpu_error, interruptible);
802 bool interruptible = dev_priv->mm.interruptible;
808 ret = i915_gem_check_wedge(&dev_priv->gpu_error, interruptible);
818 interruptible, NULL);
878 BUG_ON(!dev_priv->mm.interruptible);
3365 was_interruptible = dev_priv->mm.interruptible;
3366 dev_priv->mm.interruptible = false;
3370 dev_priv->mm.interruptible = was_interruptible;
3644 dev_priv->mm.interruptible = true;
3788 dev_priv->mm.interruptible = true;