Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/ttm/
Dttm_bo.c115 MPASS(atomic_read(&bo->list_kref) == 0); in ttm_bo_release_list()
171 refcount_acquire(&bo->list_kref); in ttm_bo_add_to_lru()
175 refcount_acquire(&bo->list_kref); in ttm_bo_add_to_lru()
270 old = atomic_fetchadd_int(&bo->list_kref, -count); in ttm_bo_list_ref_sub()
583 refcount_acquire(&bo->list_kref); in ttm_bo_cleanup_refs_or_queue()
704 refcount_acquire(&entry->list_kref); in ttm_bo_delayed_delete()
712 refcount_acquire(&nentry->list_kref); in ttm_bo_delayed_delete()
727 if (refcount_release(&entry->list_kref)) in ttm_bo_delayed_delete()
742 if (entry && refcount_release(&entry->list_kref)) in ttm_bo_delayed_delete()
774 if (refcount_release(&bo->list_kref)) in ttm_bo_release()
[all …]
Dttm_bo_api.h205 u_int list_kref; member
Dttm_bo_util.c430 refcount_init(&fbo->list_kref, 1); in ttm_buffer_object_transfer()