HomeSort by: relevance | last modified time | path
    Searched refs:p_sibling (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
lwproc.c 152 LIST_REMOVE(child, p_sibling);
155 LIST_INSERT_HEAD(&initproc->p_children, child, p_sibling);
162 LIST_REMOVE(p, p_sibling);
277 LIST_INSERT_HEAD(&parent->p_children, p, p_sibling);
  /src/sys/kern/
kern_exit.c 466 next_child = LIST_NEXT(child, p_sibling);
519 LIST_REMOVE(p, p_sibling);
520 LIST_INSERT_HEAD(&old_parent->p_children, p, p_sibling);
1043 LIST_FOREACH(child, &parent->p_children, p_sibling) {
1223 LIST_REMOVE(p, p_sibling);
1337 LIST_REMOVE(child, p_sibling);
1338 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling);
kern_fork.c 530 LIST_INSERT_HEAD(&parent->p_children, p2, p_sibling);
kern_ktrace.c 1291 if (LIST_NEXT(p, p_sibling) != NULL) {
1292 p = LIST_NEXT(p, p_sibling);
kern_proc.c 1596 LIST_FOREACH(child, &p->p_children, p_sibling) {
2675 COND_SET_STRUCT(p->p_sibling, psrc->p_sibling, allowaddr);
kern_exec.c 2827 LIST_INSERT_HEAD(&p1->p_children, p2, p_sibling);
  /src/sys/sys/
proc.h 265 LIST_ENTRY(proc) p_sibling; /* l: List of sibling processes. */ member in struct:proc

Completed in 34 milliseconds