Home
last modified time | relevance | path

Searched refs:QSLIST_INSERT_HEAD (Results 1 – 13 of 13) sorted by relevance

/qemu/util/
H A Dqemu-coroutine.c151 QSLIST_INSERT_HEAD(local_pool, batch, next); in coroutine_pool_refill_local()
164 QSLIST_INSERT_HEAD(&global_pool, batch, next); in coroutine_pool_put_global()
196 QSLIST_INSERT_HEAD(local_pool, batch, next); in coroutine_pool_put()
210 QSLIST_INSERT_HEAD(local_pool, batch, next); in coroutine_pool_put()
213 QSLIST_INSERT_HEAD(&batch->list, co, pool_next); in coroutine_pool_put()
H A Dtransactions.c57 QSLIST_INSERT_HEAD(&tran->actions, act, entry); in tran_add()
H A Dqemu-coroutine-lock.c155 QSLIST_INSERT_HEAD(&mutex->to_pop, w, next); in move_waiters()
H A Dasync.c560 QSLIST_INSERT_HEAD(&straight, co, co_scheduled_next); in co_schedule_bh_cb()
/qemu/ebpf/
H A Debpf.c38 QSLIST_INSERT_HEAD(&ebpf_elf_obj_list, dataentry, node); in ebpf_register_binary_data()
/qemu/tests/qtest/fuzz/
H A Dfuzz.c85 QSLIST_INSERT_HEAD(fuzz_target_list, target_state, target_list); in fuzz_add_target()
/qemu/block/
H A Daccounting.c86 QSLIST_INSERT_HEAD(&stats->intervals, s, entries); in block_acct_add_interval()
/qemu/qapi/
H A Dqobject-output-visitor.c61 QSLIST_INSERT_HEAD(&qov->stack, e, node); in qobject_output_push_obj()
H A Dqobject-input-visitor.c236 QSLIST_INSERT_HEAD(&qiv->stack, tos, node); in qobject_input_push()
/qemu/tests/qtest/libqos/
H A Dqgraph.c105 QSLIST_INSERT_HEAD(list, edge, edge_list); in add_edge()
/qemu/include/qemu/
H A Dqueue.h212 #define QSLIST_INSERT_HEAD(head, elm, field) do { \ macro
/qemu/target/arm/
H A Dkvm.c740 QSLIST_INSERT_HEAD(&kvm_devices_head, kd, entries); in kvm_arm_register_device()
/qemu/hw/9pfs/
H A D9p.c473 QSLIST_INSERT_HEAD(&reclaim_list, f, reclaim_next); in v9fs_reclaim_fd()
485 QSLIST_INSERT_HEAD(&reclaim_list, f, reclaim_next); in v9fs_reclaim_fd()