Lines Matching refs:interruptible
97 bool interruptible) in vmw_overlay_send_put() argument
185 bool interruptible) in vmw_overlay_send_stop() argument
200 interruptible, 3*HZ); in vmw_overlay_send_stop()
201 if (interruptible && ret == -ERESTARTSYS) in vmw_overlay_send_stop()
252 bool interruptible) in vmw_overlay_stop() argument
265 interruptible); in vmw_overlay_stop()
271 interruptible); in vmw_overlay_stop()
272 if (interruptible && ret == -ERESTARTSYS) in vmw_overlay_stop()
300 bool interruptible) in vmw_overlay_update_stream() argument
314 false, interruptible); in vmw_overlay_update_stream()
321 ret = vmw_overlay_send_put(dev_priv, buf, arg, interruptible); in vmw_overlay_update_stream()
325 BUG_ON(!interruptible); in vmw_overlay_update_stream()
333 ret = vmw_overlay_move_buffer(dev_priv, buf, true, interruptible); in vmw_overlay_update_stream()
337 ret = vmw_overlay_send_put(dev_priv, buf, arg, interruptible); in vmw_overlay_update_stream()