Searched refs:spa_suspend_lock (Results 1 – 3 of 3) sorted by relevance
235 kmutex_t spa_suspend_lock; /* protects suspend_zio_root */ member
1821 mutex_enter(&spa->spa_suspend_lock); in zio_suspend()1839 mutex_exit(&spa->spa_suspend_lock); in zio_suspend()1850 mutex_enter(&spa->spa_suspend_lock); in zio_resume()1855 mutex_exit(&spa->spa_suspend_lock); in zio_resume()1867 mutex_enter(&spa->spa_suspend_lock); in zio_resume_wait()1869 cv_wait(&spa->spa_suspend_cv, &spa->spa_suspend_lock); in zio_resume_wait()1870 mutex_exit(&spa->spa_suspend_lock); in zio_resume_wait()
714 mutex_init(&spa->spa_suspend_lock, NULL, MUTEX_DEFAULT, NULL); in spa_add()929 mutex_destroy(&spa->spa_suspend_lock); in spa_remove()