Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_misc.c246 static kmutex_t spa_l2cache_lock; variable
1200 mutex_enter(&spa_l2cache_lock); in spa_l2cache_add()
1204 mutex_exit(&spa_l2cache_lock); in spa_l2cache_add()
1210 mutex_enter(&spa_l2cache_lock); in spa_l2cache_remove()
1214 mutex_exit(&spa_l2cache_lock); in spa_l2cache_remove()
1222 mutex_enter(&spa_l2cache_lock); in spa_l2cache_exists()
1224 mutex_exit(&spa_l2cache_lock); in spa_l2cache_exists()
1232 mutex_enter(&spa_l2cache_lock); in spa_l2cache_activate()
1235 mutex_exit(&spa_l2cache_lock); in spa_l2cache_activate()
2037 mutex_init(&spa_l2cache_lock, NULL, MUTEX_DEFAULT, NULL); in spa_init()
[all …]