Searched refs:child_reaper (Results 1 – 3 of 3) sorted by relevance
604 struct task_struct *reaper = pid_ns->child_reaper; in find_child_reaper()612 ASSERT_EXCLUSIVE_WRITER(pid_ns->child_reaper); in find_child_reaper()613 WRITE_ONCE(pid_ns->child_reaper, reaper); in find_child_reaper()638 struct task_struct *child_reaper) in find_new_reaper() argument669 return child_reaper; in find_new_reaper()
2477 ASSERT_EXCLUSIVE_WRITER(ns->child_reaper); in copy_process()2478 WRITE_ONCE(ns->child_reaper, p); in copy_process()
602 } else if (!READ_ONCE(to_pid_ns(ns)->child_reaper)) { in nsfs_fh_to_dentry()