Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_diskstats.cpp291 add_disk_stats(&inc, &mAccumulate); in update()
296 struct disk_perf acc_perf = get_disk_perf(&mAccumulate); in update()
298 log_event_disk_stats(&mAccumulate, "stalled"); in update()
300 memset(&mAccumulate, 0, sizeof(mAccumulate)); in update()
327 log_event_disk_stats(&mAccumulate, "regular"); in publish()
/system/core/storaged/include/
Dstoraged_diskstats.h149 struct disk_stats mAccumulate; /* reset after stall */ variable
185 mAccumulate(),