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.c672 while (aiop->aio_flags & AIO_WAITN) {
714 aiop->aio_flags |= AIO_WAITN;
787 aiop->aio_flags &= ~AIO_WAITN;
2385 if (aiop->aio_doneq == NULL && (aiop->aio_flags & AIO_WAITN))
H A Daio_subr.c374 * if AIO_WAITN set then
379 if (aiop->aio_flags & AIO_WAITN) {

Completed in 70 milliseconds