Searched refs:active_heaps (Results 1 – 2 of 2) sorted by relevance
1488 list_splicetail(&pool->active_heaps, &pool->free_heaps); in dzn_descriptor_heap_pool_finish()1510 list_inithead(&pool->active_heaps); in dzn_descriptor_heap_pool_init()1523 list_is_empty(&pool->active_heaps) ? in dzn_descriptor_heap_pool_alloc_slots()1525 &(list_last_entry(&pool->active_heaps, struct dzn_descriptor_heap_pool_entry, link)->heap); in dzn_descriptor_heap_pool_alloc_slots()1570 list_addtail(&new_heap->link, &pool->active_heaps); in dzn_descriptor_heap_pool_alloc_slots()1585 list_splicetail(&pool->active_heaps, &pool->free_heaps); in dzn_descriptor_heap_pool_reset()1586 list_inithead(&pool->active_heaps); in dzn_descriptor_heap_pool_reset()
399 struct list_head active_heaps, free_heaps; member