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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c433 refcount_create_untracked(&scl->scl_count);
446 refcount_destroy(&scl->scl_count);
469 if (!refcount_is_zero(&scl->scl_count)) {
477 (void) refcount_add(&scl->scl_count, tag);
503 while (!refcount_is_zero(&scl->scl_count)) {
510 (void) refcount_add(&scl->scl_count, tag);
524 ASSERT(!refcount_is_zero(&scl->scl_count));
525 if (refcount_remove(&scl->scl_count, tag) == 0) {
544 if ((rw == RW_READER && !refcount_is_zero(&scl->scl_count)) ||
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa_impl.h80 refcount_t scl_count; member in struct:spa_config_lock

Completed in 56 milliseconds