Lines Matching refs:p_pptr
509 if (p->p_pptr && p->p_pptr->p_upmap) in exit1()
510 atomic_add_int(&p->p_pptr->p_upmap->invfork, -1); in exit1()
512 wakeup(p->p_pptr); in exit1()
529 pp = p->p_pptr; in exit1()
564 q->p_pptr = reproc; in exit1()
611 if (p->p_pptr->p_sigacts->ps_flag & (PS_NOCLDWAIT | PS_CLDSIGIGN)) { in exit1()
624 pp = p->p_pptr; in exit1()
1158 if (p->p_pptr != q) { in kern_wait()
1349 if (p->p_pptr != q) { in kern_wait()
1389 if (p->p_pptr != q) { in kern_wait()
1472 while ((opp = child->p_pptr) != parent) { in proc_reparent()
1477 if (child->p_pptr != opp) { in proc_reparent()
1486 child->p_pptr = parent; in proc_reparent()