Lines Matching refs:interruptible
335 bool interruptible) in vmw_resource_buf_alloc() argument
353 interruptible, in vmw_resource_buf_alloc()
476 bool interruptible, in vmw_resource_check_buffer() argument
485 ret = vmw_resource_buf_alloc(res, interruptible); in vmw_resource_check_buffer()
495 ret = ttm_eu_reserve_buffers(ticket, &val_list, interruptible, NULL, in vmw_resource_check_buffer()
534 int vmw_resource_reserve(struct vmw_resource *res, bool interruptible, in vmw_resource_reserve() argument
546 ret = vmw_resource_buf_alloc(res, interruptible); in vmw_resource_reserve()
590 struct vmw_resource *res, bool interruptible) in vmw_resource_do_evict() argument
600 ret = vmw_resource_check_buffer(ticket, res, interruptible, &val_buf); in vmw_resource_do_evict()
918 int vmw_resource_pin(struct vmw_resource *res, bool interruptible) in vmw_resource_pin() argument
920 struct ttm_operation_ctx ctx = { interruptible, false }; in vmw_resource_pin()
924 ttm_write_lock(&dev_priv->reservation_sem, interruptible); in vmw_resource_pin()
926 ret = vmw_resource_reserve(res, interruptible, false); in vmw_resource_pin()
936 ttm_bo_reserve(&vbo->base, interruptible, false, NULL); in vmw_resource_pin()
951 ret = vmw_resource_validate(res, interruptible); in vmw_resource_pin()