Searched refs:free_heaps (Results 1 – 2 of 2) sorted by relevance
1488 list_splicetail(&pool->active_heaps, &pool->free_heaps); in dzn_descriptor_heap_pool_finish()1489 list_for_each_entry_safe(struct dzn_descriptor_heap_pool_entry, entry, &pool->free_heaps, link) { in dzn_descriptor_heap_pool_finish()1511 list_inithead(&pool->free_heaps); in dzn_descriptor_heap_pool_init()1546 … list_for_each_entry_safe(struct dzn_descriptor_heap_pool_entry, entry, &pool->free_heaps, link) { in dzn_descriptor_heap_pool_alloc_slots()1585 list_splicetail(&pool->active_heaps, &pool->free_heaps); in dzn_descriptor_heap_pool_reset()
399 struct list_head active_heaps, free_heaps; member