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() 650 * We can't check reaper != child_reaper to ensure we do not in find_new_reaper() 669 return child_reaper; in find_new_reaper() 637 find_new_reaper(struct task_struct * father,struct task_struct * child_reaper) find_new_reaper() argument
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()