Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/include/
Dio_usage.h54 uint64_t bgFsync; member
63 bgFsync = other.bgFsync;
75 r.bgFsync = bgFsync - other.bgFsync;
87 r.bgFsync = bgFsync + other.bgFsync;
102 bgFsync = 0; in reset()
/hardware/google/pixel/perfstatsd/
Dio_usage.cpp332 readTotal, writeTotal, mTotal.fgFsync + mTotal.bgFsync); in dump()
353 target.bgFsync, target.uid, package); in dump()
373 target.bgFsync, target.uid, package); in dump()
387 !android::base::ParseUint(fields[10], &data.bgFsync)) { in loadDataFromLine()