Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp518 int dirty, free, cp_calls_fg, gc_calls_fg, moved_block_fg, vblocks; in logF2fsStats() local
545 if (!ReadFileToInt(kF2fsStatsDir + "/gc_foreground_calls", &gc_calls_fg)) { in logF2fsStats()
576 tmp.set<VendorAtomValue::intValue>(gc_calls_fg); in logF2fsStats()
Dpixelatoms.proto235 optional int32 gc_calls_fg = 6; field