Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_misc.c482 refcount_create_untracked(&scl->scl_count); in spa_config_lock_init()
495 refcount_destroy(&scl->scl_count); in spa_config_lock_destroy()
518 if (!refcount_is_zero(&scl->scl_count)) { in spa_config_tryenter()
526 (void) refcount_add(&scl->scl_count, tag); in spa_config_tryenter()
552 while (!refcount_is_zero(&scl->scl_count)) { in spa_config_enter()
559 (void) refcount_add(&scl->scl_count, tag); in spa_config_enter()
573 ASSERT(!refcount_is_zero(&scl->scl_count)); in spa_config_exit()
574 if (refcount_remove(&scl->scl_count, tag) == 0) { in spa_config_exit()
593 if ((rw == RW_READER && !refcount_is_zero(&scl->scl_count)) || in spa_config_held()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa_impl.h84 refcount_t scl_count; member