Home
last modified time | relevance | path

Searched refs:QLIST_INSERT_HEAD (Results 1 – 25 of 97) sorted by relevance

1234

/openbmc/qemu/util/
H A Dnotify.c26 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 Dyank.c94 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 Drcu.c103 QLIST_INSERT_HEAD(&qsreaders, index, node); in wait_for_readers()
377 QLIST_INSERT_HEAD(&registry, get_ptr_rcu_reader(), node); in rcu_register_thread()
H A Daio-posix.c41 QLIST_INSERT_HEAD(ready_list, node, node_ready); in aio_add_ready_handler()
49 QLIST_INSERT_HEAD(ready_list, node, node_ready); in aio_add_poll_ready_handler()
345 QLIST_INSERT_HEAD(&ctx->poll_aio_handlers, node, node_poll); in aio_dispatch_handler()
359 QLIST_INSERT_HEAD(&ctx->poll_aio_handlers, node, node_poll); in aio_dispatch_handler()
H A Denvlist.c162 QLIST_INSERT_HEAD(&envlist->el_entries, entry, ev_link); in envlist_setenv()
/openbmc/qemu/monitor/
H A Dfds.c95 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 Dhyperv_testdev.c78 QLIST_INSERT_HEAD(&dev->sint_routes, sint_route, le); in sint_route_create()
174 QLIST_INSERT_HEAD(&dev->msg_conns, conn, le); in msg_conn_create()
222 QLIST_INSERT_HEAD(&dev->evt_conns, conn, le); in evt_conn_create()
/openbmc/qemu/hw/pci/
H A Dpcie_port.c80 QLIST_INSERT_HEAD(&chassis, c, next); in pcie_chassis_create()
115 QLIST_INSERT_HEAD(&c->slots, slot, next); in pcie_chassis_add_slot()
/openbmc/qemu/hw/core/
H A Dgpio.c39 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 Dqdev-clock.c76 QLIST_INSERT_HEAD(&dev->clocks, ncl, node); in qdev_init_clocklist()
H A Dclock.c123 QLIST_INSERT_HEAD(&src->children, clk, sibling); in clock_set_source()
/openbmc/qemu/migration/
H A Dthreadinfo.c33 QLIST_INSERT_HEAD(&migration_threads, thread, node); in migration_threads_add()
/openbmc/qemu/hw/vfio/
H A Diommufd.c308 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 Dpci-quirks.c429 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 Dcontainer.c597 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/block/
H A Dreqlist.c30 QLIST_INSERT_HEAD(reqs, req, list); in reqlist_init_req()
/openbmc/qemu/audio/
H A Daudio-hmp-cmds.c84 QLIST_INSERT_HEAD (&capture_head, s, entries); in hmp_wavcapture()
/openbmc/qemu/net/
H A Dhub.c88 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/
H A Dreplication.c29 QLIST_INSERT_HEAD(&replication_states, rs, node); in replication_new()
/openbmc/qemu/hw/i2c/
H A Dcore.c352 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()
/openbmc/qemu/ui/
H A Dvnc-palette.c92 QLIST_INSERT_HEAD(&palette->table[hash], entry, next); in palette_put()
/openbmc/qemu/system/
H A Dtpm.c141 QLIST_INSERT_HEAD(&tpm_backends, drv, list); in tpm_init_tpmdev()
/openbmc/qemu/hw/xen/
H A Dxen-backend.c88 QLIST_INSERT_HEAD(&backend_list, backend, entry); in xen_backend_list_add()
/openbmc/qemu/hw/i386/
H A Dx86-iommu.c38 QLIST_INSERT_HEAD(&iommu->iec_notifiers, notifier, list); in x86_iommu_iec_register_notifier()
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c1285 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()

1234