Searched refs:scl_count (Results 1 – 2 of 2) sorted by relevance
360 refcount_create_untracked(&scl->scl_count); in spa_config_lock_init()373 refcount_destroy(&scl->scl_count); in spa_config_lock_destroy()396 if (!refcount_is_zero(&scl->scl_count)) { in spa_config_tryenter()404 (void) refcount_add(&scl->scl_count, tag); in spa_config_tryenter()430 while (!refcount_is_zero(&scl->scl_count)) { in spa_config_enter()437 (void) refcount_add(&scl->scl_count, tag); in spa_config_enter()451 ASSERT(!refcount_is_zero(&scl->scl_count)); in spa_config_exit()452 if (refcount_remove(&scl->scl_count, tag) == 0) { in spa_config_exit()471 if ((rw == RW_READER && !refcount_is_zero(&scl->scl_count)) || in spa_config_held()
79 refcount_t scl_count; member