Searched refs:QSIMPLEQ_FOREACH_SAFE (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/backends/ |
H A D | rng.c | 75 QSIMPLEQ_FOREACH_SAFE(req, &s->requests, next, next) { in rng_backend_free_requests()
|
H A D | cryptodev-lkcf.c | 122 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 D | io_uring.c | 239 QSIMPLEQ_FOREACH_SAFE(luringcb, &s->io_q.submit_queue, next, in ioq_submit()
|
H A D | qcow2-bitmap.c | 1653 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 D | ccid-card-emulated.c | 370 QSIMPLEQ_FOREACH_SAFE(event, &card->event_list, entry, next) { in card_event_handler()
|
/openbmc/qemu/include/qemu/ |
H A D | queue.h | 349 #define QSIMPLEQ_FOREACH_SAFE(var, head, field, next) \ macro
|
/openbmc/qemu/hw/audio/ |
H A D | virtio-snd.c | 588 QSIMPLEQ_FOREACH_SAFE(buffer, &stream->queue, entry, next) { in virtio_snd_pcm_get_io_msgs_count()
|
/openbmc/qemu/migration/ |
H A D | ram.c | 1864 QSIMPLEQ_FOREACH_SAFE(mspr, &rs->src_page_requests, next_req, next_mspr) { in migration_page_queue_free()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 492 QSIMPLEQ_FOREACH_SAFE(elem, &drconf_queue, entry, next) { in spapr_dt_dynamic_memory_v2()
|
/openbmc/qemu/ |
H A D | qemu-img.c | 4930 QSIMPLEQ_FOREACH_SAFE(act, &actions, next, act_next) { in img_bitmap()
|