Home
last modified time | relevance | path

Searched refs:QSLIST_REMOVE_HEAD (Results 1 – 9 of 9) sorted by relevance

/qemu/util/
H A Dqemu-coroutine.c85 QSLIST_REMOVE_HEAD(&batch->list, pool_next); in coroutine_pool_batch_delete()
98 QSLIST_REMOVE_HEAD(local_pool, next); in local_pool_cleanup()
125 QSLIST_REMOVE_HEAD(&batch->list, pool_next); in coroutine_pool_get_local()
129 QSLIST_REMOVE_HEAD(local_pool, next); in coroutine_pool_get_local()
145 QSLIST_REMOVE_HEAD(&global_pool, next); in coroutine_pool_refill_local()
205 QSLIST_REMOVE_HEAD(local_pool, next); in coroutine_pool_put()
H A Dasync.c117 QSLIST_REMOVE_HEAD(head, next); in aio_bh_dequeue()
559 QSLIST_REMOVE_HEAD(&reversed, co_scheduled_next); in co_schedule_bh_cb()
565 QSLIST_REMOVE_HEAD(&straight, co_scheduled_next); in co_schedule_bh_cb()
H A Dqemu-coroutine-lock.c154 QSLIST_REMOVE_HEAD(&reversed, next); in move_waiters()
170 QSLIST_REMOVE_HEAD(&mutex->to_pop, next); in pop_waiter()
H A Dfdmon-io_uring.c122 QSLIST_REMOVE_HEAD(head, node_submitted); in dequeue()
/qemu/qapi/
H A Dqobject-output-visitor.c72 QSLIST_REMOVE_HEAD(&qov->stack, node); in qobject_output_pop()
245 QSLIST_REMOVE_HEAD(&qov->stack, node); in qobject_output_free()
H A Dqobject-input-visitor.c274 QSLIST_REMOVE_HEAD(&qiv->stack, node); in qobject_input_pop()
682 QSLIST_REMOVE_HEAD(&qiv->stack, node); in qobject_input_free()
/qemu/include/qemu/
H A Dqueue.h229 #define QSLIST_REMOVE_HEAD(head, field) do { \ macro
243 QSLIST_REMOVE_HEAD((head), field); \
/qemu/tests/qtest/libqos/
H A Dqgraph.c116 QSLIST_REMOVE_HEAD(elist, edge_list); in destroy_edges()
/qemu/target/arm/
H A Dkvm.c708 QSLIST_REMOVE_HEAD(&kvm_devices_head, entries); in kvm_arm_machine_init_done()