Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c242 static kmutex_t spa_l2cache_lock; variable
1193 mutex_enter(&spa_l2cache_lock); in spa_l2cache_add()
1197 mutex_exit(&spa_l2cache_lock); in spa_l2cache_add()
1203 mutex_enter(&spa_l2cache_lock); in spa_l2cache_remove()
1207 mutex_exit(&spa_l2cache_lock); in spa_l2cache_remove()
1215 mutex_enter(&spa_l2cache_lock); in spa_l2cache_exists()
1217 mutex_exit(&spa_l2cache_lock); in spa_l2cache_exists()
1225 mutex_enter(&spa_l2cache_lock); in spa_l2cache_activate()
1228 mutex_exit(&spa_l2cache_lock); in spa_l2cache_activate()
2030 mutex_init(&spa_l2cache_lock, NULL, MUTEX_DEFAULT, NULL); in spa_init()
[all …]