OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ref_type
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.h
134
enum ttm_ref_type
ref_type
);
187
ref_type
));
232
* @
ref_type
: The type of reference.
251
enum ttm_ref_type
ref_type
, bool *existed,
261
* @
ref_type
: Ref type of the ref object to be dereferenced.
263
* Unreference a ref object with type @
ref_type
270
enum ttm_ref_type
ref_type
);
339
enum ttm_ref_type
ref_type
));
ttm_object.c
118
* @
ref_type
: Type of ref object.
133
enum ttm_ref_type
ref_type
;
member in struct:ttm_ref_object
171
enum ttm_ref_type
ref_type
))
353
enum ttm_ref_type
ref_type
, bool *existed,
356
struct drm_open_hash *ht = &tfile->ref_hash[
ref_type
];
401
ref->
ref_type
=
ref_type
;
436
ht = &tfile->ref_hash[ref->
ref_type
];
441
if (ref->
ref_type
!= TTM_REF_USAGE && base->ref_obj_release)
442
base->ref_obj_release(base, ref->
ref_type
);
[
all
...]
vmwgfx_bo.c
571
* @
ref_type
: Reference type of the reference reaching zero.
577
enum ttm_ref_type
ref_type
)
583
switch (
ref_type
) {
Completed in 104 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025