Lines Matching refs:interruptible
354 bool interruptible) in vmw_resource_buf_alloc() argument
371 interruptible, false, in vmw_resource_buf_alloc()
541 bool interruptible, in vmw_resource_check_buffer() argument
550 ret = vmw_resource_buf_alloc(res, interruptible); in vmw_resource_check_buffer()
560 ret = ttm_eu_reserve_buffers(ticket, &val_list, interruptible, NULL); in vmw_resource_check_buffer()
598 int vmw_resource_reserve(struct vmw_resource *res, bool interruptible, in vmw_resource_reserve() argument
610 ret = vmw_resource_buf_alloc(res, interruptible); in vmw_resource_reserve()
654 struct vmw_resource *res, bool interruptible) in vmw_resource_do_evict() argument
664 ret = vmw_resource_check_buffer(ticket, res, interruptible, &val_buf); in vmw_resource_do_evict()
988 int vmw_resource_pin(struct vmw_resource *res, bool interruptible) in vmw_resource_pin() argument
990 struct ttm_operation_ctx ctx = { interruptible, false }; in vmw_resource_pin()
995 ret = vmw_resource_reserve(res, interruptible, false); in vmw_resource_pin()
1005 ret = ttm_bo_reserve(&vbo->base, interruptible, false, NULL); in vmw_resource_pin()
1022 ret = vmw_resource_validate(res, interruptible, true); in vmw_resource_pin()