Lines Matching refs:interruptible
104 bool interruptible) in vmw_overlay_send_put() argument
192 bool interruptible) in vmw_overlay_send_stop() argument
207 interruptible, 3*HZ); in vmw_overlay_send_stop()
208 if (interruptible && ret == -ERESTARTSYS) in vmw_overlay_send_stop()
259 bool interruptible) in vmw_overlay_stop() argument
272 interruptible); in vmw_overlay_stop()
278 interruptible); in vmw_overlay_stop()
279 if (interruptible && ret == -ERESTARTSYS) in vmw_overlay_stop()
307 bool interruptible) in vmw_overlay_update_stream() argument
321 false, interruptible); in vmw_overlay_update_stream()
328 ret = vmw_overlay_send_put(dev_priv, buf, arg, interruptible); in vmw_overlay_update_stream()
332 BUG_ON(!interruptible); in vmw_overlay_update_stream()
340 ret = vmw_overlay_move_buffer(dev_priv, buf, true, interruptible); in vmw_overlay_update_stream()
344 ret = vmw_overlay_send_put(dev_priv, buf, arg, interruptible); in vmw_overlay_update_stream()