Lines Matching refs:NANOSEC
454 static uint64_t zopt_always = 0ULL * NANOSEC; /* all the time */
455 static uint64_t zopt_incessant = 1ULL * NANOSEC / 10; /* every 1/10 second */
456 static uint64_t zopt_often = 1ULL * NANOSEC; /* every second */
457 static uint64_t zopt_sometimes = 10ULL * NANOSEC; /* every 10 seconds */
458 static uint64_t zopt_rarely = 60ULL * NANOSEC; /* every 60 seconds */
1192 (zo->zo_vdevs > 0 ? zo->zo_time * NANOSEC / zo->zo_vdevs : in process_options()
6820 hrtime_t end = gethrtime() + NANOSEC; in ztest_blake3()
6907 hrtime_t end = gethrtime() + NANOSEC; in ztest_fletcher()
6984 hrtime_t end = gethrtime() + NANOSEC; in ztest_fletcher_incr()
7606 (gethrtime() - zs->zs_proc_start) / NANOSEC); in ztest_deadman_thread()
7610 (gethrtime() - zs->zs_proc_start) / NANOSEC); in ztest_deadman_thread()
7637 (double)functime / NANOSEC, zi->zi_funcname); in ztest_execute()
8380 zs->zs_thread_start + ztest_opts.zo_passtime * NANOSEC; in ztest_run()
8385 ztest_random(ztest_opts.zo_passtime * NANOSEC); in ztest_run()
8568 hrtime_t s = t / NANOSEC; in print_time()
9029 zs->zs_proc_stop = zs->zs_proc_start + ztest_opts.zo_time * NANOSEC; in main()
9099 (ztest_opts.zo_time * NANOSEC), timebuf); in main()