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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c277 ztest_shared_ds_t *zd_shared; member in struct:ztest_ds
1189 zd->zd_shared = szd;
1192 if (zd->zd_shared != NULL)
1193 zd->zd_shared->zd_seq = 0;
2307 ASSERT(zd->zd_shared != NULL);
2308 ASSERT3U(zd->zd_shared->zd_seq, <=, zilog->zl_commit_lr_seq);
2309 zd->zd_shared->zd_seq = zilog->zl_commit_lr_seq;

Completed in 359 milliseconds