Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dpid.c80 .child_reaper = &init_task,
146 wake_up_process(ns->child_reaper); in free_pid()
150 WARN_ON(ns->child_reaper); in free_pid()
203 if (tid != 1 && !tmp->child_reaper) in alloc_pid()
H A Dpid_namespace.c340 send_sig(SIGKILL, pid_ns->child_reaper, 1); in reboot_pid_ns()
380 if (!ns->child_reaper) { in pidns_for_children_get()
H A Dexit.c591 struct task_struct *reaper = pid_ns->child_reaper; in find_child_reaper()
599 pid_ns->child_reaper = reaper; in find_child_reaper()
624 struct task_struct *child_reaper) in find_new_reaper() argument
655 return child_reaper; in find_new_reaper()
H A Dfork.c2683 ns_of_pid(pid)->child_reaper = p; in copy_process()
/openbmc/linux/include/linux/
H A Dpid_namespace.h30 struct task_struct *child_reaper; member