Home
last modified time | relevance | path

Searched refs:scl_count (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c433 zfs_refcount_create_untracked(&scl->scl_count); in spa_config_lock_init()
446 zfs_refcount_destroy(&scl->scl_count); in spa_config_lock_destroy()
469 if (!zfs_refcount_is_zero(&scl->scl_count)) { in spa_config_tryenter()
477 (void) zfs_refcount_add(&scl->scl_count, tag); in spa_config_tryenter()
503 while (!zfs_refcount_is_zero(&scl->scl_count)) { in spa_config_enter()
510 (void) zfs_refcount_add(&scl->scl_count, tag); in spa_config_enter()
524 ASSERT(!zfs_refcount_is_zero(&scl->scl_count)); in spa_config_exit()
525 if (zfs_refcount_remove(&scl->scl_count, tag) == 0) { in spa_config_exit()
545 !zfs_refcount_is_zero(&scl->scl_count)) || in spa_config_held()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h143 zfs_refcount_t scl_count; member