Home
last modified time | relevance | path

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

/kernel/
Dexit.c551 static struct task_struct *find_child_reaper(struct task_struct *father, in find_child_reaper() argument
556 struct pid_namespace *pid_ns = task_active_pid_ns(father); in find_child_reaper()
560 if (likely(reaper != father)) in find_child_reaper()
563 reaper = find_alive_thread(father); in find_child_reaper()
579 return father; in find_child_reaper()
589 static struct task_struct *find_new_reaper(struct task_struct *father, in find_new_reaper() argument
594 thread = find_alive_thread(father); in find_new_reaper()
598 if (father->signal->has_child_subreaper) { in find_new_reaper()
599 unsigned int ns_level = task_pid(father)->level; in find_new_reaper()
608 for (reaper = father->real_parent; in find_new_reaper()
[all …]