Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_bench.c156 ncols = rto_opts.rto_dcols + PARITY_PQR; in run_rec_bench_impl()
168 BENCH_ASHIFT, ncols, PARITY_PQR); in run_rec_bench_impl()
H A Draidz_test.c344 err = init_raidz_golden_map(opts, PARITY_PQR); in run_gen_check()
519 err = init_raidz_golden_map(opts, PARITY_PQR); in run_rec_check()
540 rm_test = init_raidz_map(opts, &zio_test, PARITY_PQR); in run_rec_check()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math.c260 case PARITY_PQR: in vdev_raidz_math_reconstruct()
286 #define BENCH_COLS (BENCH_D_COLS + PARITY_PQR)
418 BENCH_COLS, PARITY_PQR); in benchmark_raidz()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_raidz_impl.h43 #define PARITY_PQR (3U) macro