Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h73 RAIDZ_REC_NUM = 7 enumerator
77 extern const char *const raidz_rec_name[RAIDZ_REC_NUM];
103 raidz_rec_f rec[RAIDZ_REC_NUM]; /* Data reconstruction functions */
289 uint64_t rec[RAIDZ_REC_NUM]; /* rec method speed B/s */
/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_bench.c159 for (fn = 0; fn < RAIDZ_REC_NUM; fn++) { in run_rec_bench_impl()
H A Draidz_test.c606 for (fn = 0; fn < RAIDZ_REC_NUM; fn++) { in run_rec_check()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c501 for (int fn = 0; fn < RAIDZ_REC_NUM; fn++) in benchmark_raidz()