Home
last modified time | relevance | path

Searched refs:spa_l2cache_lock (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c234 static kmutex_t spa_l2cache_lock; variable
1005 mutex_enter(&spa_l2cache_lock); in spa_l2cache_add()
1009 mutex_exit(&spa_l2cache_lock); in spa_l2cache_add()
1015 mutex_enter(&spa_l2cache_lock); in spa_l2cache_remove()
1019 mutex_exit(&spa_l2cache_lock); in spa_l2cache_remove()
1027 mutex_enter(&spa_l2cache_lock); in spa_l2cache_exists()
1029 mutex_exit(&spa_l2cache_lock); in spa_l2cache_exists()
1037 mutex_enter(&spa_l2cache_lock); in spa_l2cache_activate()
1040 mutex_exit(&spa_l2cache_lock); in spa_l2cache_activate()
1828 mutex_init(&spa_l2cache_lock, NULL, MUTEX_DEFAULT, NULL); in spa_init()
[all …]