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.h72 RAIDZ_REC_NUM = 7 enumerator
76 extern const char *const raidz_rec_name[RAIDZ_REC_NUM];
102 raidz_rec_f rec[RAIDZ_REC_NUM]; /* Data reconstruction functions */
288 uint64_t rec[RAIDZ_REC_NUM]; /* rec method speed B/s */
/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_bench.c158 for (fn = 0; fn < RAIDZ_REC_NUM; fn++) { in run_rec_bench_impl()
H A Draidz_test.c605 for (fn = 0; fn < RAIDZ_REC_NUM; fn++) { in run_rec_check()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c500 for (int fn = 0; fn < RAIDZ_REC_NUM; fn++) in benchmark_raidz()