Home | History | Annotate | Download | only in kern

Lines Matching refs:p_pptr

249 		p->p_pptr->p_nstopchild++;
480 if (child->p_opptr != child->p_pptr) {
515 old_parent = p->p_pptr;
542 new_parent = p->p_pptr;
595 p_pptr->p_waitcv);
847 if (p == NULL || p->p_stat == SIDL || p->p_pptr != pp) {
1161 struct proc *parent = p->p_pptr;
1293 t->p_opptr = t->p_pptr;
1294 if (t->p_pptr == p)
1296 struct proc *parent = t->p_pptr;
1324 if (child->p_pptr == parent)
1329 child->p_pptr->p_nstopchild--;
1339 child->p_pptr = parent;