Lines Matching refs:interruptible
91 bool interruptible) in vmw_overlay_send_put() argument
179 bool interruptible) in vmw_overlay_send_stop() argument
194 interruptible, 3*HZ); in vmw_overlay_send_stop()
195 if (interruptible && ret == -ERESTARTSYS) in vmw_overlay_send_stop()
246 bool interruptible) in vmw_overlay_stop() argument
259 interruptible); in vmw_overlay_stop()
265 interruptible); in vmw_overlay_stop()
266 if (interruptible && ret == -ERESTARTSYS) in vmw_overlay_stop()
294 bool interruptible) in vmw_overlay_update_stream() argument
308 false, interruptible); in vmw_overlay_update_stream()
315 ret = vmw_overlay_send_put(dev_priv, buf, arg, interruptible); in vmw_overlay_update_stream()
319 BUG_ON(!interruptible); in vmw_overlay_update_stream()
327 ret = vmw_overlay_move_buffer(dev_priv, buf, true, interruptible); in vmw_overlay_update_stream()
331 ret = vmw_overlay_send_put(dev_priv, buf, arg, interruptible); in vmw_overlay_update_stream()