Searched refs:reaper (Results 1 – 1 of 1) sorted by relevance
508 struct task_struct *reaper = pid_ns->child_reaper; in find_child_reaper() local511 if (likely(reaper != father)) in find_child_reaper()512 return reaper; in find_child_reaper()514 reaper = find_alive_thread(father); in find_child_reaper()515 if (reaper) { in find_child_reaper()516 pid_ns->child_reaper = reaper; in find_child_reaper()517 return reaper; in find_child_reaper()543 struct task_struct *thread, *reaper; in find_new_reaper() local559 for (reaper = father->real_parent; in find_new_reaper()560 task_pid(reaper)->level == ns_level; in find_new_reaper()[all …]