Home | History | Annotate | Download | only in btt

Lines Matching refs:iop

242 void iostat_getrq(struct io *iop)
244 update_tot_qusz(iop->dip, TO_SEC(iop->t.time));
245 INC_STAT(iop->dip, cur_qusz);
248 void iostat_merge(struct io *iop)
250 INC_STAT(iop->dip, rqm[IOP_RW(iop)]);
253 void iostat_issue(struct io *iop)
255 int rw = IOP_RW(iop);
256 struct d_info *dip = iop->dip;
257 double now = TO_SEC(iop->t.time);
260 ADD_STAT(dip, sec[rw], iop->t.bytes >> 9);