Searched refs:reaper (Results 1 – 1 of 1) sorted by relevance
566 struct task_struct *reaper = pid_ns->child_reaper; in find_child_reaper() local568 if (likely(reaper != father)) in find_child_reaper()569 return reaper; in find_child_reaper()571 reaper = find_alive_thread(father); in find_child_reaper()572 if (reaper) { in find_child_reaper()573 pid_ns->child_reaper = reaper; in find_child_reaper()574 return reaper; in find_child_reaper()598 struct task_struct *thread, *reaper; in find_new_reaper() local614 for (reaper = father->real_parent; in find_new_reaper()615 task_pid(reaper)->level == ns_level; in find_new_reaper()[all …]