Searched refs:SCL_LOCKS (Results 1 – 3 of 3) sorted by relevance
456 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_lock_init()469 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_lock_destroy()482 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_tryenter()517 ASSERT3U(SCL_LOCKS, <, sizeof (wlocks_held) * NBBY); in spa_config_enter_impl()519 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_enter_impl()571 for (int i = SCL_LOCKS - 1; i >= 0; i--) { in spa_config_exit()592 for (int i = 0; i < SCL_LOCKS; i++) { in spa_config_held()
480 spa_config_lock_t spa_config_lock[SCL_LOCKS]; /* config changes */
887 #define SCL_LOCKS 7 macro888 #define SCL_ALL ((1 << SCL_LOCKS) - 1)