Lines Matching refs:interruptible
413 bool interruptible, in vmw_dmabuf_init() argument
430 0, interruptible, in vmw_dmabuf_init()
1082 bool interruptible) in vmw_resource_buf_alloc() argument
1100 interruptible, in vmw_resource_buf_alloc()
1224 bool interruptible, in vmw_resource_check_buffer() argument
1232 ret = vmw_resource_buf_alloc(res, interruptible); in vmw_resource_check_buffer()
1241 ret = ttm_eu_reserve_buffers(NULL, &val_list, interruptible, NULL); in vmw_resource_check_buffer()
1278 int vmw_resource_reserve(struct vmw_resource *res, bool interruptible, in vmw_resource_reserve() argument
1290 ret = vmw_resource_buf_alloc(res, interruptible); in vmw_resource_reserve()
1329 static int vmw_resource_do_evict(struct vmw_resource *res, bool interruptible) in vmw_resource_do_evict() argument
1339 ret = vmw_resource_check_buffer(res, interruptible, &val_buf); in vmw_resource_do_evict()
1703 int vmw_resource_pin(struct vmw_resource *res, bool interruptible) in vmw_resource_pin() argument
1708 ttm_write_lock(&dev_priv->reservation_sem, interruptible); in vmw_resource_pin()
1710 ret = vmw_resource_reserve(res, interruptible, false); in vmw_resource_pin()
1720 ttm_bo_reserve(&vbo->base, interruptible, false, false, in vmw_resource_pin()
1726 interruptible, false); in vmw_resource_pin()