Home
last modified time | relevance | path

Searched refs:AIO_NOTIFYQ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h153 #define AIO_NOTIFYQ 0x0010 /* aio req is on the notifyq */ macro
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c291 aio_enq(&aiop->aio_notifyq, reqp, AIO_NOTIFYQ); in aio_done()
937 ASSERT(reqp->aio_req_flags & AIO_NOTIFYQ); in aio_cleanup_notifyq()