Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_linux.cc579 bool has_pswpout = false; in ParseProcVmstat() local
598 DCHECK(!has_pswpout); in ParseProcVmstat()
599 has_pswpout = true; in ParseProcVmstat()
605 if (has_pswpin && has_pswpout && has_pgmajfault) in ParseProcVmstat()