Searched refs:p_nextorph (Results 1 – 3 of 3) sorted by relevance
637 if (q->p_nextorph == NULL) in proc_exit()639 q = q->p_nextorph; in proc_exit()641 q->p_nextorph = nokp->p_orphan; in proc_exit()1287 q->p_orphan = p->p_nextorph; in freeproc()1289 for (q = q->p_orphan; q; q = q->p_nextorph) in freeproc()1290 if (q->p_nextorph == p) in freeproc()1292 ASSERT(q && q->p_nextorph == p); in freeproc()1293 q->p_nextorph = p->p_nextorph; in freeproc()
271 orphpp = &(*orphpp)->p_nextorph; in cfork()272 *orphpp = cp->p_nextorph; in cfork()645 orphpp = &(*orphpp)->p_nextorph; in cfork()646 *orphpp = cp->p_nextorph; in cfork()1120 cp->p_nextorph = pp->p_orphan; in getproc()
166 struct proc *p_nextorph; member