Searched refs:xend (Results 1 – 2 of 2) sorted by relevance
159 uint64_t end, start, xend, xstart; in regions_to_avail() local180 xend = exp->size + xstart; in regions_to_avail()185 if (xend <= start) in regions_to_avail()197 if ((start >= xstart) && (end <= xend)) { in regions_to_avail()198 start = xend; in regions_to_avail()199 end = xend; in regions_to_avail()211 if ((xstart > start) && (xend < end)) { in regions_to_avail()228 start = xend; in regions_to_avail()237 start = xend; in regions_to_avail()
638 const v_t * const xend = x + (xsize / sizeof (v_t)); in raidz_syn_q_abd() local648 for (; x < xend; x += SYN_STRIDE) { in raidz_syn_q_abd()732 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_syn_r_abd() local742 for (; x < xend; x += SYN_STRIDE) { in raidz_syn_r_abd()858 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_pq_abd() local864 for (; x < xend; x += REC_PQ_STRIDE, y += REC_PQ_STRIDE, in raidz_rec_pq_abd()1019 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_pr_abd() local1149 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_syn_qr_abd() local1162 for (; x < xend; x += SYN_STRIDE, y += SYN_STRIDE) { in raidz_syn_qr_abd()1183 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_qr_abd() local[all …]