Home
last modified time | relevance | path

Searched defs:tgtidx (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h46 raidz_rec_q_coeff(const raidz_row_t *rr, const int *tgtidx, unsigned *coeff) in raidz_rec_q_coeff()
55 raidz_rec_r_coeff(const raidz_row_t *rr, const int *tgtidx, unsigned *coeff) in raidz_rec_r_coeff()
64 raidz_rec_pq_coeff(const raidz_row_t *rr, const int *tgtidx, unsigned *coeff) in raidz_rec_pq_coeff()
80 raidz_rec_pr_coeff(const raidz_row_t *rr, const int *tgtidx, unsigned *coeff) in raidz_rec_pr_coeff()
587 raidz_reconstruct_p_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_p_impl()
664 raidz_reconstruct_q_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_q_impl()
758 raidz_reconstruct_r_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_r_impl()
898 raidz_reconstruct_pq_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_pq_impl()
1058 raidz_reconstruct_pr_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_pr_impl()
1225 raidz_reconstruct_qr_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_qr_impl()
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c641 int tgtidx[3]; in run_rec_check_impl() local