Searched refs:AIO_CLEANUP (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h138 #define AIO_CLEANUP 0x0001 /* do aio cleanup processing */ macro
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c262 if (aiop->aio_flags & AIO_CLEANUP) {
283 * when the AIO_CLEANUP flag is enabled for this
288 cleanupqflag = (aiop->aio_flags & AIO_CLEANUP);
334 if (aiop->aio_flags & AIO_CLEANUP)
813 if (aiop->aio_flags & AIO_CLEANUP)
1036 aiop->aio_flags |= AIO_CLEANUP;
1277 if (aiop->aio_flags & AIO_CLEANUP)
H A Daio.c2596 if ((aiop->aio_flags & AIO_CLEANUP) == 0) {
2597 aiop->aio_flags |= AIO_CLEANUP;
2614 * AIO_CLEANUP is set.
2628 * AIO_CLEANUP determines when the cleanup thread
2651 aiop->aio_flags &= ~(AIO_CLEANUP | AIO_CLEANUP_PORT);
2708 * - AIO_CLEANUP is not set
2709 * (if AIO_CLEANUP is set we have to wait for
2726 (aiop->aio_flags & AIO_CLEANUP) == 0)

Completed in 67 milliseconds