Searched refs:QTAILQ_INSERT_BEFORE (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/target/s390x/kvm/ |
H A D | stsi-topology.c | 270 QTAILQ_INSERT_BEFORE(tmp, entry, next); in s390_topology_fill_list_sorted()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | libqos-malloc.c | 62 QTAILQ_INSERT_BEFORE(node, insr, MLIST_ENTNAME); in mlist_sort_insert()
|
/openbmc/qemu/system/ |
H A D | bootdevice.c | 184 QTAILQ_INSERT_BEFORE(i, node, link); in add_boot_device_path()
|
H A D | memory_mapping.c | 32 QTAILQ_INSERT_BEFORE(p, mapping, next); in memory_mapping_list_add_mapping_sorted()
|
H A D | runstate.c | 361 QTAILQ_INSERT_BEFORE(other, e, entries); in qemu_add_vm_change_state_handler_prio_full()
|
H A D | memory.c | 2779 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 D | filter.c | 295 QTAILQ_INSERT_BEFORE(position, nf, next); in netfilter_complete()
|
/openbmc/qemu/include/qemu/ |
H A D | queue.h | 444 #define QTAILQ_INSERT_BEFORE(listelm, elm, field) do { \ macro
|
/openbmc/qemu/ui/ |
H A D | console.c | 383 QTAILQ_INSERT_BEFORE(it, c, next); in qemu_console_register()
|
/openbmc/qemu/hw/core/ |
H A D | loader.c | 1028 QTAILQ_INSERT_BEFORE(item, rom, next); in rom_insert()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 2323 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 D | savevm.c | 742 QTAILQ_INSERT_BEFORE(se, nse, entry); in savevm_state_handler_insert()
|