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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c400 hrtime_t zs_proc_stop; member in struct:ztest_shared
5668 zs->zs_thread_stop = MIN(zs->zs_thread_stop, zs->zs_proc_stop);
6274 zs->zs_proc_stop = zs->zs_proc_start + ztest_opts.zo_time * NANOSEC;
6279 if (zs->zs_proc_start + zi->zi_interval[0] > zs->zs_proc_stop)
6291 while (gethrtime() < zs->zs_proc_stop) {
6332 now = MIN(now, zs->zs_proc_stop);
6333 print_time(zs->zs_proc_stop - now, timebuf);

Completed in 71 milliseconds