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