Searched refs:scl_count (Results 1 – 2 of 2) sorted by relevance
462 scl->scl_count = 0; in spa_config_lock_init()475 ASSERT(scl->scl_count == 0); in spa_config_lock_destroy()496 if (scl->scl_count != 0) { in spa_config_tryenter()504 scl->scl_count++; in spa_config_tryenter()533 while (scl->scl_count != 0) { in spa_config_enter_impl()540 scl->scl_count++; in spa_config_enter_impl()576 ASSERT(scl->scl_count > 0); in spa_config_exit()577 if (--scl->scl_count == 0) { in spa_config_exit()596 if ((rw == RW_READER && scl->scl_count != 0) || in spa_config_held()
158 int scl_count; member