Home
last modified time | relevance | path

Searched refs:ref_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/dev/drm2/ttm/
H A Dttm_object.c114 enum ttm_ref_type ref_type; member
151 enum ttm_ref_type ref_type)) in ttm_base_object_init() argument
257 enum ttm_ref_type ref_type, bool *existed) in ttm_ref_object_add() argument
259 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() argument
337 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref()
H A Dttm_object.h129 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);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp377 Type *ref_type = ResolveTypeUID(ctf_modifier.type); in CreateModifier() local
378 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()
/freebsd-14.2/crypto/openssl/
H A DConfigure1331 my $ref_type = ref $user{$_};
1357 $mkvalue->($ref_type, $user{$_})
1358 || $mkvalue->($ref_type, $target{$_});