Searched refs:list_release (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c186 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 3 milliseconds