Home
last modified time | relevance | path

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

/linux/kernel/
H A Dpid.c84 .child_reaper = &init_task,
150 wake_up_process(ns->child_reaper); in free_pid()
154 WARN_ON(ns->child_reaper); in free_pid()
207 if (tid != 1 && !tmp->child_reaper) in alloc_pid()
H A Dpid_namespace.c317 send_sig(SIGKILL, pid_ns->child_reaper, 1); in reboot_pid_ns()
357 if (!ns->child_reaper) { in pidns_for_children_get()
H A Dexit.c592 struct task_struct *reaper = pid_ns->child_reaper; in find_child_reaper()
600 pid_ns->child_reaper = reaper; in find_child_reaper()
625 struct task_struct *child_reaper) in find_new_reaper() argument
656 return child_reaper; in find_new_reaper()
H A Dfork.c2579 ns_of_pid(pid)->child_reaper = p; in copy_process()
/linux/include/linux/
H A Dpid_namespace.h30 struct task_struct *child_reaper; member