Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-rcu-list.c127 QSIMPLEQ_REMOVE_RCU(&Q_list_head, el, list_element, f)
/openbmc/qemu/include/qemu/
H A Drcu_queue.h166 #define QSIMPLEQ_REMOVE_RCU(head, elm, type, field) do { \ macro