HomeSort by: relevance | last modified time | path
    Searched refs:busysum (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/vmstat/
drvstats.h 51 struct timeval *busysum; /* Time busy * queue length */ member in struct:_drive
drvstats.c 121 timerclear(&last.busysum[i]);
135 DELTA(busysum[i]);
221 COPYT(busysum, i, j);
342 cur.busysum = calloc(ndrive, sizeof(struct timeval));
353 last.busysum = calloc(ndrive, sizeof(struct timeval));
364 cur.waitsum == NULL || cur.busysum == NULL ||
370 last.waitsum == NULL || last.busysum == NULL ||
  /src/usr.sbin/iostat/
iostat.c 785 drive_statsy_q(double elapsed, double busy, double wait, double busysum, double waitsum, double count)
791 (void)printf(" %6.1f", busysum / elapsed);
797 (void)printf(" %7.2f", count > 0 ? busysum / count * 1000.0 : 0.0);
833 abusysum = (double)cur.busysum[dn].tv_sec +
834 ((double)cur.busysum[dn].tv_usec / (double)1000000);

Completed in 11 milliseconds