Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ztest/
H A Dztest.c431 static rwlock_t ztest_name_lock; variable
2214 (void) rw_rdlock(&ztest_name_lock); in ztest_io()
2224 (void) rw_unlock(&ztest_name_lock); in ztest_io()
2369 (void) rw_rdlock(&ztest_name_lock); in ztest_spa_create_destroy()
2377 (void) rw_unlock(&ztest_name_lock); in ztest_spa_create_destroy()
2528 VERIFY(rw_wrlock(&ztest_name_lock) == 0); in ztest_vdev_add_remove()
2530 VERIFY(rw_unlock(&ztest_name_lock) == 0); in ztest_vdev_add_remove()
2717 (void) rw_wrlock(&ztest_name_lock); in ztest_split_pool()
2719 (void) rw_unlock(&ztest_name_lock); in ztest_split_pool()
3270 (void) rw_rdlock(&ztest_name_lock); in ztest_dmu_objset_create_destroy()
[all …]