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.c319 aiop->aio_flags |= AIO_DONE_ACTIVE;
336 aiop->aio_flags &= ~AIO_DONE_ACTIVE;
1037 while ((aiop->aio_pending != 0) || (aiop->aio_flags & AIO_DONE_ACTIVE))

Completed in 78 milliseconds