Home
last modified time | relevance | path

Searched refs:pending_frees (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c219 struct list_head pending_frees; member
508 LIST_FOR_EACH_ENTRY_SAFE(allocation, ptr, &allocator->pending_frees, list_free) { in nine_flush_pending_frees()
855 list_addtail(&allocation->list_free, &allocator->pending_frees); in nine_free_worker()
1026 list_inithead(&allocator->pending_frees); in nine_allocator_create()
1042 assert(list_is_empty(&allocator->pending_frees)); in nine_allocator_destroy()