Home
last modified time | relevance | path

Searched refs:vfork_done (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dmm.h222 ret = tsk->vfork_done && in in_vfork()
/openbmc/linux/kernel/
H A Dfork.c1576 vfork = tsk->vfork_done; in complete_vfork_done()
1578 tsk->vfork_done = NULL; in complete_vfork_done()
1596 child->vfork_done = NULL; in wait_for_vfork_done()
1646 if (tsk->vfork_done) in mm_release()
2387 p->vfork_done = NULL; in copy_process()
2928 p->vfork_done = &vfork; in kernel_clone()
H A Dkthread.c124 p->vfork_done = &kthread->exited; in set_kthread_struct()
/openbmc/linux/include/linux/
H A Dsched.h1014 struct completion *vfork_done; member
/openbmc/linux/fs/proc/
H A Dbase.c1156 if (!task->vfork_done) { in __set_oom_adj()
1186 if (!p->vfork_done && process_shares_mm(p, mm)) { in __set_oom_adj()