Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Drcu.c141 QLIST_SWAP(&registry, &qsreaders, node); in wait_for_readers()
/openbmc/qemu/include/qemu/
H A Dqueue.h105 #define QLIST_SWAP(dstlist, srclist, field) do { \ macro