Searched refs:zd_zilog_lock (Results 1 – 1 of 1) sorted by relevance
382 pthread_rwlock_t zd_zilog_lock; member1787 VERIFY0(pthread_rwlock_init(&zd->zd_zilog_lock, NULL)); in ztest_zd_init()1803 (void) pthread_rwlock_destroy(&zd->zd_zilog_lock); in ztest_zd_fini()2847 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock); in ztest_io()2906 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock); in ztest_io()2965 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock); in ztest_zil_commit()2980 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock); in ztest_zil_commit()3007 (void) pthread_rwlock_wrlock(&zd->zd_zilog_lock); in ztest_zil_remount()3016 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock); in ztest_zil_remount()7692 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock); in ztest_rzx_thread()[all …]