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.c151 uint64_t run_bw, run_time_ns, run_count = 0, size = 0; in chksum_run() local
177 for (l = 0; l < loops; l++, run_count++) in chksum_run()
184 run_bw = size * run_count * NANOSEC; in chksum_run()
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c701 uint64_t run_count = 0; in fletcher_4_benchmark_impl() local
709 for (l = 0; l < 32; l++, run_count++) in fletcher_4_benchmark_impl()
716 run_bw = data_size * run_count * NANOSEC; in fletcher_4_benchmark_impl()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c6845 int run_count = 100; in ztest_blake3() local
6865 while (run_count-- > 0) { in ztest_blake3()
6912 int run_count = 100; in ztest_fletcher() local
6938 while (run_count-- > 0) { in ztest_fletcher()
6989 int run_count = 100; in ztest_fletcher_incr() local
7003 while (run_count-- > 0) { in ztest_fletcher_incr()