Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h142 #define AIO_CLEANUP_PORT 0x0010 macro
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c798 if (exitflag || ((aiop->aio_flags & AIO_CLEANUP_PORT) == 0)) { in aio_cleanup_portq()
801 aiop->aio_flags |= AIO_CLEANUP_PORT; in aio_cleanup_portq()
H A Daio.c2638 aiop->aio_flags &= ~(AIO_CLEANUP | AIO_CLEANUP_PORT); in aio_cleanup_thread()