Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c528 hrtime_t zs_proc_start; member
7613 (gethrtime() - zs->zs_proc_start) / NANOSEC); in ztest_deadman_thread()
7617 (gethrtime() - zs->zs_proc_start) / NANOSEC); in ztest_deadman_thread()
9041 zs->zs_proc_start = gethrtime(); in main()
9042 zs->zs_proc_stop = zs->zs_proc_start + ztest_opts.zo_time * NANOSEC; in main()
9047 if (zs->zs_proc_start + zi->zi_interval[0] > zs->zs_proc_stop) in main()
9050 zc->zc_next = zs->zs_proc_start + in main()
9111 100.0 * (now - zs->zs_proc_start) / in main()