Searched refs:reaper (Results 1 – 1 of 1) sorted by relevance
540 struct task_struct *reaper; in find_new_reaper() local549 for (reaper = father->real_parent; in find_new_reaper()550 reaper != &init_task; in find_new_reaper()551 reaper = reaper->real_parent) { in find_new_reaper()552 if (same_thread_group(reaper, pid_ns->child_reaper)) in find_new_reaper()554 if (!reaper->signal->is_child_subreaper) in find_new_reaper()556 thread = reaper; in find_new_reaper()559 return reaper; in find_new_reaper()560 } while_each_thread(reaper, thread); in find_new_reaper()601 struct task_struct *p, *n, *reaper; in forget_original_parent() local[all …]