Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-coroutine.c298 QSIMPLEQ_PREPEND(&pending, &to->co_queue_wakeup); in qemu_aio_coroutine_enter()
/openbmc/qemu/include/qemu/
H A Dqueue.h362 #define QSIMPLEQ_PREPEND(head1, head2) do { \ macro