Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ztest/
H A Dztest.c433 static rwlock_t ztest_name_lock; variable
2217 (void) rw_rdlock(&ztest_name_lock); in ztest_io()
2227 (void) rw_unlock(&ztest_name_lock); in ztest_io()
2372 (void) rw_rdlock(&ztest_name_lock); in ztest_spa_create_destroy()
2380 (void) rw_unlock(&ztest_name_lock); in ztest_spa_create_destroy()
2531 VERIFY(rw_wrlock(&ztest_name_lock) == 0); in ztest_vdev_add_remove()
2533 VERIFY(rw_unlock(&ztest_name_lock) == 0); in ztest_vdev_add_remove()
2720 (void) rw_wrlock(&ztest_name_lock); in ztest_split_pool()
2722 (void) rw_unlock(&ztest_name_lock); in ztest_split_pool()
3273 (void) rw_rdlock(&ztest_name_lock); in ztest_dmu_objset_create_destroy()
[all …]