Lines Matching refs:interruptible
355 bool interruptible) in vmw_resource_buf_alloc() argument
373 interruptible, in vmw_resource_buf_alloc()
542 bool interruptible, in vmw_resource_check_buffer() argument
551 ret = vmw_resource_buf_alloc(res, interruptible); in vmw_resource_check_buffer()
561 ret = ttm_eu_reserve_buffers(ticket, &val_list, interruptible, NULL); in vmw_resource_check_buffer()
599 int vmw_resource_reserve(struct vmw_resource *res, bool interruptible, in vmw_resource_reserve() argument
611 ret = vmw_resource_buf_alloc(res, interruptible); in vmw_resource_reserve()
655 struct vmw_resource *res, bool interruptible) in vmw_resource_do_evict() argument
665 ret = vmw_resource_check_buffer(ticket, res, interruptible, &val_buf); in vmw_resource_do_evict()
986 int vmw_resource_pin(struct vmw_resource *res, bool interruptible) in vmw_resource_pin() argument
988 struct ttm_operation_ctx ctx = { interruptible, false }; in vmw_resource_pin()
992 ttm_write_lock(&dev_priv->reservation_sem, interruptible); in vmw_resource_pin()
994 ret = vmw_resource_reserve(res, interruptible, false); in vmw_resource_pin()
1004 ttm_bo_reserve(&vbo->base, interruptible, false, NULL); in vmw_resource_pin()
1019 ret = vmw_resource_validate(res, interruptible, true); in vmw_resource_pin()