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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c160 uint64_t zo_maxloops; member in struct:ztest_shared_opts
182 .zo_maxloops = 50, /* max loops during spa_freeze() */
601 (u_longlong_t)zo->zo_maxloops, /* -F */
701 zo->zo_maxloops = MAX(1, value);
5876 * Run a random number of times less than zo_maxloops and ensure we do
5880 numloops++ < ztest_opts.zo_maxloops &&

Completed in 73 milliseconds