/openbmc/qemu/util/ |
H A D | notify.c | 26 QLIST_INSERT_HEAD(&list->notifiers, notifier, node); in notifier_list_add() 56 QLIST_INSERT_HEAD(&list->notifiers, notifier, node); in notifier_with_return_list_add()
|
H A D | yank.c | 94 QLIST_INSERT_HEAD(&yank_instance_list, entry, next); in yank_register_instance() 128 QLIST_INSERT_HEAD(&entry->yankfns, func_entry, next); in yank_register_function()
|
H A D | rcu.c | 103 QLIST_INSERT_HEAD(&qsreaders, index, node); in wait_for_readers() 377 QLIST_INSERT_HEAD(®istry, get_ptr_rcu_reader(), node); in rcu_register_thread()
|
H A D | aio-posix.c | 42 QLIST_INSERT_HEAD(ready_list, node, node_ready); in aio_add_ready_handler() 50 QLIST_INSERT_HEAD(ready_list, node, node_ready); in aio_add_poll_ready_handler() 346 QLIST_INSERT_HEAD(&ctx->poll_aio_handlers, node, node_poll); in aio_dispatch_handler() 360 QLIST_INSERT_HEAD(&ctx->poll_aio_handlers, node, node_poll); in aio_dispatch_handler()
|
H A D | envlist.c | 93 QLIST_INSERT_HEAD(&envlist->el_entries, entry, ev_link); in envlist_setenv()
|
/openbmc/qemu/monitor/ |
H A D | fds.c | 95 QLIST_INSERT_HEAD(&mon->fds, monfd, next); in monitor_add_fd() 392 QLIST_INSERT_HEAD(&mon_fdsets, mon_fdset, next); in monitor_fdset_add_fd() 403 QLIST_INSERT_HEAD(&mon_fdset->fds, mon_fdset_fd, next); in monitor_fdset_add_fd() 467 QLIST_INSERT_HEAD(&mon_fdset->dup_fds, mon_fdset_fd_dup, next); in monitor_fdset_dup_fd_add()
|
/openbmc/qemu/hw/hyperv/ |
H A D | hyperv_testdev.c | 78 QLIST_INSERT_HEAD(&dev->sint_routes, sint_route, le); in sint_route_create() 173 QLIST_INSERT_HEAD(&dev->msg_conns, conn, le); in msg_conn_create() 221 QLIST_INSERT_HEAD(&dev->evt_conns, conn, le); in evt_conn_create()
|
/openbmc/qemu/hw/pci/ |
H A D | pcie_port.c | 80 QLIST_INSERT_HEAD(&chassis, c, next); in pcie_chassis_create() 105 QLIST_INSERT_HEAD(&c->slots, slot, next); in pcie_chassis_add_slot()
|
/openbmc/qemu/hw/core/ |
H A D | gpio.c | 39 QLIST_INSERT_HEAD(&dev->gpios, ngl, node); in qdev_get_named_gpio_list() 197 QLIST_INSERT_HEAD(&container->gpios, ngl, node); in qdev_pass_gpios()
|
H A D | qdev-clock.c | 76 QLIST_INSERT_HEAD(&dev->clocks, ncl, node); in qdev_init_clocklist()
|
/openbmc/qemu/hw/vfio/ |
H A D | iommufd.c | 308 QLIST_INSERT_HEAD(&hwpt->device_list, vbasedev, hwpt_next); in iommufd_cdev_autodomains_get() 346 QLIST_INSERT_HEAD(&hwpt->device_list, vbasedev, hwpt_next); in iommufd_cdev_autodomains_get() 347 QLIST_INSERT_HEAD(&container->hwpt_list, hwpt, next); in iommufd_cdev_autodomains_get() 594 QLIST_INSERT_HEAD(&bcontainer->device_list, vbasedev, container_next); in iommufd_cdev_attach() 595 QLIST_INSERT_HEAD(&vfio_device_list, vbasedev, global_next); in iommufd_cdev_attach()
|
H A D | pci-quirks.c | 429 QLIST_INSERT_HEAD(&vdev->vga->region[QEMU_PCI_VGA_IO_HI].quirks, in vfio_vga_probe_ati_3c3_quirk() 482 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_ati_bar4_quirk() 514 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_ati_bar2_quirk() 689 QLIST_INSERT_HEAD(&vdev->vga->region[QEMU_PCI_VGA_IO_HI].quirks, in vfio_vga_probe_nvidia_3d0_quirk() 837 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_nvidia_bar5_quirk() 911 QLIST_INSERT_HEAD(&quirk->ioeventfds, ioeventfd, next); in vfio_nvidia_quirk_mirror_write() 969 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_nvidia_bar0_quirk() 990 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_nvidia_bar0_quirk() 1157 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_rtl8168_bar2_quirk()
|
H A D | container.c | 597 QLIST_INSERT_HEAD(&container->group_list, group, container_next); in vfio_connect_container() 643 QLIST_INSERT_HEAD(&container->group_list, group, container_next); in vfio_connect_container() 771 QLIST_INSERT_HEAD(&vfio_group_list, group, next); in vfio_get_group() 847 QLIST_INSERT_HEAD(&group->device_list, vbasedev, next); in vfio_get_device() 940 QLIST_INSERT_HEAD(&bcontainer->device_list, vbasedev, container_next); in vfio_legacy_attach_device() 941 QLIST_INSERT_HEAD(&vfio_device_list, vbasedev, global_next); in vfio_legacy_attach_device()
|
/openbmc/qemu/migration/ |
H A D | threadinfo.c | 33 QLIST_INSERT_HEAD(&migration_threads, thread, node); in migration_threads_add()
|
/openbmc/qemu/net/ |
H A D | hub.c | 88 QLIST_INSERT_HEAD(&hubs, hub, next); in net_hub_new() 163 QLIST_INSERT_HEAD(&hub->ports, port, next); in net_hub_port_new()
|
/openbmc/qemu/block/ |
H A D | reqlist.c | 28 QLIST_INSERT_HEAD(reqs, req, list); in reqlist_init_req()
|
/openbmc/qemu/audio/ |
H A D | audio-hmp-cmds.c | 84 QLIST_INSERT_HEAD (&capture_head, s, entries); in hmp_wavcapture()
|
/openbmc/qemu/ |
H A D | replication.c | 29 QLIST_INSERT_HEAD(&replication_states, rs, node); in replication_new()
|
/openbmc/qemu/hw/i2c/ |
H A D | core.c | 352 QLIST_INSERT_HEAD(&bus->current_devs, node, next); in i2c_slave_post_load() 397 QLIST_INSERT_HEAD(current_devs, node, next); in i2c_slave_match()
|
H A D | i2c_mux_pca954x.c | 79 QLIST_INSERT_HEAD(current_devs, node, next); in OBJECT_DECLARE_TYPE()
|
/openbmc/qemu/ui/ |
H A D | vnc-palette.c | 92 QLIST_INSERT_HEAD(&palette->table[hash], entry, next); in palette_put()
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 1285 QLIST_INSERT_HEAD(&container->list, d, next); in alloc_container() 1286 QLIST_INSERT_HEAD(&container->list, c, next); in alloc_container() 1287 QLIST_INSERT_HEAD(&container->list, b, next); in alloc_container() 1288 QLIST_INSERT_HEAD(&container->list, a, next); in alloc_container() 1336 QLIST_INSERT_HEAD(&c->list, elem, next); in manipulate_container()
|
/openbmc/qemu/hw/i386/ |
H A D | x86-iommu.c | 38 QLIST_INSERT_HEAD(&iommu->iec_notifiers, notifier, list); in x86_iommu_iec_register_notifier()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-backend.c | 88 QLIST_INSERT_HEAD(&backend_list, backend, entry); in xen_backend_list_add()
|
/openbmc/qemu/system/ |
H A D | tpm.c | 141 QLIST_INSERT_HEAD(&tpm_backends, drv, list); in tpm_init_tpmdev()
|