Searched refs:QTAILQ_REMOVE_RCU (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-rcu-list.c | 140 #define TEST_LIST_REMOVE_RCU(el, f) QTAILQ_REMOVE_RCU(&Q_list_head, el, f)
|
/openbmc/qemu/ |
H A D | cpu-common.c | 106 QTAILQ_REMOVE_RCU(&cpus_queue, cpu, node); in cpu_list_remove()
|
/openbmc/qemu/bsd-user/ |
H A D | main.c | 128 QTAILQ_REMOVE_RCU(&cpus_queue, cpu, node); in fork_end()
|
/openbmc/qemu/include/qemu/ |
H A D | rcu_queue.h | 240 #define QTAILQ_REMOVE_RCU(head, elm, field) do { \ macro
|
/openbmc/qemu/linux-user/ |
H A D | main.c | 164 QTAILQ_REMOVE_RCU(&cpus_queue, cpu, node); in fork_end()
|
/openbmc/qemu/hw/core/ |
H A D | qdev.c | 67 QTAILQ_REMOVE_RCU(&bus->children, kid, sibling); in bus_remove_child()
|