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

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_chksum.c144 uint64_t run_bw, run_time_ns, run_count = 0, size = 0; local
173 run_time_ns = gethrtime() - start;
174 } while (run_time_ns < MSEC2NSEC(1));
178 run_bw /= run_time_ns; /* B/s */
/freebsd-current/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c691 uint64_t run_bw, run_time_ns, best_run = 0; local
711 run_time_ns = gethrtime() - start;
712 } while (run_time_ns < FLETCHER_4_BENCH_NS);
716 run_bw /= run_time_ns; /* B/s */

Completed in 134 milliseconds