Searched refs:aexp (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 816 int aexp; member 829 *xd = vdev_raidz_exp2(*rpq->p ^ *rpq->pxy, rpq->aexp) ^ in vdev_raidz_reconst_pq_func() 846 *xd = vdev_raidz_exp2(*rpq->p ^ *rpq->pxy, rpq->aexp) ^ in vdev_raidz_reconst_pq_tail_func() 934 uint8_t *p, *q, *pxy, *qxy, tmp, a, b, aexp, bexp; in vdev_raidz_reconstruct_pq() local 998 aexp = vdev_raidz_log2[vdev_raidz_exp2(a, tmp)]; in vdev_raidz_reconstruct_pq() 1002 struct reconst_pq_struct rpq = { p, q, pxy, qxy, aexp, bexp }; in vdev_raidz_reconstruct_pq()
|