Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa_misc.c505 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_lock_init()
518 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_lock_destroy()
531 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_tryenter()
564 ASSERT3U(SCL_LOCKS, <, sizeof (wlocks_held) * NBBY); in spa_config_enter()
566 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_enter()
595 for (int i = SCL_LOCKS - 1; i >= 0; i--) { in spa_config_exit()
616 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_held()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dspa_impl.h417 spa_config_lock_t spa_config_lock[SCL_LOCKS]; /* config changes */
Dspa.h760 #define SCL_LOCKS 7 macro
761 #define SCL_ALL ((1 << SCL_LOCKS) - 1)