Home
last modified time | relevance | path

Searched refs:QTAILQ_INSERT_BEFORE (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/target/s390x/kvm/
H A Dstsi-topology.c270 QTAILQ_INSERT_BEFORE(tmp, entry, next); in s390_topology_fill_list_sorted()
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c62 QTAILQ_INSERT_BEFORE(node, insr, MLIST_ENTNAME); in mlist_sort_insert()
/openbmc/qemu/system/
H A Dbootdevice.c184 QTAILQ_INSERT_BEFORE(i, node, link); in add_boot_device_path()
H A Dmemory_mapping.c32 QTAILQ_INSERT_BEFORE(p, mapping, next); in memory_mapping_list_add_mapping_sorted()
H A Drunstate.c361 QTAILQ_INSERT_BEFORE(other, e, entries); in qemu_add_vm_change_state_handler_prio_full()
H A Dmemory.c2779 QTAILQ_INSERT_BEFORE(other, subregion, subregions_link); in memory_region_update_container_subregions()
3309 QTAILQ_INSERT_BEFORE(other, listener, link); in memory_listener_register()
3321 QTAILQ_INSERT_BEFORE(other, listener, link_as); in memory_listener_register()
3563 QTAILQ_INSERT_BEFORE(ml, new_ml, mrqueue); in mtree_print_mr()
/openbmc/qemu/net/
H A Dfilter.c295 QTAILQ_INSERT_BEFORE(position, nf, next); in netfilter_complete()
/openbmc/qemu/include/qemu/
H A Dqueue.h444 #define QTAILQ_INSERT_BEFORE(listelm, elm, field) do { \ macro
/openbmc/qemu/ui/
H A Dconsole.c383 QTAILQ_INSERT_BEFORE(it, c, next); in qemu_console_register()
/openbmc/qemu/hw/core/
H A Dloader.c1028 QTAILQ_INSERT_BEFORE(item, rom, next); in rom_insert()
/openbmc/qemu/tcg/
H A Dtcg.c2323 QTAILQ_INSERT_BEFORE(tcg_ctx->emit_before_op, op, link); in tcg_gen_callN()
3240 QTAILQ_INSERT_BEFORE(tcg_ctx->emit_before_op, op, link); in tcg_emit_op()
3251 QTAILQ_INSERT_BEFORE(old_op, new_op, link); in tcg_op_insert_before()
/openbmc/qemu/migration/
H A Dsavevm.c742 QTAILQ_INSERT_BEFORE(se, nse, entry); in savevm_state_handler_insert()