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