Searched refs:target_proc (Results 1 – 3 of 3) sorted by relevance
25 struct target_proc { struct35 std::vector<struct target_proc> queue_; argument43 bool async_kill(const struct target_proc& target);55 int kill(const struct target_proc& target, bool synchronous);57 target_proc dequeue_request();
94 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()
2141 static bool find_victim(int oom_score, int prev_pid, struct proc &target_proc) { in find_victim() argument2161 target_proc = *procp; in find_victim()