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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c306 krwlock_t zd_zilog_lock; member in struct:ztest_ds
1330 rw_init(&zd->zd_zilog_lock, NULL, USYNC_THREAD, NULL);
2385 rw_enter(&zd->zd_zilog_lock, RW_READER);
2442 rw_exit(&zd->zd_zilog_lock);
2500 rw_enter(&zd->zd_zilog_lock, RW_READER);
2515 rw_exit(&zd->zd_zilog_lock);
2532 * zd_zilog_lock to block any I/O.
2535 rw_enter(&zd->zd_zilog_lock, RW_WRITER);
2544 rw_exit(&zd->zd_zilog_lock);

Completed in 108 milliseconds