PS_EMBRYO
if (process.ps_flags & (PS_SYSTEM | PS_EMBRYO | PS_EXITING))
if (p->p_psflags & (PS_EMBRYO | PS_ZOMBIE))
return ((kernprocess.ps_flags & (PS_EMBRYO | PS_ZOMBIE)) == 0);
if (p->p_psflags & (PS_EMBRYO | PS_ZOMBIE) ||
if (process.ps_flags & PS_EMBRYO)
pr->ps_flags |= PS_EMBRYO;
atomic_clearbits_int(&pr->ps_flags, PS_EMBRYO);
if (pr->ps_flags & (PS_SYSTEM | PS_EMBRYO | PS_EXITING))
if (pr->ps_flags & (PS_SYSTEM | PS_EMBRYO | PS_EXITING))
if (pr->ps_flags & PS_EMBRYO)
if ((pr->ps_flags & PS_EMBRYO) == 0 && vm != NULL)
if ((pickpr->ps_flags & (PS_EMBRYO | PS_EXITING)) == 0 &&
if (((pr)->ps_flags & (PS_EMBRYO | PS_ZOMBIE)) == 0) { \
if (kp->p_psflags & (PS_EMBRYO | PS_ZOMBIE))