Home
last modified time | relevance | path

Searched refs:children (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/scripts/dtc/
H A Dchecks.c1071 if (!node->children) { in check_i2c_bus_bridge()
1172 if (node->bus != &spi_bus || !node->children) { in check_spi_bus_bridge()
1283 if (get_property(node, "ranges") || !node->children) { in check_avoid_unnecessary_addr_size()
1325 if (!node->children) { in check_unique_unit_address_common()
1787 node->children->name); in check_graph_child_address()
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcgroup-v1.c1143 if (!list_empty(&root->cgrp.self.children)) {
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c880 list_for_each_entry_rcu(child, &parent->children, siblings) in walk_tg_tree_from()
8117 INIT_LIST_HEAD(&root_task_group.children); in sched_init()
8486 INIT_LIST_HEAD(&tg->children); in sched_online_group()
8487 list_add_rcu(&tg->siblings, &parent->children); in sched_online_group()
H A Dsched.h480 struct list_head children; member
H A Drt.c2948 * The sum of our children's runtime should not exceed our own. in tg_rt_schedulable()
2950 list_for_each_entry_rcu(child, &tg->children, siblings) in tg_rt_schedulable()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h809 * 'init_load_pct' represents the initial task load assigned to children
983 * Children/sibling form the list of natural children:
985 struct list_head children; member
992 * This includes both natural children and PTRACE_ATTACH targets.

Completed in 28 milliseconds