Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_chksum.c144 uint64_t run_bw, run_time_ns, run_count = 0, size = 0; in chksum_run() local
170 for (l = 0; l < loops; l++, run_count++) in chksum_run()
177 run_bw = size * run_count * NANOSEC; in chksum_run()
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c700 uint64_t run_count = 0; in fletcher_4_benchmark_impl() local
708 for (l = 0; l < 32; l++, run_count++) in fletcher_4_benchmark_impl()
715 run_bw = data_size * run_count * NANOSEC; in fletcher_4_benchmark_impl()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c6840 int run_count = 100; in ztest_blake3() local
6860 while (run_count-- > 0) { in ztest_blake3()
6907 int run_count = 100; in ztest_fletcher() local
6933 while (run_count-- > 0) { in ztest_fletcher()
6984 int run_count = 100; in ztest_fletcher_incr() local
6998 while (run_count-- > 0) { in ztest_fletcher_incr()