Searched refs:aio_doneq (Results 1 – 3 of 3) sorted by relevance
725 if (aiop->aio_doneq) { in aiowaitn()746 aiop->aio_doneq == NULL)) { in aiowaitn()859 q2 = aiop->aio_doneq; in aio_reqlist_concat()873 aiop->aio_doneq = NULL; in aio_reqlist_concat()883 aiop->aio_doneq = q2work; in aio_reqlist_concat()942 (aiop->aio_doneq == NULL)) { in aiosuspend()979 if (aiop->aio_doneq) { in aiosuspend()1023 if (aiop->aio_doneq == NULL) in aiosuspend()2349 if (reqp == aiop->aio_doneq) { in aio_req_remove()2350 aiop->aio_doneq = NULL; in aio_req_remove()[all …]
350 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_done()924 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_cleanupq()959 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_notifyq()1012 aio_enq(&aiop->aio_doneq, reqp, AIO_DONEQ); in aio_cleanup_pollq()1054 if ((head = aiop->aio_doneq) != NULL) { in aio_cleanup_exit()1055 aiop->aio_doneq = NULL; in aio_cleanup_exit()
117 aio_req_t *aio_doneq; /* done queue head */ member