Searched refs:p_sibling (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c1065 LIST_REMOVE(child, p_sibling);
1149 for (p = q->p_children.lh_first; p != 0; p = p->p_sibling.le_next) {
1150 if ( p->p_sibling.le_next != 0 )
1377 for (p = q->p_children.lh_first; p != 0; p = p->p_sibling.le_next) {
1575 LIST_REMOVE(child, p_sibling);
1585 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling);
H A Dkern_proc.c1001 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling);
2169 for (p = parent->p_children.lh_first; (p != 0); p = p->p_sibling.le_next) {
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h230 LIST_ENTRY(proc) p_sibling; /* List of sibling processes. (LL)*/ member in struct:proc

Completed in 28 milliseconds