Home
last modified time | relevance | path

Searched refs:QSIMPLEQ_PREPEND (Results 1 – 3 of 3) 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/backends/
H A Dcryptodev-lkcf.c119 QSIMPLEQ_PREPEND(&responses, &lkcf->responses); in cryptodev_lkcf_handle_response()
/openbmc/qemu/include/qemu/
H A Dqueue.h362 #define QSIMPLEQ_PREPEND(head1, head2) do { \ macro