OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_release
(Results
1 - 1
of
1
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
nine_memory_helper.c
186
struct list_head
list_release
; /* for pending releases */
member in struct:nine_allocation
477
LIST_FOR_EACH_ENTRY_SAFE(allocation, ptr, &allocator->pending_releases,
list_release
) {
485
list_delinit(&allocation->
list_release
);
523
list_delinit(&allocation->
list_release
);
701
list_inithead(&new_allocation->
list_release
);
952
if (list_is_empty(&allocation->
list_release
))
953
list_add(&allocation->
list_release
, &allocator->pending_releases);
982
list_inithead(&new_allocation->
list_release
);
Completed in 6 milliseconds
Indexes created Thu Aug 27 00:25:27 UTC 2026