Home
last modified time | relevance | path

Searched defs:kill_stat (Results 1 – 2 of 2) sorted by relevance

/system/memory/lmkd/
Dstatslog.h71 struct kill_stat { struct
72 int32_t uid;
73 const char *taskname;
74 enum kill_reasons kill_reason;
75 int32_t oom_score;
76 int32_t min_oom_score;
77 int64_t free_mem_kb;
78 int64_t free_swap_kb;
79 int32_t thrashing;
80 int32_t max_thrashing;
Dstatslog.cpp299 struct kill_stat *kill_stat, in lmkd_pack_set_kill_occurred()