Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-rcu-list.c132 #define TEST_LIST_INSERT_HEAD_RCU QSIMPLEQ_INSERT_HEAD_RCU
/openbmc/qemu/include/qemu/
H A Drcu_queue.h137 #define QSIMPLEQ_INSERT_HEAD_RCU(head, elm, field) do { \ macro