Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c460 hrtime_t zs_proc_stop; member
6819 overdue = zs->zs_proc_stop + MSEC2NSEC(zfs_deadman_synctime_ms); in ztest_deadman_thread()
7222 zs->zs_thread_stop = MIN(zs->zs_thread_stop, zs->zs_proc_stop); in ztest_run()
7853 zs->zs_proc_stop = zs->zs_proc_start + ztest_opts.zo_time * NANOSEC; in main()
7858 if (zs->zs_proc_start + zi->zi_interval[0] > zs->zs_proc_stop) in main()
7870 while (gethrtime() < zs->zs_proc_stop) { in main()
7911 now = MIN(now, zs->zs_proc_stop); in main()
7912 print_time(zs->zs_proc_stop - now, timebuf); in main()