/openbmc/qemu/ |
H A D | replication.c | 50 QLIST_FOREACH_SAFE(rs, &replication_states, node, next) { in replication_start_all() 66 QLIST_FOREACH_SAFE(rs, &replication_states, node, next) { in replication_do_checkpoint_all() 82 QLIST_FOREACH_SAFE(rs, &replication_states, node, next) { in replication_get_error_all() 98 QLIST_FOREACH_SAFE(rs, &replication_states, node, next) { in replication_stop_all()
|
H A D | blockdev-nbd.c | 120 QLIST_FOREACH_SAFE(conn, &server->conns, next, tmp) { in nbd_server_free()
|
/openbmc/qemu/util/ |
H A D | notify.c | 38 QLIST_FOREACH_SAFE(notifier, &list->notifiers, node, next) { in notifier_list_notify() 70 QLIST_FOREACH_SAFE(notifier, &list->notifiers, node, next) { in notifier_with_return_list_notify()
|
H A D | rcu.c | 100 QLIST_FOREACH_SAFE(index, ®istry, node, tmp) { in wait_for_readers()
|
H A D | aio-posix.c | 441 QLIST_FOREACH_SAFE(node, &ctx->poll_aio_handlers, node_poll, tmp) { in run_poll_handlers_once() 486 QLIST_FOREACH_SAFE(node, &ctx->poll_aio_handlers, node_poll, tmp) { in remove_idle_poll_handlers()
|
H A D | thread-pool.c | 182 QLIST_FOREACH_SAFE(elem, &pool->head, all, next) { in thread_pool_completion_bh()
|
/openbmc/qemu/docs/devel/ |
H A D | lockcnt.rst | 8 QLIST_FOREACH_SAFE(ioh, &io_handlers, next, pioh) { 14 ``QLIST_FOREACH_SAFE`` protects against deletion of the current node (``ioh``) 20 QLIST_FOREACH_SAFE(ioh, &io_handlers, next, pioh) { 35 QLIST_FOREACH_SAFE(ioh, &io_handlers, next, pioh) { 117 QLIST_FOREACH_SAFE(ioh, &io_handlers, next, pioh) { 246 QLIST_FOREACH_SAFE(ioh, &io_handlers, next, pioh) {
|
/openbmc/qemu/monitor/ |
H A D | fds.c | 201 QLIST_FOREACH_SAFE(mon_fdset, &mon_fdsets, next, mon_fdset_next) { in monitor_fdsets_cleanup() 277 QLIST_FOREACH_SAFE(mon_fdset_fd, &mon_fdset->fds, next, in qmp_remove_fd()
|
/openbmc/qemu/hw/vfio/ |
H A D | container-base.c | 108 QLIST_FOREACH_SAFE(giommu, &bcontainer->giommu_list, giommu_next, tmp) { in vfio_container_instance_finalize()
|
H A D | spapr.c | 456 QLIST_FOREACH_SAFE(hostwin, &scontainer->hostwin_list, hostwin_next, in vfio_spapr_container_release()
|
/openbmc/qemu/system/ |
H A D | tpm.c | 154 QLIST_FOREACH_SAFE(drv, &tpm_backends, list, next) { in tpm_cleanup()
|
/openbmc/qemu/hw/intc/ |
H A D | s390_flic.c | 121 QLIST_FOREACH_SAFE(cur, &flic->io[isc], next, next) { in qemu_s390_clear_io_flic() 350 QLIST_FOREACH_SAFE(cur, &flic->io[isc], next, next) { in qemu_s390_flic_reset()
|
H A D | xics_kvm.c | 56 QLIST_FOREACH_SAFE(enabled_icp, &kvm_enabled_icps, node, next) { in kvm_disable_icps()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-clock.c | 85 QLIST_FOREACH_SAFE(ncl, &dev->clocks, node, ncl_next) { in qdev_finalize_clocklist()
|
H A D | clock.c | 193 QLIST_FOREACH_SAFE(child, &clk->children, sibling, next) { in clock_finalizefn()
|
H A D | numa.c | 868 QLIST_FOREACH_SAFE(notifier, &ram_list.ramblock_notifiers, next, next) { in ram_block_notify_add() 880 QLIST_FOREACH_SAFE(notifier, &ram_list.ramblock_notifiers, next, next) { in ram_block_notify_remove() 892 QLIST_FOREACH_SAFE(notifier, &ram_list.ramblock_notifiers, next, next) { in ram_block_notify_resize()
|
/openbmc/qemu/hw/i3c/ |
H A D | core.c | 126 QLIST_FOREACH_SAFE(node, &bus->current_devs, next, next) { in i3c_scan_bus() 248 QLIST_FOREACH_SAFE(node, &bus->current_devs, next, next) { in i3c_end_transfer()
|
/openbmc/qemu/block/ |
H A D | blkdebug.c | 781 QLIST_FOREACH_SAFE(rule, &s->rules[i], next, next) { in blkdebug_close() 852 QLIST_FOREACH_SAFE(rule, &s->rules[event], next, next) { in blkdebug_co_debug_event() 943 QLIST_FOREACH_SAFE(rule, &s->rules[i], next, next) { in blkdebug_debug_remove_breakpoint()
|
/openbmc/qemu/block/export/ |
H A D | export.c | 288 QLIST_FOREACH_SAFE(exp, &block_exports, next, next) { in blk_exp_close_all_type()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nvdimm.c | 603 QLIST_FOREACH_SAFE(state, &s_nvdimm->completed_nvdimm_flush_states, in spapr_nvdimm_finish_flushes() 629 QLIST_FOREACH_SAFE(state, &s_nvdimm->completed_nvdimm_flush_states, in spapr_nvdimm_get_flush_status()
|
/openbmc/qemu/ui/ |
H A D | vnc-jobs.c | 287 QLIST_FOREACH_SAFE(entry, &job->rectangles, next, tmp) { in vnc_worker_thread_loop()
|
/openbmc/qemu/hw/i2c/ |
H A D | core.c | 243 QLIST_FOREACH_SAFE(node, &bus->current_devs, next, next) { in i2c_end_transfer()
|
/openbmc/qemu/hw/misc/ |
H A D | applesmc.c | 347 QLIST_FOREACH_SAFE(d, &s->data_def, node, next) { in applesmc_unrealize()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-bus.c | 277 QLIST_FOREACH_SAFE(xendev, &xenbus->inactive_devices, list, next) { in xen_bus_cleanup() 982 QLIST_FOREACH_SAFE(channel, &xendev->event_channels, list, next) { in xen_device_unrealize()
|
/openbmc/qemu/target/arm/ |
H A D | internals.h | 862 QLIST_FOREACH_SAFE(hook, &cpu->pre_el_change_hooks, node, next) { in arm_call_pre_el_change_hook() 869 QLIST_FOREACH_SAFE(hook, &cpu->el_change_hooks, node, next) { in arm_call_el_change_hook()
|