Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c462 scl->scl_count = 0; in spa_config_lock_init()
475 ASSERT(scl->scl_count == 0); in spa_config_lock_destroy()
496 if (scl->scl_count != 0) { in spa_config_tryenter()
504 scl->scl_count++; in spa_config_tryenter()
533 while (scl->scl_count != 0) { in spa_config_enter_impl()
540 scl->scl_count++; in spa_config_enter_impl()
576 ASSERT(scl->scl_count > 0); in spa_config_exit()
577 if (--scl->scl_count == 0) { in spa_config_exit()
596 if ((rw == RW_READER && scl->scl_count != 0) || in spa_config_held()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h158 int scl_count; member