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

/linux-master/include/linux/
H A Dpid_namespace.h30 struct task_struct *child_reaper; member in struct:pid_namespace
/linux-master/kernel/
H A Dpid.c84 .child_reaper = &init_task,
150 wake_up_process(ns->child_reaper);
154 WARN_ON(ns->child_reaper);
207 if (tid != 1 && !tmp->child_reaper)
H A Dpid_namespace.c231 * to pid_ns->child_reaper. Thus pidns->child_reaper needs to
234 * The code relies on the pid_ns->child_reaper ignoring
239 * processes before allowing the child_reaper to be reaped, as
334 send_sig(SIGKILL, pid_ns->child_reaper, 1);
374 if (!ns->child_reaper) {
H A Dexit.c591 struct task_struct *reaper = pid_ns->child_reaper;
599 pid_ns->child_reaper = reaper;
624 struct task_struct *child_reaper)
636 * We can't check reaper != child_reaper to ensure we do not
655 return child_reaper;
623 find_new_reaper(struct task_struct *father, struct task_struct *child_reaper) argument
H A Dfork.c2573 ns_of_pid(pid)->child_reaper = p;

Completed in 155 milliseconds