Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h49 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_q_coeff()
58 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_r_coeff()
67 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_pq_coeff()
68 const unsigned y = tgtidx[TARGET_Y]; in raidz_rec_pq_coeff()
83 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_pr_coeff()
84 const unsigned y = tgtidx[TARGET_Y]; in raidz_rec_pr_coeff()
100 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_qr_coeff()
101 const unsigned y = tgtidx[TARGET_Y]; in raidz_rec_qr_coeff()
121 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_pqr_coeff()
1065 const size_t x = tgtidx[0]; in raidz_reconstruct_pr_impl()
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c641 int tgtidx[3]; in run_rec_check_impl() local
653 memcpy(tgtidx, rec_tgts[fn], sizeof (tgtidx)); in run_rec_check_impl()
667 tgtidx[2] = x0 + raidz_parity(rm); in run_rec_check_impl()
669 corrupt_colums(rm, tgtidx+2, 1); in run_rec_check_impl()
696 tgtidx[1] = x0 + raidz_parity(rm); in run_rec_check_impl()
697 tgtidx[2] = x1 + raidz_parity(rm); in run_rec_check_impl()
699 corrupt_colums(rm, tgtidx+1, 2); in run_rec_check_impl()
731 tgtidx[0] = x0 + raidz_parity(rm); in run_rec_check_impl()
732 tgtidx[1] = x1 + raidz_parity(rm); in run_rec_check_impl()
735 corrupt_colums(rm, tgtidx, 3); in run_rec_check_impl()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h219 impl ## _rec_ ## code(void *rrp, const int *tgtidx) \
222 return (raidz_reconstruct_## code ## _impl(rr, tgtidx)); \