Searched defs:n_done (Results 1 - 4 of 4) sorted by relevance

/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/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/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/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 109 milliseconds