Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c751 uint64_t *dst, *src, xcount, ccount, count, i; in vdev_raidz_reconstruct_p() local
759 xcount = rm->rm_col[x].rc_size / sizeof (src[0]); in vdev_raidz_reconstruct_p()
760 ASSERT(xcount <= rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0])); in vdev_raidz_reconstruct_p()
761 ASSERT(xcount > 0); in vdev_raidz_reconstruct_p()
765 for (i = 0; i < xcount; i++, dst++, src++) { in vdev_raidz_reconstruct_p()
777 count = MIN(ccount, xcount); in vdev_raidz_reconstruct_p()
790 uint64_t *dst, *src, xcount, ccount, count, mask, i; in vdev_raidz_reconstruct_q() local
797 xcount = rm->rm_col[x].rc_size / sizeof (src[0]); in vdev_raidz_reconstruct_q()
798 ASSERT(xcount <= rm->rm_col[VDEV_RAIDZ_Q].rc_size / sizeof (src[0])); in vdev_raidz_reconstruct_q()
809 count = MIN(ccount, xcount); in vdev_raidz_reconstruct_q()
[all …]
/titanic_41/usr/src/cmd/bnu/
H A Duustat.c52 int ccount, xcount; member
422 m->xcount++;
914 m->c_age= m->x_age= m->lasttime= m->locked= m->ccount= m->xcount= 0;
929 && m->xcount == 0
945 if (m->xcount)
946 printf("%3dX", m->xcount);