Home | History | Annotate | Download | only in btt

Lines Matching refs:avgs

127 		update_lq(&dip->last_q, &dip->avgs.q2q_dm, iop->t.time);
129 update_lq(&dip->last_q, &dip->avgs.q2q, iop->t.time);
184 avg_update(&_iop->dip->avgs. _avg , _time); \
185 if (_pip) avg_update(&_pip->avgs. _avg , _time); \
190 avg_update_n(&_iop->dip->avgs. _avg , _time, _n); \
191 if (_pip) avg_update_n(&_pip->avgs. _avg , _time,_n); \
196 avg_unupdate(&_iop->dip->avgs. _avg , _time); \
197 if (_pip) avg_unupdate(&_pip->avgs. _avg , _time); \
280 avg_update(&iop->dip->avgs.blks, nblks);
282 avg_update(&iop->pip->avgs.blks, nblks);