Lines Matching refs:interruptible
99 bool interruptible) in vmw_overlay_send_put() argument
187 bool interruptible) in vmw_overlay_send_stop() argument
202 interruptible, 3*HZ); in vmw_overlay_send_stop()
203 if (interruptible && ret == -ERESTARTSYS) in vmw_overlay_send_stop()
254 bool interruptible) in vmw_overlay_stop() argument
267 interruptible); in vmw_overlay_stop()
273 interruptible); in vmw_overlay_stop()
274 if (interruptible && ret == -ERESTARTSYS) in vmw_overlay_stop()
302 bool interruptible) in vmw_overlay_update_stream() argument
316 false, interruptible); in vmw_overlay_update_stream()
323 ret = vmw_overlay_send_put(dev_priv, buf, arg, interruptible); in vmw_overlay_update_stream()
327 BUG_ON(!interruptible); in vmw_overlay_update_stream()
335 ret = vmw_overlay_move_buffer(dev_priv, buf, true, interruptible); in vmw_overlay_update_stream()
339 ret = vmw_overlay_send_put(dev_priv, buf, arg, interruptible); in vmw_overlay_update_stream()