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

/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c356 pthread_rwlock_t zd_zilog_lock; member in struct:ztest_ds
1723 VERIFY0(pthread_rwlock_init(&zd->zd_zilog_lock, NULL));
1739 (void) pthread_rwlock_destroy(&zd->zd_zilog_lock);
2760 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock);
2819 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock);
2877 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock);
2892 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock);
2916 * zd_zilog_lock to block any I/O.
2919 (void) pthread_rwlock_wrlock(&zd->zd_zilog_lock);
2928 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock);
[all...]

Completed in 108 milliseconds