Searched refs:scl_count (Results 1 – 2 of 2) sorted by relevance
358 refcount_create_untracked(&scl->scl_count); in spa_config_lock_init()371 refcount_destroy(&scl->scl_count); in spa_config_lock_destroy()393 if (!refcount_is_zero(&scl->scl_count)) { in spa_config_tryenter()400 (void) refcount_add(&scl->scl_count, tag); in spa_config_tryenter()426 while (!refcount_is_zero(&scl->scl_count)) { in spa_config_enter()433 (void) refcount_add(&scl->scl_count, tag); in spa_config_enter()447 ASSERT(!refcount_is_zero(&scl->scl_count)); in spa_config_exit()448 if (refcount_remove(&scl->scl_count, tag) == 0) { in spa_config_exit()467 if ((rw == RW_READER && !refcount_is_zero(&scl->scl_count)) || in spa_config_held()
78 refcount_t scl_count; member