Home
last modified time | relevance | path

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

/aosp12/system/memory/lmkd/
H A Dstatslog.h120 int64_t rss_bytes, int64_t swap_bytes);
155 int64_t rss_bytes __unused, int64_t swap_bytes __unused) { in stats_read_memory_stat()
H A Dstatslog.cpp144 int64_t rss_bytes, int64_t swap_bytes) { in stats_read_memory_stat() argument
157 mem_st.swap_in_bytes = swap_bytes; in stats_read_memory_stat()