Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_misc.c439 zfs_refcount_create_untracked(&scl->scl_count); in spa_config_lock_init()
452 zfs_refcount_destroy(&scl->scl_count); in spa_config_lock_destroy()
475 if (!zfs_refcount_is_zero(&scl->scl_count)) { in spa_config_tryenter()
483 (void) zfs_refcount_add(&scl->scl_count, tag); in spa_config_tryenter()
509 while (!zfs_refcount_is_zero(&scl->scl_count)) { in spa_config_enter()
516 (void) zfs_refcount_add(&scl->scl_count, tag); in spa_config_enter()
530 ASSERT(!zfs_refcount_is_zero(&scl->scl_count)); in spa_config_exit()
531 if (zfs_refcount_remove(&scl->scl_count, tag) == 0) { in spa_config_exit()
551 !zfs_refcount_is_zero(&scl->scl_count)) || in spa_config_held()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h145 zfs_refcount_t scl_count; member