Searched refs:QSIMPLEQ_REMOVE_RCU (Results 1 – 2 of 2) sorted by relevance
/qemu/tests/unit/ | ||
H A D | test-rcu-list.c | 127 QSIMPLEQ_REMOVE_RCU(&Q_list_head, el, list_element, f) |
/qemu/include/qemu/ | ||
H A D | rcu_queue.h | 166 #define QSIMPLEQ_REMOVE_RCU(head, elm, type, field) do { \ macro |