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

/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c158 #define AIO_CLEANUP_SLEEP_CHAN p_aio_total_count macro
601 * complete. This sleep channel (proc.AIO_CLEANUP_SLEEP_CHAN) is only used
609 msleep(&p->AIO_CLEANUP_SLEEP_CHAN, aio_proc_mutex(p), PRIBIO, "aio_close", 0 );
895 * channel (proc.AIO_CLEANUP_SLEEP_CHAN) is only used when we must wait for all
903 msleep(&p->AIO_CLEANUP_SLEEP_CHAN, aio_proc_mutex(p), PRIBIO, "aio_exit", 0 );
2281 * none then wakeup using the AIO_CLEANUP_SLEEP_CHAN tsleep channel.
2302 wakeup_one((caddr_t)&entryp->procp->AIO_CLEANUP_SLEEP_CHAN);
2322 wakeup(&entryp->procp->AIO_CLEANUP_SLEEP_CHAN);

Completed in 20 milliseconds