Searched refs:list_kref (Results 1 – 3 of 3) sorted by relevance
116 MPASS(atomic_read(&bo->list_kref) == 0); in ttm_bo_release_list()172 refcount_acquire(&bo->list_kref); in ttm_bo_add_to_lru()176 refcount_acquire(&bo->list_kref); in ttm_bo_add_to_lru()271 old = atomic_fetchadd_int(&bo->list_kref, -count); in ttm_bo_list_ref_sub()584 refcount_acquire(&bo->list_kref); in ttm_bo_cleanup_refs_or_queue()705 refcount_acquire(&entry->list_kref); in ttm_bo_delayed_delete()713 refcount_acquire(&nentry->list_kref); in ttm_bo_delayed_delete()728 if (refcount_release(&entry->list_kref)) in ttm_bo_delayed_delete()743 if (entry && refcount_release(&entry->list_kref)) in ttm_bo_delayed_delete()775 if (refcount_release(&bo->list_kref)) in ttm_bo_release()[all …]
205 u_int list_kref; member
430 refcount_init(&fbo->list_kref, 1); in ttm_buffer_object_transfer()