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.c454 scl->scl_count = 0; in spa_config_lock_init()
467 ASSERT0(scl->scl_count); in spa_config_lock_destroy()
488 if (scl->scl_count != 0) { in spa_config_tryenter()
496 scl->scl_count++; in spa_config_tryenter()
525 while (scl->scl_count != 0) { in spa_config_enter_impl()
532 scl->scl_count++; in spa_config_enter_impl()
568 ASSERT(scl->scl_count > 0); in spa_config_exit()
569 if (--scl->scl_count == 0) { in spa_config_exit()
588 if ((rw == RW_READER && scl->scl_count != 0) || in spa_config_held()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h149 int scl_count; member