Searched refs:vfork_done (Results 1 – 3 of 3) sorted by relevance
61 return __to_kthread(k->vfork_done); in to_kthread()66 struct completion *vfork = ACCESS_ONCE(k->vfork_done); in to_live_kthread()189 current->vfork_done = &self.exited; in kthread()
808 vfork = tsk->vfork_done; in complete_vfork_done()810 tsk->vfork_done = NULL; in complete_vfork_done()827 child->vfork_done = NULL; in wait_for_vfork_done()896 if (tsk->vfork_done) in mm_release()1337 p->vfork_done = NULL; in copy_process()1724 p->vfork_done = &vfork; in do_fork()
1428 struct completion *vfork_done; /* for vfork() */ member