Home
last modified time | relevance | path

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

/kernel/gcov/
Dfs.c52 struct list_head children; member
416 INIT_LIST_HEAD(&node->children); in init_node()
459 list_add(&node->list, &parent->children); in new_node()
504 while ((node != &root_node) && list_empty(&node->children)) { in remove_node()
520 list_for_each_entry(node, &parent->children, list) { in get_child_by_name()
542 else if (list_empty(&node->children)) { in reset_write()
/kernel/
Dexit.c327 list_for_each_entry(c, &p->children, sibling) { in mm_update_next_owner()
335 list_for_each_entry(c, &p->real_parent->children, sibling) { in mm_update_next_owner()
575 if (list_empty(&father->children)) in forget_original_parent()
579 list_for_each_entry(p, &father->children, sibling) { in forget_original_parent()
596 list_splice_tail_init(&father->children, &reaper->children); in forget_original_parent()
1427 list_for_each_entry(p, &tsk->children, sibling) { in do_wait_thread()
Dcgroup.c557 list_for_each_entry((child), &(cgrp)->self.children, self.sibling) \
1135 BUG_ON(!list_empty(&cgrp->self.children)); in cgroup_destroy_root()
1802 if (!list_empty(&root->cgrp.self.children)) { in cgroup_remount()
1889 INIT_LIST_HEAD(&cgrp->self.children); in init_cgroup_housekeeping()
1993 BUG_ON(!list_empty(&root_cgrp->self.children)); in cgroup_setup_root()
2188 if (!list_empty(&root->cgrp.self.children) || in cgroup_kill_sb()
3707 next = list_entry_rcu(parent->children.next, struct cgroup_subsys_state, sibling); in css_next_child()
3711 list_for_each_entry_rcu(next, &parent->children, sibling) in css_next_child()
3720 if (&next->sibling != &parent->children) in css_next_child()
4817 INIT_LIST_HEAD(&css->children); in init_and_link_css()
[all …]
Dfork.c1410 INIT_LIST_HEAD(&p->children); in copy_process()
1659 list_add_tail(&p->sibling, &p->real_parent->children); in copy_process()
/kernel/trace/
Dtrace_events_filter.c1539 int children; member
1553 if (WARN_ON(d->count == d->children)) { in fold_pred_cb()
1569 int children; in fold_pred() local
1579 children = count_leafs(preds, &preds[root->left]); in fold_pred()
1580 children += count_leafs(preds, &preds[root->right]); in fold_pred()
1582 root->ops = kcalloc(children, sizeof(*root->ops), GFP_KERNEL); in fold_pred()
1586 root->val = children; in fold_pred()
1587 data.children = children; in fold_pred()
/kernel/sched/
Dcore.c810 list_for_each_entry_rcu(child, &parent->children, siblings) { in walk_tg_tree_from()
7818 INIT_LIST_HEAD(&root_task_group.children); in sched_init()
8154 INIT_LIST_HEAD(&tg->children); in sched_online_group()
8155 list_add_rcu(&tg->siblings, &parent->children); in sched_online_group()
8310 list_for_each_entry_rcu(child, &tg->children, siblings) { in tg_rt_schedulable()
Dsched.h272 struct list_head children; member