Searched refs:reaper (Results 1 – 1 of 1) sorted by relevance
507 struct task_struct *reaper = pid_ns->child_reaper; in find_child_reaper() local510 if (likely(reaper != father)) in find_child_reaper()511 return reaper; in find_child_reaper()513 reaper = find_alive_thread(father); in find_child_reaper()514 if (reaper) { in find_child_reaper()515 pid_ns->child_reaper = reaper; in find_child_reaper()516 return reaper; in find_child_reaper()542 struct task_struct *thread, *reaper; in find_new_reaper() local558 for (reaper = father->real_parent; in find_new_reaper()559 task_pid(reaper)->level == ns_level; in find_new_reaper()[all …]