Searched refs:RFPPWAIT (Results 1 – 3 of 3) sorted by relevance
189 #define RFPPWAIT (1<<31) /* parent sleeps until child exits (vfork) */ macro192 RFPROCDESC | RFPPWAIT)193 #define RFKERNELONLY (RFSTOPPED | RFHIGHPID | RFPPWAIT | RFPROCDESC)
113 if ((error = fork1(td, RFFDG | RFPROC | RFMEM | RFPPWAIT | RFSTOPPED, in linux_vfork()195 ff |= RFPPWAIT; in linux_clone()
155 flags = RFFDG | RFPROC | RFPPWAIT | RFMEM; in sys_vfork()594 if (flags & RFPPWAIT) in do_fork()654 } else if (flags == (RFFDG | RFPROC | RFPPWAIT | RFMEM)) { in do_fork()719 if (flags & RFPPWAIT) { in do_fork()