Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h143 #define AIO_DONE_ACTIVE 0x0020 /* aio_done call in progress */ macro
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c304 aiop->aio_flags |= AIO_DONE_ACTIVE; in aio_done()
321 aiop->aio_flags &= ~AIO_DONE_ACTIVE; in aio_done()
1024 while ((aiop->aio_pending != 0) || (aiop->aio_flags & AIO_DONE_ACTIVE)) in aio_cleanup_exit()