Lines Matching refs:interruptible
362 * @interruptible: Whether any sleeps during allocation should be
363 * performed while interruptible.
366 bool interruptible)
384 interruptible,
545 * @interruptible: Whether any sleeps during allocation should be
546 * performed while interruptible.
553 bool interruptible,
562 ret = vmw_resource_buf_alloc(res, interruptible);
572 ret = ttm_eu_reserve_buffers(ticket, &val_list, interruptible, NULL);
610 int vmw_resource_reserve(struct vmw_resource *res, bool interruptible,
622 ret = vmw_resource_buf_alloc(res, interruptible);
663 * @interruptible: Whether to wait interruptible.
666 struct vmw_resource *res, bool interruptible)
676 ret = vmw_resource_check_buffer(ticket, res, interruptible, &val_buf);
701 * @intr: Perform waits interruptible if possible.
997 int vmw_resource_pin(struct vmw_resource *res, bool interruptible)
999 struct ttm_operation_ctx ctx = { interruptible, false };
1003 ttm_write_lock(&dev_priv->reservation_sem, interruptible);
1005 ret = vmw_resource_reserve(res, interruptible, false);
1015 ttm_bo_reserve(&vbo->base, interruptible, false, NULL);
1030 ret = vmw_resource_validate(res, interruptible, true);