Searched refs:ref_type (Results 1 – 4 of 4) sorted by relevance
114 enum ttm_ref_type ref_type; member151 enum ttm_ref_type ref_type)) in ttm_base_object_init() argument257 enum ttm_ref_type ref_type, bool *existed) in ttm_ref_object_add() argument259 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add()288 ref->ref_type = ref_type; in ttm_ref_object_add()320 ht = &tfile->ref_hash[ref->ref_type]; in ttm_ref_object_release()325 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release) in ttm_ref_object_release()326 base->ref_obj_release(base, ref->ref_type); in ttm_ref_object_release()335 unsigned long key, enum ttm_ref_type ref_type) in ttm_ref_object_base_unref() argument337 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref()
129 enum ttm_ref_type ref_type);155 ref_type));203 enum ttm_ref_type ref_type, bool *existed);217 enum ttm_ref_type ref_type);
377 Type *ref_type = ResolveTypeUID(ctf_modifier.type); in CreateModifier() local378 if (!ref_type) in CreateModifier()387 compiler_type = ref_type->GetFullCompilerType().GetPointerType(); in CreateModifier()390 compiler_type = ref_type->GetFullCompilerType().AddConstModifier(); in CreateModifier()393 compiler_type = ref_type->GetFullCompilerType().AddVolatileModifier(); in CreateModifier()396 compiler_type = ref_type->GetFullCompilerType().AddRestrictModifier(); in CreateModifier()
1331 my $ref_type = ref $user{$_};1357 $mkvalue->($ref_type, $user{$_})1358 || $mkvalue->($ref_type, $target{$_});