Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c752 uint64_t *dst, *src, xcount, ccount, count, i; in vdev_raidz_reconstruct_p() local
760 xcount = rm->rm_col[x].rc_size / sizeof (src[0]); in vdev_raidz_reconstruct_p()
761 ASSERT(xcount <= rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0])); in vdev_raidz_reconstruct_p()
762 ASSERT(xcount > 0); in vdev_raidz_reconstruct_p()
766 for (i = 0; i < xcount; i++, dst++, src++) { in vdev_raidz_reconstruct_p()
778 count = MIN(ccount, xcount); in vdev_raidz_reconstruct_p()
791 uint64_t *dst, *src, xcount, ccount, count, mask, i; in vdev_raidz_reconstruct_q() local
798 xcount = rm->rm_col[x].rc_size / sizeof (src[0]); in vdev_raidz_reconstruct_q()
799 ASSERT(xcount <= rm->rm_col[VDEV_RAIDZ_Q].rc_size / sizeof (src[0])); in vdev_raidz_reconstruct_q()
810 count = MIN(ccount, xcount); in vdev_raidz_reconstruct_q()
[all …]
/titanic_50/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);