Home
last modified time | relevance | path

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

12345

/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.c45 QLIST_INSERT_HEAD(ready_list, node, node_ready); in aio_add_ready_handler()
53 QLIST_INSERT_HEAD(ready_list, node, node_ready); in aio_add_poll_ready_handler()
349 QLIST_INSERT_HEAD(&ctx->poll_aio_handlers, node, node_poll); in aio_dispatch_handler()
363 QLIST_INSERT_HEAD(&ctx->poll_aio_handlers, node, node_poll); in aio_dispatch_handler()
H A Denvlist.c93 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/migration/
H A Dthreadinfo.c33 QLIST_INSERT_HEAD(&migration_threads, thread, node); in migration_threads_add()
/openbmc/qemu/hw/hyperv/
H A Dhyperv_testdev.c78 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 Dpcie_port.c80 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 Dgpio.c39 QLIST_INSERT_HEAD(&dev->gpios, ngl, node); in qdev_get_named_gpio_list()
196 QLIST_INSERT_HEAD(&container->gpios, ngl, node); in qdev_pass_gpios()
H A Dqdev-clock.c45 QLIST_INSERT_HEAD(&dev->clocks, ncl, node); in qdev_init_clocklist()
/openbmc/qemu/block/
H A Dreqlist.c28 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/vfio/
H A Dpci-quirks.c384 QLIST_INSERT_HEAD(&vdev->vga->region[QEMU_PCI_VGA_IO_HI].quirks, in vfio_vga_probe_ati_3c3_quirk()
437 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_ati_bar4_quirk()
469 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_ati_bar2_quirk()
644 QLIST_INSERT_HEAD(&vdev->vga->region[QEMU_PCI_VGA_IO_HI].quirks, in vfio_vga_probe_nvidia_3d0_quirk()
792 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_nvidia_bar5_quirk()
866 QLIST_INSERT_HEAD(&quirk->ioeventfds, ioeventfd, next); in vfio_nvidia_quirk_mirror_write()
924 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_nvidia_bar0_quirk()
945 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_nvidia_bar0_quirk()
1112 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, quirk, next); in vfio_probe_rtl8168_bar2_quirk()
H A Dcontainer-base.c50 QLIST_INSERT_HEAD(&vfio_address_spaces, space, list); in vfio_address_space_get()
72 QLIST_INSERT_HEAD(&space->containers, bcontainer, next); in vfio_address_space_insert()
H A Dcpr-iommufd.c63 QLIST_INSERT_HEAD(&cpr_state.vfio_devices, elem, next); in vfio_cpr_save_device()
H A Digd.c489 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, ggc_quirk, next); in vfio_probe_igd_bar0_quirk()
507 QLIST_INSERT_HEAD(&vdev->bars[nr].quirks, bdsm_quirk, next); in vfio_probe_igd_bar0_quirk()
/openbmc/qemu/ui/
H A Dvnc-palette.c92 QLIST_INSERT_HEAD(&palette->table[hash], entry, next); in palette_put()
/openbmc/qemu/hw/i2c/
H A Dcore.c351 QLIST_INSERT_HEAD(&bus->current_devs, node, next); in i2c_slave_post_load()
396 QLIST_INSERT_HEAD(current_devs, node, next); in i2c_slave_match()
/openbmc/qemu/hw/xen/
H A Dxen-backend.c88 QLIST_INSERT_HEAD(&backend_list, backend, entry); in xen_backend_list_add()
/openbmc/qemu/system/
H A Dtpm.c142 QLIST_INSERT_HEAD(&tpm_backends, drv, list); in tpm_init_tpmdev()
/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()

12345