Searched refs:totalmsec (Results 1 – 1 of 1) sorted by relevance
833 long long msec, totalmsec; in printIOstats() local841 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()