Searched refs:scl_count (Results 1 – 2 of 2) sorted by relevance
451 scl->scl_count = 0; in spa_config_lock_init()464 ASSERT(scl->scl_count == 0); in spa_config_lock_destroy()485 if (scl->scl_count != 0) { in spa_config_tryenter()493 scl->scl_count++; in spa_config_tryenter()522 while (scl->scl_count != 0) { in spa_config_enter_impl()529 scl->scl_count++; in spa_config_enter_impl()565 ASSERT(scl->scl_count > 0); in spa_config_exit()566 if (--scl->scl_count == 0) { in spa_config_exit()585 if ((rw == RW_READER && scl->scl_count != 0) || in spa_config_held()
150 int scl_count; member