Searched refs:spa_suspend_lock (Results 1 – 3 of 3) sorted by relevance
362 kmutex_t spa_suspend_lock; /* protects suspend_zio_root */ member
2363 mutex_enter(&spa->spa_suspend_lock); in zio_suspend()2381 mutex_exit(&spa->spa_suspend_lock); in zio_suspend()2392 mutex_enter(&spa->spa_suspend_lock); in zio_resume()2397 mutex_exit(&spa->spa_suspend_lock); in zio_resume()2409 mutex_enter(&spa->spa_suspend_lock); in zio_resume_wait()2411 cv_wait(&spa->spa_suspend_cv, &spa->spa_suspend_lock); in zio_resume_wait()2412 mutex_exit(&spa->spa_suspend_lock); in zio_resume_wait()
652 mutex_init(&spa->spa_suspend_lock, NULL, MUTEX_DEFAULT, NULL); in spa_add()842 mutex_destroy(&spa->spa_suspend_lock); in spa_remove()