Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_physmem.c159 uint64_t end, start, xend, xstart; in regions_to_avail() local
180 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()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h638 const v_t * const xend = x + (xsize / sizeof (v_t)); in raidz_syn_q_abd() local
648 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() local
742 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() local
864 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() local
1149 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_syn_qr_abd() local
1162 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 …]