Home
last modified time | relevance | path

Searched refs:father (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/
H A Dexit.c634 static struct task_struct *find_child_reaper(struct task_struct *father, in find_child_reaper() argument
639 struct pid_namespace *pid_ns = task_active_pid_ns(father); in find_child_reaper()
643 if (likely(reaper != father)) in find_child_reaper()
646 reaper = find_alive_thread(father); in find_child_reaper()
663 return father; in find_child_reaper()
673 static struct task_struct *find_new_reaper(struct task_struct *father, in find_new_reaper() argument
678 thread = find_alive_thread(father); in find_new_reaper()
682 if (father->signal->has_child_subreaper) { in find_new_reaper()
683 unsigned int ns_level = task_pid(father)->level; in find_new_reaper()
692 for (reaper = father->real_parent; in find_new_reaper()
[all …]