Searched defs:aio_cleanup_portq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c64 static void aio_cleanup_portq(aio_t *, aio_req_t *, int);
764 aio_cleanup_portq(aiop, cleanupport, exitflg);
803 aio_cleanup_portq(aio_t *aiop, aio_req_t *cleanupq, int exitflag) function
1178 * aio_portq is set to NULL when aio_cleanup_portq()
1180 * The aio_cleanup_thread() uses aio_cleanup_portq()
1182 * Wait here until aio_cleanup_portq() restores the

Completed in 46 milliseconds