Searched refs:p_child_ns (Results 1 – 3 of 3) sorted by relevance
709 ASSERT(p->p_child_ns == NULL); in proc_exit()971 pp->p_child_ns == NULL) { in waitid()985 for (cp = pp->p_child_ns; cp != NULL; cp = cp->p_sibling_ns) { in waitid()1198 ASSERT(q->p_child ? 1 : q->p_child_ns == NULL); in proc_detach()1329 for (ns = &parent->p_child_ns; *ns != NULL; ns = &(*ns)->p_sibling_ns) { in delete_ns()1348 child->p_sibling_ns = parent->p_child_ns; in add_ns()1349 parent->p_child_ns = child; in add_ns()
1117 cp->p_child_ns = NULL; in getproc()
162 struct proc *p_child_ns; /* prt to children with new state */ member