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

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h122 kmutex_t aio_cleanupq_mutex; /* cleanupq processing */ member in struct:aio
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c711 * We need to get the aio_cleanupq_mutex because we are calling
714 mutex_enter(&aiop->aio_cleanupq_mutex);
749 mutex_exit(&aiop->aio_cleanupq_mutex);
758 mutex_exit(&aiop->aio_cleanupq_mutex);
904 ASSERT(MUTEX_HELD(&aiop->aio_cleanupq_mutex));
910 * The aio_cleanupq_mutex protects the queue for the duration of the
1084 mutex_destroy(&aiop->aio_cleanupq_mutex);
H A Daio.c964 * we need to get the aio_cleanupq_mutex since we call
967 mutex_enter(&aiop->aio_cleanupq_mutex);
973 mutex_exit(&aiop->aio_cleanupq_mutex);
975 mutex_enter(&aiop->aio_cleanupq_mutex);
1047 * drop the aio_cleanupq_mutex as we are
1050 mutex_exit(&aiop->aio_cleanupq_mutex);
1058 mutex_enter(&aiop->aio_cleanupq_mutex);
1072 mutex_exit(&aiop->aio_cleanupq_mutex);
1767 * we need to get the aio_cleanupq_mutex since we call
1770 mutex_enter(&aiop->aio_cleanupq_mutex);
[all...]

Completed in 66 milliseconds