Lines Matching refs:interruptible
328 * @interruptible: Whether any sleeps during allocation should be
329 * performed while interruptible.
332 bool interruptible)
511 * @interruptible: Whether any sleeps during allocation should be
512 * performed while interruptible.
519 bool interruptible,
528 ret = vmw_resource_buf_alloc(res, interruptible);
538 ret = ttm_eu_reserve_buffers(ticket, &val_list, interruptible, NULL);
579 int vmw_resource_reserve(struct vmw_resource *res, bool interruptible,
591 ret = vmw_resource_buf_alloc(res, interruptible);
632 * @interruptible: Whether to wait interruptible.
635 struct vmw_resource *res, bool interruptible)
645 ret = vmw_resource_check_buffer(ticket, res, interruptible, &val_buf);
670 * @intr: Perform waits interruptible if possible.
966 int vmw_resource_pin(struct vmw_resource *res, bool interruptible)
968 struct ttm_operation_ctx ctx = { interruptible, false };
973 ret = vmw_resource_reserve(res, interruptible, false);
983 ret = ttm_bo_reserve(&vbo->tbo, interruptible, false, NULL);
1003 ret = vmw_resource_validate(res, interruptible, true);