Searched refs:spa_l2cache_lock (Results 1 – 1 of 1) sorted by relevance
248 static kmutex_t spa_l2cache_lock; variable1233 mutex_enter(&spa_l2cache_lock); in spa_l2cache_add()1237 mutex_exit(&spa_l2cache_lock); in spa_l2cache_add()1243 mutex_enter(&spa_l2cache_lock); in spa_l2cache_remove()1247 mutex_exit(&spa_l2cache_lock); in spa_l2cache_remove()1255 mutex_enter(&spa_l2cache_lock); in spa_l2cache_exists()1257 mutex_exit(&spa_l2cache_lock); in spa_l2cache_exists()1265 mutex_enter(&spa_l2cache_lock); in spa_l2cache_activate()1268 mutex_exit(&spa_l2cache_lock); in spa_l2cache_activate()2634 mutex_init(&spa_l2cache_lock, NULL, MUTEX_DEFAULT, NULL); in spa_init()[all …]