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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c216 struct list_head pending_releases; /* List of allocations with unlocks depending on pending_counter */ /* TODO: Elements seem removed only on flush. Destruction ? */ member in struct:nine_allocator
477 LIST_FOR_EACH_ENTRY_SAFE(allocation, ptr, &allocator->pending_releases, list_release) {
479 /* If pending_releases reached 0, remove from the list and update the status */
642 if (list_is_empty(&allocator->pending_releases)) {
953 list_add(&allocation->list_release, &allocator->pending_releases);
1025 list_inithead(&allocator->pending_releases);
1043 assert(list_is_empty(&allocator->pending_releases));

Completed in 3 milliseconds