Home
last modified time | relevance | path

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

12

/arch/s390/numa/
Dtoptree.h21 struct list_head children; member
37 list_for_each_entry(child, &ptree->children, sibling)
40 list_for_each_entry_safe(child, ptmp, &ptree->children, sibling)
44 (ptree->parent->children.prev == &ptree->sibling))
Dtoptree.c41 INIT_LIST_HEAD(&res->children); in toptree_alloc()
105 list_for_each_entry(child, &cand->children, sibling) in toptree_update_mask()
128 list_add_tail(&cand->sibling, &target->children); in toptree_insert()
264 if (!list_empty(&context->children)) { in toptree_first()
265 list_for_each_entry(child, &context->children, sibling) { in toptree_first()
287 if (cur == list_last_entry(&cur->parent->children, in toptree_next_sibling()
/arch/powerpc/kernel/
Dpci-hotplug.c33 list_for_each_entry(tmp, &bus->children, node) { in find_bus_among_children()
82 list_for_each_entry(child_bus, &bus->children, node) in pci_hp_remove_devices()
/arch/c6x/platforms/
Dpll.c102 list_for_each_entry(clk, &root->children, childnode) { in propagate_rate()
146 list_add(&clk->childnode, &clk->parent->children); in clk_set_parent()
172 list_add_tail(&clk->childnode, &clk->parent->children); in clk_register()
329 INIT_LIST_HEAD(&clk->children); in __init_clk()
403 list_for_each_entry(clk, &parent->children, childnode) { in dump_clock()
Dplldata.c32 .children = LIST_HEAD_INIT(clkin1.children),
/arch/powerpc/platforms/pseries/
Dpci_dlpar.c76 if (!(list_empty(&b->children) && list_empty(&b->devices))) in remove_phb_dynamic()
Diommu.c601 int children; in pci_dma_bus_setup_pSeries() local
626 for (children = 0, tmp = dn->child; tmp; tmp = tmp->sibling) in pci_dma_bus_setup_pSeries()
627 children++; in pci_dma_bus_setup_pSeries()
629 pr_debug("Children: %d\n", children); in pci_dma_bus_setup_pSeries()
641 while (pci->phb->dma_window_size * children > 0x80000000ul) in pci_dma_bus_setup_pSeries()
668 while (pci->phb->dma_window_size * children > 0x70000000ul) in pci_dma_bus_setup_pSeries()
/arch/arm/mach-davinci/
Dclock.c152 list_for_each_entry(clk, &root->children, childnode) { in propagate_rate()
208 list_add(&clk->childnode, &clk->parent->children); in clk_set_parent()
240 INIT_LIST_HEAD(&clk->children); in clk_register()
253 list_add_tail(&clk->childnode, &clk->parent->children); in clk_register()
704 list_for_each_entry(clk, &parent->children, childnode) { in dump_clock()
Dclock.h99 struct list_head children; /* list of children */ member
/arch/arm/boot/dts/
Dcros-adc-thermistors.dtsi3 * children of the IIO based ADC.
/arch/c6x/include/asm/
Dclock.h90 struct list_head children; /* list of children */ member
/arch/powerpc/include/asm/
Dpnv-pci.h80 struct list_head children; member
/arch/mn10300/unit-asb2305/
Dpci-asb2305.c123 pcibios_allocate_bus_resources(&bus->children); in pcibios_allocate_bus_resources()
/arch/frv/mb93090-mb00/
Dpci-frv.c100 pcibios_allocate_bus_resources(&bus->children); in pcibios_allocate_bus_resources()
/arch/s390/include/asm/
Dgmap.h49 struct list_head children; member
/arch/sparc/kernel/
Dpci_common.c518 list_for_each_entry(bus, &pbus->children, node) in pci_scan_for_target_abort()
541 list_for_each_entry(bus, &pbus->children, node) in pci_scan_for_master_abort()
565 list_for_each_entry(bus, &pbus->children, node) in pci_scan_for_parity_error()
Dpci.c623 list_for_each_entry(child_bus, &bus->children, node) in pci_bus_register_of_sysfs()
653 list_for_each_entry(child_bus, &bus->children, node) in pci_claim_bus_resources()
1056 list_for_each_entry(bus, &pbus->children, node) in pcie_bus_slot_names()
/arch/arm/mach-omap1/
Dclock.c744 list_add(&child->sibling, &parent->children); in clk_reparent()
756 list_for_each_entry(clkp, &tclk->children, sibling) { in propagate_rate()
792 INIT_LIST_HEAD(&clk->children); in clk_preinit()
808 list_add(&clk->sibling, &clk->parent->children); in clk_register()
Dclock.h146 struct list_head children; member
/arch/arm64/kernel/
Dpci.c200 list_for_each_entry(child, &bus->children, node) in pci_acpi_scan_root()
/arch/s390/mm/
Dgmap.c60 INIT_LIST_HEAD(&gmap->children); in gmap_alloc()
242 if (!list_empty(&gmap->children)) { in gmap_remove()
244 list_for_each_entry_safe(sg, next, &gmap->children, list) { in gmap_remove()
1435 list_for_each_entry(sg, &parent->children, list) { in gmap_find_shadow()
1517 list_for_each_entry(sg, &parent->children, list) { in gmap_shadow()
1529 list_add(&new->list, &parent->children); in gmap_shadow()
2093 if (!list_empty(&gmap->children) && (bits & PGSTE_VSIE_BIT)) { in ptep_notify()
2096 &gmap->children, list) in ptep_notify()
/arch/mips/pci/
Dpci-legacy.c134 list_for_each_entry(child, &bus->children, node) in pcibios_scanbus()
/arch/x86/pci/
Di386.c240 list_for_each_entry(child, &bus->children, node) in pcibios_allocate_bus_resources()
Dacpi.c380 list_for_each_entry(child, &bus->children, node) in pci_acpi_scan_root()
/arch/alpha/kernel/
Dpci.c298 list_for_each_entry(child_bus, &b->children, node) in pcibios_claim_one_bus()

12