Home
last modified time | relevance | path

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

/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
732 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_syn_r_abd() local
858 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_pq_abd() local
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
1183 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_qr_abd() local
1355 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_pqr_abd() local
/f-stack/freebsd/kern/
H A Dsubr_physmem.c159 uint64_t end, start, xend, xstart; in regions_to_avail() local