Home
last modified time | relevance | path

Searched refs:QSIMPLEQ_FOREACH_SAFE (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/backends/
H A Drng.c75 QSIMPLEQ_FOREACH_SAFE(req, &s->requests, next, next) { in rng_backend_free_requests()
H A Dcryptodev-lkcf.c122 QSIMPLEQ_FOREACH_SAFE(task, &responses, queue, next) { in cryptodev_lkcf_handle_response()
269 QSIMPLEQ_FOREACH_SAFE(task, &lkcf->requests, queue, next) { in cryptodev_lkcf_cleanup()
276 QSIMPLEQ_FOREACH_SAFE(task, &lkcf->responses, queue, next) { in cryptodev_lkcf_cleanup()
/openbmc/qemu/block/
H A Dio_uring.c239 QSIMPLEQ_FOREACH_SAFE(luringcb, &s->io_q.submit_queue, next, in ioq_submit()
H A Dqcow2-bitmap.c1653 QSIMPLEQ_FOREACH_SAFE(tb, &drop_tables, entry, tb_next) { in qcow2_store_persistent_dirty_bitmaps()
1683 QSIMPLEQ_FOREACH_SAFE(tb, &drop_tables, entry, tb_next) { in qcow2_store_persistent_dirty_bitmaps()
/openbmc/qemu/hw/usb/
H A Dccid-card-emulated.c370 QSIMPLEQ_FOREACH_SAFE(event, &card->event_list, entry, next) { in card_event_handler()
/openbmc/qemu/include/qemu/
H A Dqueue.h349 #define QSIMPLEQ_FOREACH_SAFE(var, head, field, next) \ macro
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c588 QSIMPLEQ_FOREACH_SAFE(buffer, &stream->queue, entry, next) { in virtio_snd_pcm_get_io_msgs_count()
/openbmc/qemu/migration/
H A Dram.c1864 QSIMPLEQ_FOREACH_SAFE(mspr, &rs->src_page_requests, next_req, next_mspr) { in migration_page_queue_free()
/openbmc/qemu/hw/ppc/
H A Dspapr.c492 QSIMPLEQ_FOREACH_SAFE(elem, &drconf_queue, entry, next) { in spapr_dt_dynamic_memory_v2()
/openbmc/qemu/
H A Dqemu-img.c4930 QSIMPLEQ_FOREACH_SAFE(act, &actions, next, act_next) { in img_bitmap()