Home
last modified time | relevance | path

Searched refs:list_kref (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c114 MPASS(atomic_read(&bo->list_kref) == 0); in ttm_bo_release_list()
170 refcount_acquire(&bo->list_kref); in ttm_bo_add_to_lru()
174 refcount_acquire(&bo->list_kref); in ttm_bo_add_to_lru()
269 old = atomic_fetchadd_int(&bo->list_kref, -count); in ttm_bo_list_ref_sub()
582 refcount_acquire(&bo->list_kref); in ttm_bo_cleanup_refs_or_queue()
703 refcount_acquire(&entry->list_kref); in ttm_bo_delayed_delete()
711 refcount_acquire(&nentry->list_kref); in ttm_bo_delayed_delete()
726 if (refcount_release(&entry->list_kref)) in ttm_bo_delayed_delete()
741 if (entry && refcount_release(&entry->list_kref)) in ttm_bo_delayed_delete()
773 if (refcount_release(&bo->list_kref)) in ttm_bo_release()
[all …]
H A Dttm_bo_api.h204 u_int list_kref; member
H A Dttm_bo_util.c428 refcount_init(&fbo->list_kref, 1); in ttm_buffer_object_transfer()