Searched refs:vfork_done (Results 1 - 6 of 6) sorted by last modified time

/linux-master/kernel/
H A Dfork.c1577 vfork = tsk->vfork_done;
1579 tsk->vfork_done = NULL;
1597 child->vfork_done = NULL;
1647 if (tsk->vfork_done)
2281 p->vfork_done = NULL;
2816 p->vfork_done = &vfork;
H A Dkthread.c124 p->vfork_done = &kthread->exited;
/linux-master/include/linux/sched/
H A Dmm.h244 ret = tsk->vfork_done &&
/linux-master/include/linux/
H A Dsched.h1023 struct completion *vfork_done; member in struct:task_struct
/linux-master/lib/kunit/
H A Dtry-catch.c80 * As for a vfork(2), task_struct->vfork_done (pointing to the
85 task_done = task_struct->vfork_done;
/linux-master/fs/proc/
H A Dbase.c1098 if (!task->vfork_done) {
1128 if (!p->vfork_done && process_shares_mm(p, mm)) {

Completed in 202 milliseconds