Home
last modified time | relevance | path

Searched refs:QLIST_FOREACH_SAFE_RCU (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/plugins/
H A Dcore.c104 QLIST_FOREACH_SAFE_RCU(cb, &plugin.cb_lists[ev], entry, next) { in plugin_vcpu_cb__simple()
127 QLIST_FOREACH_SAFE_RCU(cb, &plugin.cb_lists[ev], entry, next) { in plugin_cb__simple()
150 QLIST_FOREACH_SAFE_RCU(cb, &plugin.cb_lists[ev], entry, next) { in plugin_cb__udata()
481 QLIST_FOREACH_SAFE_RCU(cb, &plugin.cb_lists[ev], entry, next) { in qemu_plugin_tb_trans_cb()
506 QLIST_FOREACH_SAFE_RCU(cb, &plugin.cb_lists[ev], entry, next) { in qemu_plugin_vcpu_syscall()
528 QLIST_FOREACH_SAFE_RCU(cb, &plugin.cb_lists[ev], entry, next) { in qemu_plugin_vcpu_syscall_ret()
684 QLIST_FOREACH_SAFE_RCU(cb, &plugin.cb_lists[ev], entry, next) { in qemu_plugin_user_exit()
/openbmc/qemu/tests/unit/
H A Dtest-rcu-list.c119 #define TEST_LIST_FOREACH_SAFE_RCU QLIST_FOREACH_SAFE_RCU
/openbmc/qemu/util/
H A Daio-win32.c265 QLIST_FOREACH_SAFE_RCU(node, &ctx->aio_handlers, node, tmp) { in aio_dispatch_handlers()
H A Daio-posix.c414 QLIST_FOREACH_SAFE_RCU(node, &ctx->aio_handlers, node, tmp) { in aio_dispatch_handlers()
/openbmc/qemu/include/qemu/
H A Drcu_queue.h120 #define QLIST_FOREACH_SAFE_RCU(var, head, field, next_var) \ macro
/openbmc/qemu/docs/devel/
H A Dlockcnt.rst262 QLIST_FOREACH_SAFE_RCU(ioh, &io_handlers, next, pioh) {