Searched refs:ref_type (Results 1 – 3 of 3) sorted by relevance
116 enum ttm_ref_type ref_type; member153 enum ttm_ref_type ref_type)) in ttm_base_object_init() argument259 enum ttm_ref_type ref_type, bool *existed) in ttm_ref_object_add() argument261 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add()295 ref->ref_type = ref_type; in ttm_ref_object_add()327 ht = &tfile->ref_hash[ref->ref_type]; in ttm_ref_object_release()332 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release) in ttm_ref_object_release()333 base->ref_obj_release(base, ref->ref_type); in ttm_ref_object_release()342 unsigned long key, enum ttm_ref_type ref_type) in ttm_ref_object_base_unref() argument344 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref()
130 enum ttm_ref_type ref_type);156 ref_type));204 enum ttm_ref_type ref_type, bool *existed);218 enum ttm_ref_type ref_type);
1159 my $ref_type = ref $user{$_};1185 $mkvalue->($ref_type, $user{$_})1186 || $mkvalue->($ref_type, $target{$_});