Home
last modified time | relevance | path

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

/kernel/
Dexit.c534 static struct task_struct *find_child_reaper(struct task_struct *father) in find_child_reaper() argument
538 struct pid_namespace *pid_ns = task_active_pid_ns(father); in find_child_reaper()
541 if (likely(reaper != father)) in find_child_reaper()
544 reaper = find_alive_thread(father); in find_child_reaper()
553 father->signal->group_exit_code ?: father->exit_code); in find_child_reaper()
558 return father; in find_child_reaper()
568 static struct task_struct *find_new_reaper(struct task_struct *father, in find_new_reaper() argument
573 thread = find_alive_thread(father); in find_new_reaper()
577 if (father->signal->has_child_subreaper) { in find_new_reaper()
583 for (reaper = father; in find_new_reaper()
[all …]