Lines Matching refs:base
45 dma_resv_assert_held(res->backup->base.base.resv);
72 dma_resv_assert_held(backup->base.base.resv);
123 struct ttm_buffer_object *bo = &res->backup->base;
260 struct ttm_base_object *base;
264 base = ttm_base_object_lookup(tfile, handle);
265 if (unlikely(base == NULL))
268 if (unlikely(ttm_base_object_type(base) != converter->object_type))
271 res = converter->base_obj_to_res(base);
278 ttm_base_object_unref(&base);
304 struct ttm_base_object *base;
306 base = ttm_base_object_noref_lookup(tfile, handle);
307 if (!base)
310 if (unlikely(ttm_base_object_type(base) != converter->object_type)) {
315 return converter->base_obj_to_res(base);
363 BUG_ON(res->backup->base.num_pages * PAGE_SIZE < size);
557 ttm_bo_get(&res->backup->base);
558 val_buf->bo = &res->backup->base;
569 ret = ttm_bo_validate(&res->backup->base,
717 val_buf.bo = &res->backup->base;
783 .bo = &vbo->base,
787 dma_resv_assert_held(vbo->base.base.resv);
801 (void) ttm_bo_wait(&vbo->base, false, false);
869 dx_query_mob = container_of(bo, struct vmw_buffer_object, base);
1004 ttm_bo_reserve(&vbo->base, interruptible, false, NULL);
1007 (&vbo->base,
1011 ttm_bo_unreserve(&vbo->base);
1021 ttm_bo_unreserve(&vbo->base);
1059 (void) ttm_bo_reserve(&vbo->base, false, false, NULL);
1061 ttm_bo_unreserve(&vbo->base);
1164 struct ttm_buffer_object *bo = &vbo->base;
1172 (dma_resv_get_excl(bo->base.resv));