Searched refs:p_nextorph (Results 1 – 3 of 3) sorted by relevance
630 if (q->p_nextorph == NULL) in proc_exit()632 q = q->p_nextorph; in proc_exit()634 q->p_nextorph = nokp->p_orphan; in proc_exit()1280 q->p_orphan = p->p_nextorph; in freeproc()1282 for (q = q->p_orphan; q; q = q->p_nextorph) in freeproc()1283 if (q->p_nextorph == p) in freeproc()1285 ASSERT(q && q->p_nextorph == p); in freeproc()1286 q->p_nextorph = p->p_nextorph; in freeproc()
265 orphpp = &(*orphpp)->p_nextorph; in cfork()266 *orphpp = cp->p_nextorph; in cfork()636 orphpp = &(*orphpp)->p_nextorph; in cfork()637 *orphpp = cp->p_nextorph; in cfork()1112 cp->p_nextorph = pp->p_orphan; in getproc()
166 struct proc *p_nextorph; member