Home
last modified time | relevance | path

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

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