Searched refs:reaper (Results 1 – 1 of 1) sorted by relevance
502 struct task_struct *reaper; in find_new_reaper() local511 for (reaper = father->real_parent; in find_new_reaper()512 reaper != &init_task; in find_new_reaper()513 reaper = reaper->real_parent) { in find_new_reaper()514 if (same_thread_group(reaper, pid_ns->child_reaper)) in find_new_reaper()516 if (!reaper->signal->is_child_subreaper) in find_new_reaper()518 thread = reaper; in find_new_reaper()521 return reaper; in find_new_reaper()522 } while_each_thread(reaper, thread); in find_new_reaper()563 struct task_struct *p, *n, *reaper; in forget_original_parent() local[all …]