Searched refs:QSIMPLEQ_PREPEND (Results 1 – 2 of 2) sorted by relevance
298 QSIMPLEQ_PREPEND(&pending, &to->co_queue_wakeup); in qemu_aio_coroutine_enter()
362 #define QSIMPLEQ_PREPEND(head1, head2) do { \ macro