Home
last modified time | relevance | path

Searched refs:scl_count (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c358 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()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h78 refcount_t scl_count; member