Home
last modified time | relevance | path

Searched refs:QLIST_FOREACH_RCU (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/util/
H A Daio-win32.c197 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_prepare()
207 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_prepare()
235 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_pending()
366 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_poll()
H A Dfdmon-poll.c67 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in fdmon_poll_wait()
H A Dfdmon-epoll.c107 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in fdmon_epoll_try_enable()
H A Daio-posix.c281 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_pending()
/openbmc/qemu/include/exec/
H A Dramlist.h61 QLIST_FOREACH_RCU(block, &ram_list.blocks, next)
/openbmc/qemu/docs/devel/
H A Dlockcnt.rst98 example ``qatomic_rcu_read``, ``qatomic_rcu_set``, ``QLIST_FOREACH_RCU``,
239 QLIST_FOREACH_RCU(ioh, &io_handlers, pioh) {
256 list during the walk. ``QLIST_FOREACH_RCU`` ensures that the processor and
/openbmc/qemu/tests/unit/
H A Dtest-rcu-list.c118 #define TEST_LIST_FOREACH_RCU QLIST_FOREACH_RCU
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c631 QLIST_FOREACH_RCU(mh, &msg_handlers, link) { in hyperv_hcall_post_message()
728 QLIST_FOREACH_RCU(handler, &event_flag_handlers, link) { in hyperv_hcall_signal_event()
/openbmc/qemu/include/qemu/
H A Drcu_queue.h114 #define QLIST_FOREACH_RCU(var, head, field) \ macro