Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-rcu-list.c119 #define TEST_LIST_FOREACH_SAFE_RCU QLIST_FOREACH_SAFE_RCU macro
134 #define TEST_LIST_FOREACH_SAFE_RCU QSIMPLEQ_FOREACH_SAFE_RCU macro
147 #define TEST_LIST_FOREACH_SAFE_RCU QTAILQ_FOREACH_SAFE_RCU macro
161 #define TEST_LIST_FOREACH_SAFE_RCU QSLIST_FOREACH_SAFE_RCU macro
218 TEST_LIST_FOREACH_SAFE_RCU(prev_el, &Q_list_head, entry, el) { in rcu_q_updater()
298 TEST_LIST_FOREACH_SAFE_RCU(prev_el, &Q_list_head, entry, el) { in rcu_qtest()