Searched refs:QLIST_INSERT_HEAD_RCU (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/util/ |
H A D | fdmon-io_uring.c | 244 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 D | aio-win32.c | 122 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 D | aio-posix.c | 89 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 D | 9p-synth.c | 68 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 D | test-rcu-list.c | 117 #define TEST_LIST_INSERT_HEAD_RCU QLIST_INSERT_HEAD_RCU
|
/openbmc/qemu/hw/hyperv/ |
H A D | hyperv.c | 595 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 D | rcu_queue.h | 90 #define QLIST_INSERT_HEAD_RCU(head, elm, field) do { \ macro
|
/openbmc/qemu/plugins/ |
H A D | core.c | 185 QLIST_INSERT_HEAD_RCU(&plugin.cb_lists[ev], cb, entry); in do_plugin_register_cb()
|
/openbmc/qemu/system/ |
H A D | physmem.c | 1907 QLIST_INSERT_HEAD_RCU(&ram_list.blocks, new_block, next); in ram_block_add()
|