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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c251 ASSERT(MUTEX_HELD(&vdp->xs_iomutex));
448 ASSERT(MUTEX_HELD(&vdp->xs_iomutex));
463 ASSERT(MUTEX_HELD(&vdp->xs_iomutex));
547 mutex_enter(&vdp->xs_iomutex);
551 mutex_exit(&vdp->xs_iomutex);
625 mutex_exit(&vdp->xs_iomutex);
675 mutex_enter(&vdp->xs_iomutex);
677 mutex_exit(&vdp->xs_iomutex);
703 mutex_enter(&vdp->xs_iomutex);
724 mutex_exit(&vdp->xs_iomutex);
[all...]
H A Dxdb.h127 kmutex_t xs_iomutex; member in struct:xdb
130 * need to be grabbed before xs_iomutex
137 /* cv used in I/O code path, protected by xs_iomutex */
169 /* Protected by xs_cbmutex and xs_iomutex */
172 /* Protected by xs_iomutex */

Completed in 60 milliseconds