Searched refs:QSLIST_INSERT_HEAD (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/util/ |
H A D | qemu-coroutine.c | 151 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 D | transactions.c | 57 QSLIST_INSERT_HEAD(&tran->actions, act, entry); in tran_add()
|
H A D | qemu-coroutine-lock.c | 155 QSLIST_INSERT_HEAD(&mutex->to_pop, w, next); in move_waiters()
|
H A D | async.c | 561 QSLIST_INSERT_HEAD(&straight, co, co_scheduled_next); in co_schedule_bh_cb()
|
/openbmc/qemu/ebpf/ |
H A D | ebpf.c | 38 QSLIST_INSERT_HEAD(&ebpf_elf_obj_list, dataentry, node); in ebpf_register_binary_data()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | fuzz.c | 85 QSLIST_INSERT_HEAD(fuzz_target_list, target_state, target_list); in fuzz_add_target()
|
/openbmc/qemu/block/ |
H A D | accounting.c | 86 QSLIST_INSERT_HEAD(&stats->intervals, s, entries); in block_acct_add_interval()
|
/openbmc/qemu/qapi/ |
H A D | qobject-output-visitor.c | 61 QSLIST_INSERT_HEAD(&qov->stack, e, node); in qobject_output_push_obj()
|
H A D | qobject-input-visitor.c | 236 QSLIST_INSERT_HEAD(&qiv->stack, tos, node); in qobject_input_push()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph.c | 105 QSLIST_INSERT_HEAD(list, edge, edge_list); in add_edge()
|
/openbmc/qemu/include/qemu/ |
H A D | queue.h | 212 #define QSLIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 749 QSLIST_INSERT_HEAD(&kvm_devices_head, kd, entries); in kvm_arm_register_device()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 473 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()
|