Searched refs:list_kref (Results 1 – 3 of 3) sorted by relevance
115 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 …]
205 u_int list_kref; member
430 refcount_init(&fbo->list_kref, 1); in ttm_buffer_object_transfer()