Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-rcu-list.c130 QSIMPLEQ_INSERT_AFTER_RCU(&Q_list_head, list_el, el, f)
/qemu/include/qemu/
H A Drcu_queue.h151 #define QSIMPLEQ_INSERT_AFTER_RCU(head, listelm, elm, field) do { \ macro