Searched refs:father (Results 1 – 1 of 1) sorted by relevance
501 static struct task_struct *find_child_reaper(struct task_struct *father, in find_child_reaper() argument506 struct pid_namespace *pid_ns = task_active_pid_ns(father); in find_child_reaper()510 if (likely(reaper != father)) in find_child_reaper()513 reaper = find_alive_thread(father); in find_child_reaper()529 return father; in find_child_reaper()539 static struct task_struct *find_new_reaper(struct task_struct *father, in find_new_reaper() argument544 thread = find_alive_thread(father); in find_new_reaper()548 if (father->signal->has_child_subreaper) { in find_new_reaper()549 unsigned int ns_level = task_pid(father)->level; in find_new_reaper()558 for (reaper = father->real_parent; in find_new_reaper()[all …]