Lines Matching full:children
331 list_move_tail(¤t->sibling, ¤t->real_parent->children); in reparent_to_kthreadd()
576 * Search in the children in mm_update_next_owner()
578 list_for_each_entry(c, &p->children, sibling) { in mm_update_next_owner()
586 list_for_each_entry(c, &p->real_parent->children, sibling) { in mm_update_next_owner()
689 * When we die, we re-parent all our children.
720 * There may by stealth EXIT_DEAD tasks on ->children, in find_new_reaper()
735 list_move_tail(&p->sibling, &p->real_parent->children); in reparent_leader()
774 list_for_each_entry_safe(p, n, &father->children, sibling) { in forget_original_parent()
790 BUG_ON(!list_empty(&father->children)); in forget_original_parent()
1158 /* Wait for all children (clone and not) if __WALL is set; in eligible_child()
1159 * otherwise, wait for clone children *only* if __WCLONE is in eligible_child()
1160 * set; otherwise, wait for non-clone children *only*. (Note: in eligible_child()
1265 * here reaping other children at the same time. in wait_task_zombie()
1607 * own children, it should create a separate process which in wait_consider_task()
1642 * ->notask_error is 0 if there were any eligible children,
1649 list_for_each_entry(p, &tsk->children, sibling) { in do_wait_thread()