Searched refs:child_reaper (Results 1 – 3 of 3) sorted by relevance
77 .child_reaper = &init_task,131 wake_up_process(READ_ONCE(ns->child_reaper)); in free_pid()135 WARN_ON(READ_ONCE(ns->child_reaper)); in free_pid()302 if (!READ_ONCE(tmp->child_reaper) && nr != 1) { in alloc_pid()
640 struct task_struct *reaper = pid_ns->child_reaper; in find_child_reaper()648 ASSERT_EXCLUSIVE_WRITER(pid_ns->child_reaper); in find_child_reaper()649 WRITE_ONCE(pid_ns->child_reaper, reaper); in find_child_reaper()674 struct task_struct *child_reaper) in find_new_reaper() argument705 return child_reaper; in find_new_reaper()
2524 ASSERT_EXCLUSIVE_WRITER(ns->child_reaper); in copy_process()2525 WRITE_ONCE(ns->child_reaper, p); in copy_process()