Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa_misc.c422 refcount_create_untracked(&scl->scl_count); in spa_config_lock_init()
435 refcount_destroy(&scl->scl_count); in spa_config_lock_destroy()
457 if (!refcount_is_zero(&scl->scl_count)) { in spa_config_tryenter()
464 (void) refcount_add(&scl->scl_count, tag); in spa_config_tryenter()
490 while (!refcount_is_zero(&scl->scl_count)) { in spa_config_enter()
497 (void) refcount_add(&scl->scl_count, tag); in spa_config_enter()
511 ASSERT(!refcount_is_zero(&scl->scl_count)); in spa_config_exit()
512 if (refcount_remove(&scl->scl_count, tag) == 0) { in spa_config_exit()
531 if ((rw == RW_READER && !refcount_is_zero(&scl->scl_count)) || in spa_config_held()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspa_impl.h80 refcount_t scl_count; member