Searched refs:list_kref (Results 1 – 3 of 3) sorted by relevance
142 static void ttm_bo_release_list(struct kref *list_kref) in ttm_bo_release_list() argument145 container_of(list_kref, struct ttm_buffer_object, list_kref); in ttm_bo_release_list()149 BUG_ON(kref_read(&bo->list_kref)); in ttm_bo_release_list()180 kref_get(&bo->list_kref); in ttm_bo_add_to_lru()186 kref_get(&bo->list_kref); in ttm_bo_add_to_lru()192 static void ttm_bo_ref_bug(struct kref *list_kref) in ttm_bo_ref_bug() argument201 kref_put(&bo->list_kref, ttm_bo_ref_bug); in ttm_bo_del_from_lru()205 kref_put(&bo->list_kref, ttm_bo_ref_bug); in ttm_bo_del_from_lru()437 kref_get(&bo->list_kref); in ttm_bo_cleanup_refs_or_queue()517 kref_put(&bo->list_kref, ttm_bo_ref_bug); in ttm_bo_cleanup_refs()[all …]
496 kref_init(&fbo->base.list_kref); in ttm_buffer_object_transfer()
186 struct kref list_kref; member