Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c243 static kmutex_t spa_l2cache_lock; variable
1162 mutex_enter(&spa_l2cache_lock); in spa_l2cache_add()
1166 mutex_exit(&spa_l2cache_lock); in spa_l2cache_add()
1172 mutex_enter(&spa_l2cache_lock); in spa_l2cache_remove()
1176 mutex_exit(&spa_l2cache_lock); in spa_l2cache_remove()
1184 mutex_enter(&spa_l2cache_lock); in spa_l2cache_exists()
1186 mutex_exit(&spa_l2cache_lock); in spa_l2cache_exists()
1194 mutex_enter(&spa_l2cache_lock); in spa_l2cache_activate()
1197 mutex_exit(&spa_l2cache_lock); in spa_l2cache_activate()
2232 mutex_init(&spa_l2cache_lock, NULL, MUTEX_DEFAULT, NULL); in spa_init()
[all …]