Home
last modified time | relevance | path

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

/third_party/mesa3d/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
477 LIST_FOR_EACH_ENTRY_SAFE(allocation, ptr, &allocator->pending_releases, list_release) { in nine_flush_pending_releases()
479 /* If pending_releases reached 0, remove from the list and update the status */ in nine_flush_pending_releases()
642 if (list_is_empty(&allocator->pending_releases)) { in nine_memfd_files_unmap()
953 list_add(&allocation->list_release, &allocator->pending_releases); in nine_pointer_delayedstrongrelease()
1025 list_inithead(&allocator->pending_releases); in nine_allocator_create()
1043 assert(list_is_empty(&allocator->pending_releases)); in nine_allocator_destroy()

Completed in 2 milliseconds