Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Daio_impl.h139 #define AIO_WAITN 0x0002 /* aiowaitn in progress */ macro
/titanic_41/usr/src/uts/common/os/
H A Daio.c672 while (aiop->aio_flags & AIO_WAITN) { in aiowaitn()
714 aiop->aio_flags |= AIO_WAITN; in aiowaitn()
787 aiop->aio_flags &= ~AIO_WAITN; in aiowaitn()
2385 if (aiop->aio_doneq == NULL && (aiop->aio_flags & AIO_WAITN)) in aio_req_remove()
H A Daio_subr.c379 if (aiop->aio_flags & AIO_WAITN) { in aio_done()