Home
last modified time | relevance | path

Searched refs:spa_suspend_lock (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h221 kmutex_t spa_suspend_lock; /* protects suspend_zio_root */ member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzio.c1592 mutex_enter(&spa->spa_suspend_lock); in zio_suspend()
1610 mutex_exit(&spa->spa_suspend_lock); in zio_suspend()
1621 mutex_enter(&spa->spa_suspend_lock); in zio_resume()
1626 mutex_exit(&spa->spa_suspend_lock); in zio_resume()
1638 mutex_enter(&spa->spa_suspend_lock); in zio_resume_wait()
1640 cv_wait(&spa->spa_suspend_cv, &spa->spa_suspend_lock); in zio_resume_wait()
1641 mutex_exit(&spa->spa_suspend_lock); in zio_resume_wait()
H A Dspa_misc.c565 mutex_init(&spa->spa_suspend_lock, NULL, MUTEX_DEFAULT, NULL); in spa_add()
741 mutex_destroy(&spa->spa_suspend_lock); in spa_remove()