Searched refs:exec_list_pop_head (Results 1 – 4 of 4) sorted by relevance
85 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->blocks)) != NULL) { in block_queue_finish()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()
1193 while ((node = exec_list_pop_head(list))) { in nir_instr_free_list()
475 exec_list_pop_head(struct exec_list *list) in exec_list_pop_head() function653 return exec_list_pop_head(this); in pop_head()
468 struct exec_node *node = exec_list_pop_head(&perf_ctx->free_sample_buffers); in get_free_sample_buf()