Searched defs:xcount (Results 1 - 2 of 2) sorted by relevance

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

Completed in 63 milliseconds