Home
last modified time | relevance | path

Searched refs:TARGET_X (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h48 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_q_coeff()
57 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_r_coeff()
66 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_pq_coeff()
82 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_pr_coeff()
99 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_qr_coeff()
120 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_pqr_coeff()
591 const size_t x = tgtidx[TARGET_X]; in raidz_reconstruct_p_impl()
631 v_t *x = (v_t *)xc[TARGET_X]; in raidz_syn_q_abd()
667 const size_t x = tgtidx[TARGET_X]; in raidz_reconstruct_q_impl()
722 v_t *x = (v_t *)xc[TARGET_X]; in raidz_syn_r_abd()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_raidz_impl.h45 #define TARGET_X (0U) macro