Searched refs:totalIoTimeInMs (Results 1 – 3 of 3) sorted by relevance
83 !ParseUint(fields[12], &diskStats.totalIoTimeInMs) || in parseDiskStatsLine()167 totalIoTimeInMs = diff(totalIoTimeInMs, rhs.totalIoTimeInMs); in operator -=()188 totalIoTimeInMs = sum(totalIoTimeInMs, rhs.totalIoTimeInMs); in operator +=()
58 uint64_t totalIoTimeInMs = 0; member
50 stats.totalIoTimeInMs, stats.weightedTotalIoTimeInMs, stats.numFlushCompleted, in getDiskStatsLine()79 stats.writeTimeInMs, stats.totalIoTimeInMs, stats.weightedTotalIoTimeInMs, in isEquals()