Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h118 aio_req_t *aio_pollq; /* poll queue head */ member
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c289 aio_enq(&aiop->aio_pollq, reqp, AIO_POLLQ); in aio_done()
715 if ((pollqhead = aiop->aio_pollq) != NULL) { in aio_cleanup()
716 aiop->aio_pollq = NULL; in aio_cleanup()
H A Daio.c555 if (aiop->aio_pollq) { in aiowait()
719 if (aiop->aio_pollq) { in aiowaitn()
937 if (!blocking && (aiop->aio_pollq == NULL) && in aiosuspend()
967 if (aiop->aio_pollq) { in aiosuspend()
2606 if (aiop->aio_pollq != NULL || aiop->aio_cleanupq != NULL || in aio_cleanup_thread()