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

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c429 * The ztest_name_lock protects the pool and dataset namespace used by
434 static rwlock_t ztest_name_lock; variable
2217 (void) rw_rdlock(&ztest_name_lock);
2227 (void) rw_unlock(&ztest_name_lock);
2372 (void) rw_rdlock(&ztest_name_lock);
2380 (void) rw_unlock(&ztest_name_lock);
2531 VERIFY(rw_wrlock(&ztest_name_lock) == 0);
2533 VERIFY(rw_unlock(&ztest_name_lock) == 0);
2720 (void) rw_wrlock(&ztest_name_lock);
2722 (void) rw_unlock(&ztest_name_lock);
[all...]

Completed in 77 milliseconds