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

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c294 * un_resync_mx for this purpose since this mutex gets released
301 mutex_enter(&un->un_resync_mx);
309 mutex_exit(&un->un_resync_mx);
370 mutex_enter(&un->un_resync_mx);
392 mutex_exit(&un->un_resync_mx);
421 * un_resync_mx for this purpose since this mutex gets released
428 mutex_enter(&un->un_resync_mx);
431 cv_wait(&un->un_resync_cv, &un->un_resync_mx);
493 mutex_exit(&un->un_resync_mx);
495 mutex_enter(&un->un_resync_mx);
[all...]
H A Dmirror.c3247 mutex_enter(&un->un_resync_mx);
3250 mutex_exit(&un->un_resync_mx);
4766 mutex_enter(&un->un_resync_mx);
4774 mutex_exit(&un->un_resync_mx);
5002 mutex_enter(&un->un_resync_mx);
5007 mutex_exit(&un->un_resync_mx);
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h197 * kmutex_t un_resync_mx;
318 kmutex_t un_resync_mx; member in struct:mm_mirror_ic
415 #define un_resync_mx un_mmic.un_resync_mx macro

Completed in 74 milliseconds