Searched refs:spa_l2cache_lock (Results 1 – 1 of 1) sorted by relevance
242 static kmutex_t spa_l2cache_lock; variable1110 mutex_enter(&spa_l2cache_lock); in spa_l2cache_add()1114 mutex_exit(&spa_l2cache_lock); in spa_l2cache_add()1120 mutex_enter(&spa_l2cache_lock); in spa_l2cache_remove()1124 mutex_exit(&spa_l2cache_lock); in spa_l2cache_remove()1132 mutex_enter(&spa_l2cache_lock); in spa_l2cache_exists()1134 mutex_exit(&spa_l2cache_lock); in spa_l2cache_exists()1142 mutex_enter(&spa_l2cache_lock); in spa_l2cache_activate()1145 mutex_exit(&spa_l2cache_lock); in spa_l2cache_activate()2346 mutex_init(&spa_l2cache_lock, NULL, MUTEX_DEFAULT, NULL); in spa_init()[all …]