Searched refs:background_fsync (Results 1 – 7 of 7) sorted by relevance
40 public final long background_fsync; field in UidIoRecord52 long background_fsync) { in UidIoRecord() argument65 this.background_fsync = background_fsync; in UidIoRecord()84 background_fsync - other.background.fsyncCalls); in delta()103 background_fsync - other.background_fsync); in delta()
106 record.background_fsync); in IoStatsEntry()203 && record.background_fsync == background.fsyncCalls; in representsSameMetrics()
83 long background_fsync = Long.valueOf(tokenizer.nextToken()); in load() local95 background_fsync)); in load()
259 private long background_fsync; field in IoStatsTrackerTest.UserActivity283 background_fsync); in updateSystemState()
550 assertThat(delta.background_fsync).isEqualTo(10); in testUidIoStatsRecordDelta()
487 oldRecord1000.background_fsync); in testAggregateIoStats()538 oldRecord0.background_fsync); in testIoStatsDeltas()569 newRecord0.background_fsync + 2); in testIoStatsDeltas()
1220 field public final long background_fsync;