Home
last modified time | relevance | path

Searched refs:totalmsec (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dfsutil.c833 long long msec, totalmsec; in printIOstats() local
841 for (totalmsec = 0, i = 0; i < BT_NUMBUFTYPES; i++) in printIOstats()
842 totalmsec += readtime[i].tv_sec * 1000 + in printIOstats()
844 if (totalmsec == 0) in printIOstats()
845 totalmsec = 1; in printIOstats()
855 msec * 100 / totalmsec, (msec * 1000 / totalmsec) % 10); in printIOstats()