OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:va_holes
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libdrm/dist/amdgpu/
amdgpu_vamgr.c
52
list_inithead(&mgr->
va_holes
);
58
list_add(&n->list, &mgr->
va_holes
);
65
LIST_FOR_EACH_ENTRY_SAFE(hole, tmp, &mgr->
va_holes
, list) {
118
LIST_FOR_EACH_ENTRY_SAFE_REV(hole, n, &mgr->
va_holes
, list) {
139
LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->
va_holes
, list) {
178
hole = container_of(&mgr->
va_holes
, hole, list);
179
LIST_FOR_EACH_ENTRY(next, &mgr->
va_holes
, list) {
185
if (&hole->list != &mgr->
va_holes
) {
192
&next->list != &mgr->
va_holes
&&
203
if (next != hole && &next->list != &mgr->
va_holes
&
[
all
...]
amdgpu_internal.h
54
struct list_head
va_holes
;
member in struct:amdgpu_bo_va_mgr
Completed in 4 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026