Searched refs:children (Results 1 - 25 of 143) sorted by path

123456

/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h131 * @num_children: current size of the @children array
132 * @children: pointers to children
159 struct nfp_qdisc **children; member in struct:nfp_qdisc
/linux-master/include/linux/mfd/
H A Dwl1273-core.h241 unsigned int children; member in struct:wl1273_fm_platform_data
/linux-master/include/linux/
H A Dsh_clk.h47 struct list_head children; member in struct:clk
48 struct list_head sibling; /* node for children */
/linux-master/tools/perf/util/
H A Dcall-path.c23 cp->children = RB_ROOT;
92 p = &parent->children.rb_node;
111 rb_insert_color(&cp->rb_node, &parent->children);
/linux-master/Documentation/sphinx/
H A Dkernel_abi.py137 return node.children
H A Dkernel_feat.py133 return node.children
H A Dkerneldoc.py148 return node.children
H A Dkfigure.py607 parsed[0].rawsource, '', *parsed[0].children)
H A Dtranslations.py81 isinstance(xref, nodes.reference), node.children))
/linux-master/arch/alpha/kernel/
H A Dpci.c307 list_for_each_entry(child_bus, &b->children, node)
/linux-master/arch/arm/kernel/
H A Dbios32.c269 * but before its children are examined.
522 list_for_each_entry(child, &bus->children, node)
/linux-master/arch/arm64/kernel/
H A Dpci.c217 list_for_each_entry(child, &bus->children, node)
/linux-master/arch/loongarch/pci/
H A Dacpi.c241 list_for_each_entry(child, &bus->children, node)
/linux-master/arch/mips/pci/
H A Dpci-legacy.c130 list_for_each_entry(child, &bus->children, node)
/linux-master/arch/powerpc/include/asm/
H A Dpnv-pci.h71 struct list_head children; member in struct:pnv_php_slot
/linux-master/arch/powerpc/kernel/
H A Dpci-common.c1152 * Reparent resource children of pr that conflict with res
1153 * under res, and make res replace those children.
1286 list_for_each_entry(b, &bus->children, node)
1472 list_for_each_entry(child_bus, &bus->children, node)
1699 list_for_each_entry(child, &bus->children, node)
H A Dpci-hotplug.c30 list_for_each_entry(tmp, &bus->children, node) {
84 list_for_each_entry(child_bus, &bus->children, node)
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c2166 list_for_each_entry(child, &bus->children, node)
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c590 int children; local
614 /* Count number of direct PCI children of the PHB. */
615 for (children = 0, tmp = dn->child; tmp; tmp = tmp->sibling)
616 children++;
618 pr_debug("Children: %d\n", children);
630 while (pci->phb->dma_window_size * children > 0x80000000ul)
655 /* Divide the rest (1.75GB) among the children */
657 while (pci->phb->dma_window_size * children > 0x70000000ul)
H A Dpci_dlpar.c64 /* We cannot to remove a root bus that has children */
65 if (!(list_empty(&b->children) && list_empty(&b->devices)))
/linux-master/arch/s390/include/asm/
H A Dgmap.h37 * @children: list of shadow gmap structures
63 struct list_head children; member in struct:gmap
/linux-master/arch/s390/mm/
H A Dgmap.c74 INIT_LIST_HEAD(&gmap->children);
258 if (!list_empty(&gmap->children)) {
260 list_for_each_entry_safe(sg, next, &gmap->children, list) {
1626 list_for_each_entry(sg, &parent->children, list) {
1710 list_for_each_entry(sg, &parent->children, list) {
1722 list_add(&new->list, &parent->children);
2287 if (!list_empty(&gmap->children) && (bits & PGSTE_VSIE_BIT)) {
2290 &gmap->children, list)
/linux-master/arch/sparc/kernel/
H A Dpci.c618 list_for_each_entry(child_bus, &bus->children, node)
684 list_for_each_entry(child_bus, &bus->children, node)
927 list_for_each_entry(bus, &pbus->children, node)
H A Dpci_common.c498 list_for_each_entry(bus, &pbus->children, node)
521 list_for_each_entry(bus, &pbus->children, node)
545 list_for_each_entry(bus, &pbus->children, node)
/linux-master/arch/x86/pci/
H A Dacpi.c465 list_for_each_entry(child, &bus->children, node)

Completed in 431 milliseconds

123456