Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/cmd/ztest/
Dztest.c402 hrtime_t zs_proc_stop; member
5660 zs->zs_thread_stop = MIN(zs->zs_thread_stop, zs->zs_proc_stop); in ztest_run()
6270 zs->zs_proc_stop = zs->zs_proc_start + ztest_opts.zo_time * NANOSEC; in main()
6275 if (zs->zs_proc_start + zi->zi_interval[0] > zs->zs_proc_stop) in main()
6287 while (gethrtime() < zs->zs_proc_stop) { in main()
6328 now = MIN(now, zs->zs_proc_stop); in main()
6329 print_time(zs->zs_proc_stop - now, timebuf); in main()