Searched refs:stats_read_memory_stat (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/memory/lmkd/ |
H A D | statslog.h | 119 struct memory_stat *stats_read_memory_stat(bool per_app_memcg, int pid, uid_t uid, 153 static inline struct memory_stat *stats_read_memory_stat(bool per_app_memcg __unused, in stats_read_memory_stat() function
|
H A D | statslog.cpp | 143 struct memory_stat *stats_read_memory_stat(bool per_app_memcg, int pid, uid_t uid, in stats_read_memory_stat() function
|
H A D | lmkd.cpp | 2234 mem_st = stats_read_memory_stat(per_app_memcg, pid, uid, rss_kb * 1024, swap_kb * 1024); in kill_one_process()
|