Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-rcu-list.c116 #define TEST_LIST_INSERT_AFTER_RCU QLIST_INSERT_AFTER_RCU
/openbmc/qemu/include/qemu/
H A Drcu_queue.h61 #define QLIST_INSERT_AFTER_RCU(listelm, elm, field) do { \ macro
/openbmc/qemu/system/
H A Dphysmem.c1909 QLIST_INSERT_AFTER_RCU(last_block, new_block, next); in ram_block_add()