Searched refs:n_done (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.h283 size_t n_done = (bp)->b_bcount - (bp)->b_resid; \
286 kip->nread += n_done; \
289 kip->nwritten += n_done; \
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1675 size_t n_done = (bp)->b_bcount - (bp)->b_resid; \
1678 kip->nread += n_done; \
1681 kip->nwritten += n_done; \
1690 size_t n_done = (bp)->b_bcount - (bp)->b_resid; \
1693 kip->nread += n_done; \
1696 kip->nwritten += n_done; \
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c3264 size_t n_done; local
3268 n_done = bp->b_bcount;
3270 n_done = 0;
3272 n_done = bp->b_bcount - bp->b_resid;
3280 KSTAT_IO_PTR(ui->ui_kstat)->nread += n_done;
3283 KSTAT_IO_PTR(ui->ui_kstat)->nwritten += n_done;
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c2606 ulong_t n_done = bp->b_bcount - bp->b_resid; local
2609 IOSP->nread += n_done;
2612 IOSP->nwritten += n_done;
2616 ulong_t n_done = bp->b_bcount - bp->b_resid; local
2619 IOSP_PARTITION->nread += n_done;
2622 IOSP_PARTITION->nwritten += n_done;
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c1611 size_t n_done = bp->b_bcount - bp->b_resid; local
1617 kioptr->nread += n_done;
1620 kioptr->nwritten += n_done;
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c6846 uint32_t n_done = bp->b_bcount - bp->b_resid; local
6849 IOSP->nread += n_done;
6852 IOSP->nwritten += n_done;

Completed in 127 milliseconds