Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dexit.c458 struct task_struct *reaper = pid_ns->child_reaper; in find_child_reaper() local
460 if (likely(reaper != father)) in find_child_reaper()
461 return reaper; in find_child_reaper()
463 reaper = find_alive_thread(father); in find_child_reaper()
464 if (reaper) { in find_child_reaper()
465 pid_ns->child_reaper = reaper; in find_child_reaper()
466 return reaper; in find_child_reaper()
490 struct task_struct *thread, *reaper; in find_new_reaper() local
502 for (reaper = father; in find_new_reaper()
503 !same_thread_group(reaper, child_reaper); in find_new_reaper()
[all …]