/openbmc/qemu/block/ |
H A D | qed-l2-cache.c | 77 QTAILQ_FOREACH_SAFE(entry, &l2_cache->entries, node, next_entry) { in qed_free_l2_cache() 177 QTAILQ_FOREACH_SAFE(entry, &l2_cache->entries, node, next) { in qed_commit_l2_cache_entry()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | libqos-malloc.c | 222 QTAILQ_FOREACH_SAFE(node, allocator->used, MLIST_ENTNAME, tmp) { in alloc_destroy() 237 QTAILQ_FOREACH_SAFE(node, allocator->free, MLIST_ENTNAME, tmp) { in alloc_destroy() 324 QTAILQ_FOREACH_SAFE(node, dst->used, MLIST_ENTNAME, tmp) { in migrate_allocator() 327 QTAILQ_FOREACH_SAFE(node, dst->free, MLIST_ENTNAME, tmp) { in migrate_allocator()
|
/openbmc/qemu/hw/usb/ |
H A D | combined-packet.c | 68 QTAILQ_FOREACH_SAFE(p, &combined->packets, combined_entry, next) { in usb_combined_input_packet_complete() 131 QTAILQ_FOREACH_SAFE(p, &ep->queue, queue, next) { in usb_ep_combine_input_packets()
|
H A D | dev-uas.c | 642 QTAILQ_FOREACH_SAFE(req, &uas->requests, next, nreq) { in usb_uas_handle_reset() 645 QTAILQ_FOREACH_SAFE(st, &uas->results, next, nst) { in usb_uas_handle_reset() 688 QTAILQ_FOREACH_SAFE(req, &uas->requests, next, nreq) { in usb_uas_cancel_io()
|
H A D | hcd-uhci.c | 248 QTAILQ_FOREACH_SAFE(queue, &s->queues, next, n) { in uhci_async_validate_end() 259 QTAILQ_FOREACH_SAFE(queue, &s->queues, next, n) { in uhci_async_cancel_device() 270 QTAILQ_FOREACH_SAFE(queue, &s->queues, next, nq) { in uhci_async_cancel_all()
|
/openbmc/qemu/system/ |
H A D | memory_mapping.c | 159 QTAILQ_FOREACH_SAFE(p, &list->head, next, q) { in memory_mapping_list_free() 179 QTAILQ_FOREACH_SAFE(p, &list->head, next, q) { in guest_phys_blocks_free() 356 QTAILQ_FOREACH_SAFE(cur, &list->head, next, next) { in memory_mapping_filter()
|
H A D | watchpoint.c | 95 QTAILQ_FOREACH_SAFE(wp, &cpu->watchpoints, entry, next) { in cpu_watchpoint_remove_all()
|
H A D | runstate.c | 388 QTAILQ_FOREACH_SAFE(e, &vm_change_state_head, entries, next) { in vm_state_notify() 394 QTAILQ_FOREACH_SAFE(e, &vm_change_state_head, entries, next) { in vm_state_notify()
|
/openbmc/qemu/hw/remote/ |
H A D | memory.c | 23 QTAILQ_FOREACH_SAFE(subregion, &sysmem->subregions, subregions_link, next) { in remote_sysmem_reset()
|
/openbmc/qemu/hw/acpi/ |
H A D | pcihp.c | 199 QTAILQ_FOREACH_SAFE(kid, &bus->qbus.children, sibling, next) { in acpi_pcihp_eject_slot() 245 QTAILQ_FOREACH_SAFE(kid, &bus->qbus.children, sibling, next) { in acpi_pcihp_update_hotplug_bus() 462 QTAILQ_FOREACH_SAFE(kid, &bus->qbus.children, sibling, next) { in pci_write()
|
/openbmc/qemu/net/ |
H A D | queue.c | 85 QTAILQ_FOREACH_SAFE(packet, &queue->packets, entry, next) { in qemu_del_net_queue() 261 QTAILQ_FOREACH_SAFE(packet, &queue->packets, entry, next) { in qemu_net_queue_purge()
|
/openbmc/qemu/qobject/ |
H A D | qlist.c | 177 QTAILQ_FOREACH_SAFE(entry, &qlist->head, next, next_entry) { in qlist_destroy_obj()
|
/openbmc/qemu/hw/scsi/ |
H A D | virtio-scsi.c | 379 QTAILQ_FOREACH_SAFE(req, &s->tmf_bh_list, next, tmp) { in virtio_scsi_do_tmf_bh() 388 QTAILQ_FOREACH_SAFE(req, &reqs, next, tmp) { in virtio_scsi_do_tmf_bh() 407 QTAILQ_FOREACH_SAFE(req, &s->tmf_bh_list, next, tmp) { in virtio_scsi_reset_tmf_bh() 462 QTAILQ_FOREACH_SAFE(r, &d->requests, next, next) { in virtio_scsi_do_tmf() 514 QTAILQ_FOREACH_SAFE(r, &d->requests, next, next) { in virtio_scsi_do_tmf() 869 QTAILQ_FOREACH_SAFE(req, &reqs, next, next) { in virtio_scsi_handle_cmd_vq()
|
/openbmc/qemu/contrib/ivshmem-server/ |
H A D | ivshmem-server.c | 371 QTAILQ_FOREACH_SAFE(peer, &server->peer_list, next, npeer) { in ivshmem_server_close() 421 QTAILQ_FOREACH_SAFE(peer, &server->peer_list, next, peer_next) { in ivshmem_server_handle_fds()
|
/openbmc/qemu/util/ |
H A D | qemu-option.c | 251 QTAILQ_FOREACH_SAFE(opt, &opts->head, next, next_opt) { in qemu_opt_del_all() 650 QTAILQ_FOREACH_SAFE(opts, &list->head, next, next_opts) { in qemu_opts_reset() 1065 QTAILQ_FOREACH_SAFE(opt, &opts->head, next, next) { in qemu_opts_to_qdict_filtered() 1133 QTAILQ_FOREACH_SAFE(opts, &list->head, next, next) { in qemu_opts_foreach()
|
H A D | module.c | 195 QTAILQ_FOREACH_SAFE(e, &dso_init_list, node, next) { in module_load_dso()
|
H A D | vhost-user-server.c | 279 QTAILQ_FOREACH_SAFE(vu_fd_watch, &server->vu_fd_watches, next, next) { in find_vu_fd_watch()
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 935 QTAILQ_FOREACH_SAFE(snapshot_entry, &image_entry->snapshots, in hmp_info_snapshots() 980 QTAILQ_FOREACH_SAFE(image_entry, &image_list, next, next_ie) { in hmp_info_snapshots() 982 QTAILQ_FOREACH_SAFE(snapshot_entry, &image_entry->snapshots, next, in hmp_info_snapshots()
|
/openbmc/qemu/hw/nvme/ |
H A D | ns.c | 362 QTAILQ_FOREACH_SAFE(zone, &ns->closed_zones, entry, next) { in nvme_zoned_ns_shutdown() 367 QTAILQ_FOREACH_SAFE(zone, &ns->imp_open_zones, entry, next) { in nvme_zoned_ns_shutdown() 373 QTAILQ_FOREACH_SAFE(zone, &ns->exp_open_zones, entry, next) { in nvme_zoned_ns_shutdown()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | stsi-topology.c | 291 QTAILQ_FOREACH_SAFE(entry, topology_list, next, tmp) { in s390_topology_empty_list()
|
/openbmc/qemu/ |
H A D | cpu-common.c | 449 QTAILQ_FOREACH_SAFE(bp, &cpu->breakpoints, entry, next) { in cpu_breakpoint_remove_all()
|
/openbmc/qemu/plugins/ |
H A D | loader.c | 312 QTAILQ_FOREACH_SAFE(desc, head, entry, next) { in qemu_plugin_load_list()
|
/openbmc/qemu/hw/input/ |
H A D | virtio-input.c | 270 QTAILQ_FOREACH_SAFE(cfg, &vinput->cfg_list, node, next) { in virtio_input_finalize()
|
/openbmc/qemu/accel/tcg/ |
H A D | plugin-gen.c | 281 QTAILQ_FOREACH_SAFE(op, &tcg_ctx->ops, link, next) { in plugin_gen_inject()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_events.c | 1023 QTAILQ_FOREACH_SAFE(entry, &spapr->pending_events, next, next_entry) { in spapr_clear_pending_events() 1034 QTAILQ_FOREACH_SAFE(entry, &spapr->pending_events, next, next_entry) { in spapr_clear_pending_hotplug_events()
|