Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ztest/
H A Dztest.c434 static rwlock_t ztest_name_lock; variable
2218 (void) rw_rdlock(&ztest_name_lock); in ztest_io()
2228 (void) rw_unlock(&ztest_name_lock); in ztest_io()
2373 (void) rw_rdlock(&ztest_name_lock); in ztest_spa_create_destroy()
2381 (void) rw_unlock(&ztest_name_lock); in ztest_spa_create_destroy()
2532 VERIFY(rw_wrlock(&ztest_name_lock) == 0); in ztest_vdev_add_remove()
2534 VERIFY(rw_unlock(&ztest_name_lock) == 0); in ztest_vdev_add_remove()
2721 (void) rw_wrlock(&ztest_name_lock); in ztest_split_pool()
2723 (void) rw_unlock(&ztest_name_lock); in ztest_split_pool()
3274 (void) rw_rdlock(&ztest_name_lock); in ztest_dmu_objset_create_destroy()
[all …]