Searched refs:pending_frees (Results 1 – 1 of 1) sorted by relevance
219 struct list_head pending_frees; member508 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()