Searched refs:children (Results 126 - 143 of 143) sorted by relevance

123456

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_type.h540 struct ice_sched_node **children; member in struct:ice_sched_node
/linux-master/include/linux/
H A Dsched.h997 * Children/sibling form the list of natural children:
999 struct list_head children; member in struct:task_struct
1006 * This includes both natural children and PTRACE_ATTACH targets.
H A Dpci.h650 struct list_head children; /* List of child buses */ member in struct:pci_bus
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1000 def __init__(self, *children):
1004 for child in children:
1014 def __init__(self, *children):
1018 for child in children:
1028 def __init__(self, *children):
1030 self.vbox.setLayout(VBoxLayout(*children))
/linux-master/block/partitions/
H A Dldm.c752 comp->children = ldm_get_vnum (buffer + 0x1D + r_vstate);
/linux-master/drivers/pcmcia/
H A Dyenta_socket.c1112 list_for_each_entry(sibling, &bridge_to_fix->parent->children,
/linux-master/drivers/parisc/
H A Dlba_pci.c698 list_for_each_entry(child, &bus->children, node)
/linux-master/fs/ceph/
H A Dsuper.h274 int split_by; /* i.e. 2^(split_by) children */
914 * are organized into a hierarchy, such that children inherit (some of)
936 struct list_head children; /* list of child realms */ member in struct:ceph_snap_realm
/linux-master/drivers/input/mouse/
H A Dpsmouse-base.c1902 while (!list_empty(&serio->children)) {
1905 "failed to destroy children ports, protocol change aborted.\n");
/linux-master/kernel/sched/
H A Dcore.c1302 list_for_each_entry_rcu(child, &parent->children, siblings) {
9980 INIT_LIST_HEAD(&root_task_group.children);
10405 INIT_LIST_HEAD(&tg->children);
10406 list_add_rcu(&tg->siblings, &parent->children);
H A Drt.c2759 * The sum of our children's runtime should not exceed our own.
2761 list_for_each_entry_rcu(child, &tg->children, siblings) {
H A Dsched.h414 struct list_head children; member in struct:task_group
1853 * the SDF_SHARED_CHILD metaflag, all the children domains also have @flag.
/linux-master/tools/perf/util/
H A Dannotate.c116 .children = LIST_HEAD_INIT(stackop_type.self.children),
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py1433 self.children = []
1449 # parents/children, html id for timeline/callgraph
2062 node.children.append(cnode)
2081 if len(node.children) > 0:
2083 for cnode in node.children:
2346 # function call with children
2351 # function call with no children (leaf)
5624 ' A = async/sync PM queue (A/S) C = runtime active children\n'\
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c2166 list_for_each_entry(child, &bus->children, node)
/linux-master/net/ieee802154/
H A Dnl802154.c1800 list_for_each_entry(child, &wpan_dev->children, node) {
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c1287 list_for_each_entry(child, &pp->bridge->bus->children, node) {
/linux-master/drivers/pci/
H A Dpci.c185 * pci_bus_max_busnr - returns maximum PCI bus number of given bus' children
197 list_for_each_entry(tmp, &bus->children, node) {
3068 * children won't change that.
3087 * so we need to go through all children to find out if one of them

Completed in 415 milliseconds

123456