Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDspa_misc.c451 scl->scl_count = 0; in spa_config_lock_init()
464 ASSERT(scl->scl_count == 0); in spa_config_lock_destroy()
485 if (scl->scl_count != 0) { in spa_config_tryenter()
493 scl->scl_count++; in spa_config_tryenter()
522 while (scl->scl_count != 0) { in spa_config_enter_impl()
529 scl->scl_count++; in spa_config_enter_impl()
565 ASSERT(scl->scl_count > 0); in spa_config_exit()
566 if (--scl->scl_count == 0) { in spa_config_exit()
585 if ((rw == RW_READER && scl->scl_count != 0) || in spa_config_held()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDspa_impl.h150 int scl_count; member