Searched refs:totalPerStateBytes (Results 1 – 2 of 2) sorted by relevance
98 int64_t totalPerStateBytes(PerStateBytes perStateBytes) { in totalPerStateBytes() function258 (totalPerStateBytes(dailyIoUsage->writtenBytes) - in onPeriodicCollection()296 dailyIoUsage->lastSyncedWrittenBytes = totalPerStateBytes(dailyIoUsage->writtenBytes); in onPeriodicCollection()
901 statsBuilder.setTotalBytesWritten(totalPerStateBytes(internalStats.writtenBytes)); in toIoOveruseStatsBuilder()912 private static long totalPerStateBytes( in totalPerStateBytes() method in WatchdogPerfHandler