Searched refs:QLIST_INSERT_AFTER (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/monitor/ |
H A D | fds.c | 396 QLIST_INSERT_AFTER(mon_fdset_cur, mon_fdset, next); in monitor_fdset_add_fd()
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 1332 QLIST_INSERT_AFTER(iter, elem, next); in manipulate_container() 1349 QLIST_INSERT_AFTER(prev, elem, next); in manipulate_container()
|
/openbmc/qemu/include/qemu/ |
H A D | queue.h | 118 #define QLIST_INSERT_AFTER(listelm, elm, field) do { \ macro
|
/openbmc/qemu/block/ |
H A D | blkio.c | 154 QLIST_INSERT_AFTER(prev, bounce, next); in blkio_do_alloc_bounce_buffer()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost.c | 186 QLIST_INSERT_AFTER(QLIST_FIRST(&vhost_log_devs[backend_type]), in vhost_dev_elect_mem_logger()
|
/openbmc/qemu/hw/riscv/ |
H A D | riscv-iommu.c | 2373 QLIST_INSERT_AFTER(last, iommu, iommus); in riscv_iommu_pci_setup_iommu()
|