Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h119 aio_req_t *aio_notifyq; /* notify queue head */ member
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c291 aio_enq(&aiop->aio_notifyq, reqp, AIO_NOTIFYQ); in aio_done()
711 if ((notifyqhead = aiop->aio_notifyq) != NULL) { in aio_cleanup()
712 aiop->aio_notifyq = NULL; in aio_cleanup()
H A Daio.c2607 aiop->aio_notifyq != NULL || in aio_cleanup_thread()