Home
last modified time | relevance | path

Searched refs:children (Results 1 – 8 of 8) sorted by relevance

/kernel/gcov/
Dfs.c53 struct list_head children; member
414 INIT_LIST_HEAD(&node->children); in init_node()
452 list_add(&node->list, &parent->children); in new_node()
497 while ((node != &root_node) && list_empty(&node->children)) { in remove_node()
513 list_for_each_entry(node, &parent->children, list) { in get_child_by_name()
535 else if (list_empty(&node->children)) { in reset_write()
/kernel/
Dexit.c372 list_for_each_entry(c, &p->children, sibling) { in mm_update_next_owner()
380 list_for_each_entry(c, &p->real_parent->children, sibling) { in mm_update_next_owner()
616 if (list_empty(&father->children)) in forget_original_parent()
620 list_for_each_entry(p, &father->children, sibling) { in forget_original_parent()
638 list_splice_tail_init(&father->children, &reaper->children); in forget_original_parent()
1373 list_for_each_entry(p, &tsk->children, sibling) { in do_wait_thread()
Dfork.c1909 INIT_LIST_HEAD(&p->children); in copy_process()
2204 list_add_tail(&p->sibling, &p->real_parent->children); in copy_process()
2670 list_for_each_entry(child, &parent->children, sibling) { in walk_process_tree()
/kernel/cgroup/
Dcgroup.c706 list_for_each_entry((child), &(cgrp)->self.children, self.sibling) \
1328 BUG_ON(!list_empty(&cgrp->self.children)); in cgroup_destroy_root()
1951 INIT_LIST_HEAD(&cgrp->self.children); in init_cgroup_housekeeping()
2072 BUG_ON(!list_empty(&root_cgrp->self.children)); in cgroup_setup_root()
2223 if (list_empty(&root->cgrp.self.children) && root != &cgrp_dfl_root && in cgroup_kill_sb()
4207 next = list_entry_rcu(parent->children.next, struct cgroup_subsys_state, sibling); in css_next_child()
4211 list_for_each_entry_rcu(next, &parent->children, sibling) in css_next_child()
4220 if (&next->sibling != &parent->children) in css_next_child()
5082 INIT_LIST_HEAD(&css->children); in init_and_link_css()
5175 list_add_tail_rcu(&css->sibling, &parent_css->children); in css_create()
[all …]
Dcgroup-v1.c1073 if (!list_empty(&root->cgrp.self.children)) { in cgroup1_reconfigure()
/kernel/sched/
Dcore.c723 list_for_each_entry_rcu(child, &parent->children, siblings) { in walk_tg_tree_from()
6617 INIT_LIST_HEAD(&root_task_group.children); in sched_init()
6974 INIT_LIST_HEAD(&tg->children); in sched_online_group()
6975 list_add_rcu(&tg->siblings, &parent->children); in sched_online_group()
Dsched.h387 struct list_head children; member
Drt.c2518 list_for_each_entry_rcu(child, &tg->children, siblings) { in tg_rt_schedulable()