Searched refs:list_el (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-rcu-list.c | 129 #define TEST_LIST_INSERT_AFTER_RCU(list_el, el, f) \ argument 130 QSIMPLEQ_INSERT_AFTER_RCU(&Q_list_head, list_el, el, f) 142 #define TEST_LIST_INSERT_AFTER_RCU(list_el, el, f) \ argument 143 QTAILQ_INSERT_AFTER_RCU(&Q_list_head, list_el, el, f) 156 #define TEST_LIST_INSERT_AFTER_RCU(list_el, el, f) \ argument 157 QSLIST_INSERT_AFTER_RCU(&Q_list_head, list_el, el, f)
|