Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dpid.c78 .child_reaper = &init_task,
132 wake_up_process(ns->child_reaper); in free_pid()
136 WARN_ON(ns->child_reaper); in free_pid()
203 if (tid != 1 && !tmp->child_reaper) in alloc_pid()
H A Dpid_namespace.c338 send_sig(SIGKILL, pid_ns->child_reaper, 1); in reboot_pid_ns()
378 if (!ns->child_reaper) { in pidns_for_children_get()
H A Dexit.c611 struct task_struct *reaper = pid_ns->child_reaper; in find_child_reaper()
619 pid_ns->child_reaper = reaper; in find_child_reaper()
644 struct task_struct *child_reaper) in find_new_reaper() argument
675 return child_reaper; in find_new_reaper()
H A Dfork.c2618 ns_of_pid(pid)->child_reaper = p; in copy_process()
/linux-6.15/include/linux/
H A Dpid_namespace.h30 struct task_struct *child_reaper; member