Home
last modified time | relevance | path

Searched refs:p_child_ns (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dexit.c701 ASSERT(p->p_child_ns == NULL); in proc_exit()
963 pp->p_child_ns == NULL) { in waitid()
977 for (cp = pp->p_child_ns; cp != NULL; cp = cp->p_sibling_ns) { in waitid()
1190 ASSERT(q->p_child ? 1 : q->p_child_ns == NULL); in proc_detach()
1321 for (ns = &parent->p_child_ns; *ns != NULL; ns = &(*ns)->p_sibling_ns) { in delete_ns()
1340 child->p_sibling_ns = parent->p_child_ns; in add_ns()
1341 parent->p_child_ns = child; in add_ns()
H A Dfork.c1117 cp->p_child_ns = NULL; in getproc()
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h161 struct proc *p_child_ns; /* prt to children with new state */ member