OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ref_list
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.c
52
* @lock: Lock that protects the
ref_list
list and the
55
* @
ref_list
: List of ttm_ref_objects to be destroyed at
79
struct list_head
ref_list
;
member in struct:ttm_object_file
408
list_add_tail(&ref->head, &tfile->
ref_list
);
485
while (!list_empty(&tfile->
ref_list
)) {
486
list = tfile->
ref_list
.next;
512
INIT_LIST_HEAD(&tfile->
ref_list
);
Completed in 15 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025