HomeSort by relevance Sort by last modified time
    Searched refs:tot_qusz (Results 1 - 2 of 2) sorted by null

  /external/blktrace/btt/
iostat.c 65 dip->stats.tot_qusz += ((now - dip->stats.last_qu_change) *
67 dip->all_stats.tot_qusz += ((now - dip->all_stats.last_qu_change) *
128 fprintf(iostat_ofp, "%8.2lf ", (double)sp->tot_qusz / dt);
141 sp->tot_qusz = sp->idle_time = 0.0;
154 asp->avgqu_sz += (double)sp->tot_qusz / dt;
globals.h 120 double last_qu_change, last_dev_change, tot_qusz, idle_time; member in struct:stats

Completed in 63 milliseconds