_resv 162 drivers/gpu/drm/drm_gem.c dma_resv_init(&obj->_resv); _resv 164 drivers/gpu/drm/drm_gem.c obj->resv = &obj->_resv; _resv 959 drivers/gpu/drm/drm_gem.c dma_resv_fini(&obj->_resv); _resv 143 drivers/gpu/drm/i915/gem/i915_gem_object.c dma_resv_fini(&obj->base._resv); _resv 164 drivers/gpu/drm/ttm/ttm_bo.c dma_resv_fini(&bo->base._resv); _resv 443 drivers/gpu/drm/ttm/ttm_bo.c if (bo->base.resv == &bo->base._resv) _resv 446 drivers/gpu/drm/ttm/ttm_bo.c BUG_ON(!dma_resv_trylock(&bo->base._resv)); _resv 448 drivers/gpu/drm/ttm/ttm_bo.c r = dma_resv_copy_fences(&bo->base._resv, bo->base.resv); _resv 450 drivers/gpu/drm/ttm/ttm_bo.c dma_resv_unlock(&bo->base._resv); _resv 461 drivers/gpu/drm/ttm/ttm_bo.c fobj = dma_resv_get_list(&bo->base._resv); _resv 462 drivers/gpu/drm/ttm/ttm_bo.c fence = dma_resv_get_excl(&bo->base._resv); _resv 495 drivers/gpu/drm/ttm/ttm_bo.c if (dma_resv_test_signaled_rcu(&bo->base._resv, true)) { _resv 498 drivers/gpu/drm/ttm/ttm_bo.c if (bo->base.resv != &bo->base._resv) _resv 499 drivers/gpu/drm/ttm/ttm_bo.c dma_resv_unlock(&bo->base._resv); _resv 520 drivers/gpu/drm/ttm/ttm_bo.c if (bo->base.resv != &bo->base._resv) { _resv 522 drivers/gpu/drm/ttm/ttm_bo.c dma_resv_unlock(&bo->base._resv); _resv 558 drivers/gpu/drm/ttm/ttm_bo.c resv = &bo->base._resv; _resv 638 drivers/gpu/drm/ttm/ttm_bo.c if (remove_all || bo->base.resv != &bo->base._resv) { _resv 1352 drivers/gpu/drm/ttm/ttm_bo.c bo->base.resv = &bo->base._resv; _resv 1359 drivers/gpu/drm/ttm/ttm_bo.c dma_resv_init(&bo->base._resv); _resv 520 drivers/gpu/drm/ttm/ttm_bo_util.c fbo->base.base.resv = &fbo->base.base._resv; _resv 288 include/drm/drm_gem.h struct dma_resv _resv;