Home
last modified time | relevance | path

Searched refs:aio_doneq (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio.c726 if (aiop->aio_doneq) { in aiowaitn()
860 q2 = aiop->aio_doneq; in aio_reqlist_concat()
874 aiop->aio_doneq = NULL; in aio_reqlist_concat()
884 aiop->aio_doneq = q2work; in aio_reqlist_concat()
975 if (aiop->aio_doneq) { in aiosuspend()
1019 if (aiop->aio_doneq == NULL) in aiosuspend()
2342 aiop->aio_doneq = NULL; in aio_req_remove()
2354 if (reqp == aiop->aio_doneq) in aio_req_remove()
2367 aiop->aio_doneq = NULL; in aio_req_remove()
2591 if (aiop->aio_doneq) { in aio_cleanup_thread()
[all …]
H A Daio_subr.c335 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_done()
911 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_cleanupq()
946 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_notifyq()
999 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_pollq()
1041 if ((head = aiop->aio_doneq) != NULL) { in aio_cleanup_exit()
1042 aiop->aio_doneq = NULL; in aio_cleanup_exit()
/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h117 aio_req_t *aio_doneq; /* done queue head */ member