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

/fuchsia/zircon/kernel/lib/pow2_range_allocator/
H A Dpow2_range_allocator.cpp184 struct list_node new_blocks; local
185 list_initialize(&new_blocks);
195 p2ra_free_block_list(&new_blocks);
271 list_add_tail(&new_blocks, &block->node);
282 while ((block = list_remove_head_type(&new_blocks, p2ra_block_t, node)) != NULL)

Completed in 24 milliseconds