Searched refs:AIO_WAITN (Results 1 – 3 of 3) sorted by relevance
139 #define AIO_WAITN 0x0002 /* aiowaitn in progress */ macro
672 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()
379 if (aiop->aio_flags & AIO_WAITN) { in aio_done()