Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dmm.h151 ret = tsk->vfork_done && in in_vfork()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c1302 vfork = tsk->vfork_done; in complete_vfork_done()
1304 tsk->vfork_done = NULL; in complete_vfork_done()
1323 child->vfork_done = NULL; in wait_for_vfork_done()
1374 if (tsk->vfork_done) in mm_release()
2058 p->vfork_done = NULL; in copy_process()
2578 p->vfork_done = &vfork; in kernel_clone()
H A Dkthread.c295 current->vfork_done = &self->exited; in kthread()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h896 struct completion *vfork_done; member
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c1096 if (!task->vfork_done) { in __set_oom_adj()
1126 if (!p->vfork_done && process_shares_mm(p, mm)) { in __set_oom_adj()