Home | History | Annotate | Download | only in btt

Lines Matching refs:stats

27 		(dip)->stats. fld ++;					\
33 (dip)->stats. fld --; \
40 (dip)->stats. fld += __v; \
47 (dip)->stats. fld -= __v; \
65 dip->stats.tot_qusz += ((now - dip->stats.last_qu_change) *
66 dip->stats.cur_qusz);
70 dip->stats.last_qu_change = dip->all_stats.last_qu_change = now;
75 if (dip->stats.cur_dev == 0 || force) {
76 dip->stats.idle_time += (now - dip->stats.last_dev_change);
80 dip->stats.last_dev_change = dip->all_stats.last_dev_change = now;
86 struct stats *sp;
95 sp = &dip->stats;