Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h139 #define AIO_WAITN 0x0002 /* aiowaitn in progress */ macro
/illumos-gate/usr/src/uts/common/os/
H A Daio.c673 while (aiop->aio_flags & AIO_WAITN) { in aiowaitn()
715 aiop->aio_flags |= AIO_WAITN; in aiowaitn()
788 aiop->aio_flags &= ~AIO_WAITN; in aiowaitn()
2377 if (aiop->aio_doneq == NULL && (aiop->aio_flags & AIO_WAITN)) in aio_req_remove()
H A Daio_subr.c364 if (aiop->aio_flags & AIO_WAITN) { in aio_done()