Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-rcu-list.c140 #define TEST_LIST_REMOVE_RCU(el, f) QTAILQ_REMOVE_RCU(&Q_list_head, el, f)
/openbmc/qemu/
H A Dcpu-common.c106 QTAILQ_REMOVE_RCU(&cpus_queue, cpu, node); in cpu_list_remove()
/openbmc/qemu/bsd-user/
H A Dmain.c128 QTAILQ_REMOVE_RCU(&cpus_queue, cpu, node); in fork_end()
/openbmc/qemu/include/qemu/
H A Drcu_queue.h240 #define QTAILQ_REMOVE_RCU(head, elm, field) do { \ macro
/openbmc/qemu/linux-user/
H A Dmain.c164 QTAILQ_REMOVE_RCU(&cpus_queue, cpu, node); in fork_end()
/openbmc/qemu/hw/core/
H A Dqdev.c67 QTAILQ_REMOVE_RCU(&bus->children, kid, sibling); in bus_remove_child()