Searched refs:reaper (Results 1 – 1 of 1) sorted by relevance
588 struct task_struct *reaper = pid_ns->child_reaper; in find_child_reaper() local591 if (likely(reaper != father)) in find_child_reaper()592 return reaper; in find_child_reaper()594 reaper = find_alive_thread(father); in find_child_reaper()595 if (reaper) { in find_child_reaper()596 pid_ns->child_reaper = reaper; in find_child_reaper()597 return reaper; in find_child_reaper()623 struct task_struct *thread, *reaper; in find_new_reaper() local639 for (reaper = father->real_parent; in find_new_reaper()640 task_pid(reaper)->level == ns_level; in find_new_reaper()[all …]