Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c647 mutex_init(&spa->spa_suspend_lock, NULL, MUTEX_DEFAULT, NULL); in spa_add()
858 mutex_destroy(&spa->spa_suspend_lock); in spa_remove()
H A Dzio.c2022 mutex_enter(&spa->spa_suspend_lock); in zio_suspend()
2040 mutex_exit(&spa->spa_suspend_lock); in zio_suspend()
2051 mutex_enter(&spa->spa_suspend_lock); in zio_resume()
2056 mutex_exit(&spa->spa_suspend_lock); in zio_resume()
2068 mutex_enter(&spa->spa_suspend_lock); in zio_resume_wait()
2070 cv_wait(&spa->spa_suspend_cv, &spa->spa_suspend_lock); in zio_resume_wait()
2071 mutex_exit(&spa->spa_suspend_lock); in zio_resume_wait()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h350 kmutex_t spa_suspend_lock; /* protects suspend_zio_root */ member