Lines Matching refs:refcount
82 struct kref refcount; member
135 kref_get(&tfile->refcount); in ttm_object_file_ref()
172 container_of(kref, struct ttm_object_file, refcount); in ttm_object_file_destroy()
183 kref_put(&tfile->refcount, ttm_object_file_destroy); in ttm_object_file_unref()
200 kref_init(&base->refcount); in ttm_base_object_init()
227 container_of(kref, struct ttm_base_object, refcount); in ttm_release_base()
251 kref_put(&base->refcount, ttm_release_base); in ttm_base_object_unref()
266 if (!kref_get_unless_zero(&base->refcount)) in ttm_base_object_lookup()
283 if (base && !kref_get_unless_zero(&base->refcount)) in ttm_base_object_lookup_for_ref()
336 kref_get(&base->refcount); in ttm_ref_object_add()
414 kref_init(&tfile->refcount); in ttm_object_file_init()