Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/drm2/ttm/
H A Dttm_object.c116 enum ttm_ref_type ref_type; member
153 enum ttm_ref_type ref_type)) in ttm_base_object_init() argument
259 enum ttm_ref_type ref_type, bool *existed) in ttm_ref_object_add() argument
261 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() argument
344 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref()
H A Dttm_object.h130 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);
/freebsd-13.1/crypto/openssl/
H A DConfigure1159 my $ref_type = ref $user{$_};
1185 $mkvalue->($ref_type, $user{$_})
1186 || $mkvalue->($ref_type, $target{$_});