Searched refs:reusable_blocks (Results 1 – 1 of 1) sorted by relevance
60 struct exec_list reusable_blocks; member77 exec_list_make_empty(&bq->reusable_blocks); in block_queue_init()90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) { in block_queue_finish()99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks); in push_block()123 exec_list_push_head(&bq->reusable_blocks, &bi->node); in pop_block()