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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c4806 int maxfaults; local
4813 maxfaults = MAXFAULTS();
4862 if (vd0 != NULL && maxfaults != 1 &&
4869 * maxfaults == 0 because we'll fail and reexecute,
4870 * and we can do it if maxfaults >= 2 because we'll
4871 * have enough redundancy. If maxfaults == 1, the
4905 maxfaults = INT_MAX; /* no limit on cache devices */
4915 if ((maxfaults >= 2 || islog) && guid0 != 0) {
4951 if (maxfaults == 0)
4969 * tolerate that (if maxfaults
[all...]

Completed in 74 milliseconds