Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c445 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_lock_init()
458 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_lock_destroy()
471 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_tryenter()
506 ASSERT3U(SCL_LOCKS, <, sizeof (wlocks_held) * NBBY); in spa_config_enter_impl()
508 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_enter_impl()
560 for (int i = SCL_LOCKS - 1; i >= 0; i--) { in spa_config_exit()
581 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_held()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h451 spa_config_lock_t spa_config_lock[SCL_LOCKS]; /* config changes */
H A Dspa.h873 #define SCL_LOCKS 7 macro
874 #define SCL_ALL ((1 << SCL_LOCKS) - 1)