Home | History | Annotate | Download | only in linux

Lines Matching refs:children

804 	 * ptrace_list/ptrace_children forms the list of my children
830 * children/sibling forms the list of my children plus the
833 struct list_head children; /* list of my children */
834 struct list_head sibling; /* linkage in my parent's children list */
1315 #define add_parent(p) list_add_tail(&(p)->sibling,&(p)->parent->children)