Searched refs:list_kref (Results 1 – 3 of 3) sorted by relevance
139 static void ttm_bo_release_list(struct kref *list_kref) in ttm_bo_release_list() argument142 container_of(list_kref, struct ttm_buffer_object, list_kref); in ttm_bo_release_list()146 BUG_ON(kref_read(&bo->list_kref)); in ttm_bo_release_list()173 kref_get(&bo->list_kref); in ttm_bo_add_to_lru()179 kref_get(&bo->list_kref); in ttm_bo_add_to_lru()185 static void ttm_bo_ref_bug(struct kref *list_kref) in ttm_bo_ref_bug() argument194 kref_put(&bo->list_kref, ttm_bo_ref_bug); in ttm_bo_del_from_lru()198 kref_put(&bo->list_kref, ttm_bo_ref_bug); in ttm_bo_del_from_lru()430 kref_get(&bo->list_kref); in ttm_bo_cleanup_refs_or_queue()510 kref_put(&bo->list_kref, ttm_bo_ref_bug); in ttm_bo_cleanup_refs()[all …]
514 kref_init(&fbo->base.list_kref); in ttm_buffer_object_transfer()
185 struct kref list_kref; member