Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dfdmon-io_uring.c244 QLIST_INSERT_HEAD_RCU(&ctx->deleted_aio_handlers, node, node_deleted); in process_cqe()
353 QLIST_INSERT_HEAD_RCU(&ctx->deleted_aio_handlers, node, node_deleted); in fdmon_io_uring_destroy()
H A Daio-win32.c122 QLIST_INSERT_HEAD_RCU(&ctx->aio_handlers, node, node); in aio_set_fd_handler()
161 QLIST_INSERT_HEAD_RCU(&ctx->aio_handlers, node, node); in aio_set_event_notifier()
H A Daio-posix.c89 QLIST_INSERT_HEAD_RCU(&ctx->deleted_aio_handlers, node, node_deleted); in aio_remove_fd_handler()
158 QLIST_INSERT_HEAD_RCU(&ctx->aio_handlers, new_node, node); in aio_set_fd_handler()
/openbmc/qemu/hw/9pfs/
H A D9p-synth.c68 QLIST_INSERT_HEAD_RCU(&parent->child, node, sibling); in v9fs_add_dir_node()
135 QLIST_INSERT_HEAD_RCU(&parent->child, node, sibling); in qemu_v9fs_synth_add_file()
/openbmc/qemu/tests/unit/
H A Dtest-rcu-list.c117 #define TEST_LIST_INSERT_HEAD_RCU QLIST_INSERT_HEAD_RCU
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c595 QLIST_INSERT_HEAD_RCU(&msg_handlers, mh, link); in hyperv_set_msg_handler()
667 QLIST_INSERT_HEAD_RCU(&event_flag_handlers, handler, link); in set_event_flag_handler()
/openbmc/qemu/include/qemu/
H A Drcu_queue.h90 #define QLIST_INSERT_HEAD_RCU(head, elm, field) do { \ macro
/openbmc/qemu/plugins/
H A Dcore.c185 QLIST_INSERT_HEAD_RCU(&plugin.cb_lists[ev], cb, entry); in do_plugin_register_cb()
/openbmc/qemu/system/
H A Dphysmem.c1907 QLIST_INSERT_HEAD_RCU(&ram_list.blocks, new_block, next); in ram_block_add()