Home
last modified time | relevance | path

Searched refs:kref_read (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h696 WARN_ON(!kref_read(&bo->kref)); in ttm_bo_reserve()
721 WARN_ON(!kref_read(&bo->kref)); in ttm_bo_reserve_slowpath()
/dragonfly/sys/dev/drm/include/linux/
H A Dkref.h47 kref_read(const struct kref *kref) in kref_read() function
/dragonfly/sys/dev/drm/
H A Ddrm_mode_object.c187 DRM_DEBUG("OBJ ID: %d (%d)\n", obj->id, kref_read(&obj->refcount)); in drm_mode_object_put()
204 DRM_DEBUG("OBJ ID: %d (%d)\n", obj->id, kref_read(&obj->refcount)); in drm_mode_object_get()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_framebuffer.h269 return kref_read(&fb->base.refcount); in drm_framebuffer_read_refcount()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ctx.c494 if (kref_read(&ctx->refcount) == 1) in amdgpu_ctx_mgr_entity_fini()
/dragonfly/sys/dev/drm/ttm/
H A Dttm_object.c308 if (unlikely(kref_read(&ref->kref) == 0)) in ttm_ref_object_exists()
H A Dttm_bo.c149 BUG_ON(kref_read(&bo->list_kref)); in ttm_bo_release_list()
150 BUG_ON(kref_read(&bo->kref)); in ttm_bo_release_list()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c814 WARN_ON(kref_read(&dm_new_crtc_state->stream->refcount) > 1); in dm_resume()
823 WARN_ON(kref_read(&dm_new_plane_state->dc_state->refcount) > 1); in dm_resume()