Searched refs:QLIST_FOREACH_RCU (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/util/ |
H A D | aio-win32.c | 197 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 D | fdmon-poll.c | 67 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in fdmon_poll_wait()
|
H A D | fdmon-epoll.c | 107 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in fdmon_epoll_try_enable()
|
H A D | aio-posix.c | 281 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_pending()
|
/openbmc/qemu/include/exec/ |
H A D | ramlist.h | 61 QLIST_FOREACH_RCU(block, &ram_list.blocks, next)
|
/openbmc/qemu/docs/devel/ |
H A D | lockcnt.rst | 98 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 D | test-rcu-list.c | 118 #define TEST_LIST_FOREACH_RCU QLIST_FOREACH_RCU
|
/openbmc/qemu/hw/hyperv/ |
H A D | hyperv.c | 631 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 D | rcu_queue.h | 114 #define QLIST_FOREACH_RCU(var, head, field) \ macro
|