Searched refs:scl_count (Results 1 – 2 of 2) sorted by relevance
454 scl->scl_count = 0; in spa_config_lock_init()467 ASSERT0(scl->scl_count); in spa_config_lock_destroy()488 if (scl->scl_count != 0) { in spa_config_tryenter()496 scl->scl_count++; in spa_config_tryenter()525 while (scl->scl_count != 0) { in spa_config_enter_impl()532 scl->scl_count++; in spa_config_enter_impl()568 ASSERT(scl->scl_count > 0); in spa_config_exit()569 if (--scl->scl_count == 0) { in spa_config_exit()588 if ((rw == RW_READER && scl->scl_count != 0) || in spa_config_held()
149 int scl_count; member