Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-rcu-list.c161 #define TEST_LIST_FOREACH_SAFE_RCU QSLIST_FOREACH_SAFE_RCU
/openbmc/qemu/include/qemu/
H A Drcu_queue.h304 #define QSLIST_FOREACH_SAFE_RCU(var, head, field, next) \ macro