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()191 current->vfork_done = &self.exited; in kthread()
817 vfork = tsk->vfork_done; in complete_vfork_done()819 tsk->vfork_done = NULL; in complete_vfork_done()836 child->vfork_done = NULL; in wait_for_vfork_done()905 if (tsk->vfork_done) in mm_release()1342 p->vfork_done = NULL; in copy_process()1741 p->vfork_done = &vfork; in _do_fork()
1517 struct completion *vfork_done; /* for vfork() */ member