Searched refs:scl_count (Results 1 – 2 of 2) sorted by relevance
464 scl->scl_count = 0; in spa_config_lock_init()477 ASSERT0(scl->scl_count); in spa_config_lock_destroy()498 if (scl->scl_count != 0) { in spa_config_tryenter()506 scl->scl_count++; in spa_config_tryenter()535 while (scl->scl_count != 0) { in spa_config_enter_impl()542 scl->scl_count++; in spa_config_enter_impl()578 ASSERT(scl->scl_count > 0); in spa_config_exit()579 if (--scl->scl_count == 0) { in spa_config_exit()598 if ((rw == RW_READER && scl->scl_count != 0) || in spa_config_held()
156 int scl_count; member