Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dreaper.h25 struct target_proc { struct
35 std::vector<struct target_proc> queue_; argument
43 bool async_kill(const struct target_proc& target);
55 int kill(const struct target_proc& target, bool synchronous);
57 target_proc dequeue_request();
Dreaper.cpp94 struct Reaper::target_proc target; in reaper_main()
196 bool Reaper::async_kill(const struct target_proc& target) { in async_kill()
222 int Reaper::kill(const struct target_proc& target, bool synchronous) { in kill()
241 Reaper::target_proc Reaper::dequeue_request() { in dequeue_request()
242 struct target_proc target; in dequeue_request()
Dlmkd.cpp2141 static bool find_victim(int oom_score, int prev_pid, struct proc &target_proc) { in find_victim() argument
2161 target_proc = *procp; in find_victim()