Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c382 pthread_rwlock_t zd_zilog_lock; member
1790 VERIFY0(pthread_rwlock_init(&zd->zd_zilog_lock, NULL)); in ztest_zd_init()
1806 (void) pthread_rwlock_destroy(&zd->zd_zilog_lock); in ztest_zd_fini()
2848 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock); in ztest_io()
2907 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock); in ztest_io()
2966 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock); in ztest_zil_commit()
2981 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock); in ztest_zil_commit()
3008 (void) pthread_rwlock_wrlock(&zd->zd_zilog_lock); in ztest_zil_remount()
3017 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock); in ztest_zil_remount()
7684 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock); in ztest_rzx_thread()
[all …]