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

12

/linux-4.1.27/include/uapi/linux/
H A Dwait.h11 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
12 #define __WALL 0x40000000 /* Wait on all children, regardless of type */
13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */
/linux-4.1.27/fs/nfs/blocklayout/
H A Ddev.c21 bl_free_device(&dev->children[i]); bl_free_device()
22 kfree(dev->children); bl_free_device()
135 struct pnfs_block_dev *child = &dev->children[i]; bl_map_concat()
173 child = &dev->children[chunk_idx]; bl_map_stripe()
238 d->children = kcalloc(v->concat.volumes_count, bl_parse_concat()
240 if (!d->children) bl_parse_concat()
244 ret = bl_parse_deviceid(server, &d->children[i], bl_parse_concat()
250 d->children[i].start += len; bl_parse_concat()
251 len += d->children[i].len; bl_parse_concat()
267 d->children = kcalloc(v->stripe.volumes_count, bl_parse_stripe()
269 if (!d->children) bl_parse_stripe()
273 ret = bl_parse_deviceid(server, &d->children[i], bl_parse_stripe()
279 len += d->children[i].len; bl_parse_stripe()
H A Dblocklayout.h110 struct pnfs_block_dev *children; member in struct:pnfs_block_dev
/linux-4.1.27/drivers/mfd/
H A Dwl1273-core.c188 int children = 0; wl1273_core_probe() local
198 if (!(pdata->children & WL1273_RADIO_CHILD)) { wl1273_core_probe()
215 cell = &core->cells[children]; wl1273_core_probe()
219 children++; wl1273_core_probe()
227 if (pdata->children & WL1273_CODEC_CHILD) { wl1273_core_probe()
228 cell = &core->cells[children]; wl1273_core_probe()
234 children++; wl1273_core_probe()
237 dev_dbg(&client->dev, "%s: number of children: %d.\n", wl1273_core_probe()
238 __func__, children); wl1273_core_probe()
241 children, NULL, 0, NULL); wl1273_core_probe()
H A Dretu-mfd.c124 const struct mfd_cell *children; member in struct:retu_data
131 .children = retu_devs,
138 .children = tahvo_devs,
274 ret = mfd_add_devices(rdev->dev, -1, rdat->children, rdat->nchildren, retu_probe()
H A Dtwl6040.c624 int irq, ret, children = 0; twl6040_probe() local
736 cell = &twl6040->cells[children]; twl6040_probe()
742 children++; twl6040_probe()
748 cell = &twl6040->cells[children]; twl6040_probe()
754 children++; twl6040_probe()
758 cell = &twl6040->cells[children]; twl6040_probe()
760 children++; twl6040_probe()
766 ret = mfd_add_devices(&client->dev, -1, twl6040->cells, children, twl6040_probe()
H A Dtps65090.c221 /* Don't tell children they have an IRQ that'll never fire */ tps65090_i2c_probe()
H A Dwm8994-core.c352 dev_err(wm8994->dev, "Failed to add children: %d\n", ret); wm8994_device_init()
585 dev_err(wm8994->dev, "Failed to add children: %d\n", ret); wm8994_device_init()
H A Dmfd-core.c103 list_for_each_entry(child_adev, &parent_adev->children, node) mfd_acpi_add_device()
H A Darizona-core.c704 dev_err(dev, "Failed to add early children: %d\n", ret); arizona_dev_init()
719 * one of its children. Meaning that the regulator will be arizona_dev_init()
H A Domap-usb-host.c816 dev_err(dev, "Failed to create DT children: %d\n", ret); usbhs_omap_probe()
854 /* remove children */ usbhs_omap_remove()
H A Ddm355evm_msp.c406 /* FIXME remove children ... */ dm355evm_msp_probe()
/linux-4.1.27/drivers/net/phy/
H A Dmdio-mux.c28 /* List of our children linked through their next fields. */
29 struct mdio_mux_child_bus *children; member in struct:mdio_mux_parent_bus
167 cb->next = pb->children; mdio_mux_init()
168 pb->children = cb; mdio_mux_init()
171 if (pb->children) { mdio_mux_init()
185 struct mdio_mux_child_bus *cb = pb->children; mdio_mux_uninit()
/linux-4.1.27/drivers/input/misc/
H A Dsoc_button_array.c47 struct platform_device *children[BUTTON_TYPES]; member in struct:soc_button_data
148 if (priv->children[i]) soc_button_remove()
149 platform_device_unregister(priv->children[i]); soc_button_remove()
187 priv->children[i] = pd; soc_button_probe()
190 if (!priv->children[0] && !priv->children[1]) soc_button_probe()
/linux-4.1.27/Documentation/filesystems/configfs/
H A Dconfigfs_example_explicit.c46 * on the subsystem. See the next example, 02-simple-children, for
190 * 02-simple-children
310 "[02-simple-children]\n" simple_children_attr_show()
344 .ci_namebuf = "02-simple-children",
354 * 03-group-children
360 * children of its own.
394 "[03-group-children]\n" group_children_attr_show()
397 "groups are like the subsystem simple-children.\n"); group_children_attr_show()
422 .ci_namebuf = "03-group-children",
H A Dconfigfs_example_macros.c45 * on the subsystem. See the next example, 02-simple-children, for
153 * 02-simple-children
273 "[02-simple-children]\n" simple_children_attr_show()
307 .ci_namebuf = "02-simple-children",
317 * 03-group-children
323 * children of its own.
357 "[03-group-children]\n" group_children_attr_show()
360 "groups are like the subsystem simple-children.\n"); group_children_attr_show()
385 .ci_namebuf = "03-group-children",
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dpci_dlpar.c49 list_for_each_entry(tmp, &bus->children, node) { find_bus_among_children()
107 /* We cannot to remove a root bus that has children */ remove_phb_dynamic()
108 if (!(list_empty(&b->children) && list_empty(&b->devices))) remove_phb_dynamic()
H A Diommu.c556 int children; pci_dma_bus_setup_pSeries() local
580 /* Count number of direct PCI children of the PHB. */ pci_dma_bus_setup_pSeries()
581 for (children = 0, tmp = dn->child; tmp; tmp = tmp->sibling) pci_dma_bus_setup_pSeries()
582 children++; pci_dma_bus_setup_pSeries()
584 pr_debug("Children: %d\n", children); pci_dma_bus_setup_pSeries()
596 while (pci->phb->dma_window_size * children > 0x80000000ul) pci_dma_bus_setup_pSeries()
620 /* Divide the rest (1.75GB) among the children */ pci_dma_bus_setup_pSeries()
622 while (pci->phb->dma_window_size * children > 0x70000000ul) pci_dma_bus_setup_pSeries()
/linux-4.1.27/arch/um/kernel/skas/
H A Dsyscall.c26 * children at all, sometimes hanging when bash doesn't see the first handle_syscall()
/linux-4.1.27/arch/alpha/kernel/
H A Dgct.c42 /* Then the children. */ gct6_find_nodes()
H A Dpci.c297 list_for_each_entry(child_bus, &b->children, node) pcibios_claim_one_bus()
/linux-4.1.27/tools/perf/ui/gtk/
H A Dprogress.c45 /* this will also destroy all of its children */ gtk_ui_progress__finish()
/linux-4.1.27/fs/notify/
H A Dfsnotify.h51 * update the dentry->d_flags of all of inode's children to indicate if inode cares
52 * about events that happen to its children.
H A Dfsnotify.c46 * Given an inode, first check if we care what happens to our children. Inotify
48 * on a child we run all of our children and set a dentry flag saying that the
60 /* determine if the children should tell inode about their events */ __fsnotify_update_child_dentry_flags()
69 /* run all of the children of the original inode and fix their __fsnotify_update_child_dentry_flags()
H A Dmark.c187 * The next time an event arrive to this inode from one of it's children fsnotify_destroy_mark_locked()
189 * children and will update all of these flags then. So really this fsnotify_destroy_mark_locked()
/linux-4.1.27/drivers/of/
H A Dplatform.c317 * of_platform_bus_create() - Create a device for a node and its children.
383 * Note that children of the provided root are not instantiated as devices
400 /* Do a self check of bus type, if there's a match, create children */ of_platform_bus_probe()
426 * and it is suitable for creating devices which are children of the root
427 * node (of_platform_bus_probe will only create children of the root which
484 * @parent: device which children will be removed
486 * Complementary to of_platform_populate(), this function removes children
487 * of the given device (and, recurrently, their children) that have been
491 * Returns 0 when all children devices have been removed or
492 * -EBUSY when some children remained.
H A Dirq.c554 * its children can get processed in a subsequent pass.
559 /* Get the next pending parent that might have children */
563 pr_err("of_irq_init: children remain, but no parents\n");
H A Dresolver.c109 /* now do the children recursively */
/linux-4.1.27/scripts/dtc/
H A Dlivetree.c100 struct node *build_node(struct property *proplist, struct node *children) build_node() argument
108 new->children = children; build_node()
185 while (new_node->children) {
187 new_child = new_node->children;
188 new_node->children = new_child->next_sibling;
266 p = &parent->children; add_child()
275 struct node *node = parent->children; delete_node_by_name()
561 bootcpu = cpus->children; guess_boot_cpuid()
687 node->children = tbl[0]; sort_subnodes()
H A Ddtc.h149 struct node *children; member in struct:node
178 for ((c) = (n)->children; (c); (c) = (c)->next_sibling)
192 struct node *build_node(struct property *proplist, struct node *children);
/linux-4.1.27/drivers/input/serio/
H A Dserio.c523 INIT_LIST_HEAD(&serio->children); serio_init_port()
551 list_add_tail(&serio->child_node, &parent->children); serio_add_port()
617 * Reconnect serio port and all its children (re-initialize attached
632 if (!list_empty(&s->children)) { serio_reconnect_subtree()
633 s = list_first_entry(&s->children, serio_reconnect_subtree()
647 if (!list_is_last(&s->child_node, &parent->children)) { serio_reconnect_subtree()
660 * all children ports are unbound and destroyed.
670 while (!list_empty(&serio->children)) { serio_disconnect_port()
673 while (!list_empty(&s->children)) serio_disconnect_port()
674 s = list_first_entry(&s->children, serio_disconnect_port()
692 * OK, no children left, now disconnect this port. serio_disconnect_port()
733 * Safely unregisters children ports if they are present.
740 list_for_each_entry_safe(s, next, &serio->children, child_node) { serio_unregister_child_port()
H A Dps2mult.c218 /* Note that serio core already take care of children ports */ ps2mult_disconnect()
/linux-4.1.27/drivers/acpi/acpica/
H A Dnsalloc.c252 /* Link the new entry into the parent and existing children */ acpi_ns_install_node()
290 * PARAMETERS: parent_node - Delete this objects children
294 * DESCRIPTION: Delete all children of the parent object. In other words,
310 /* Deallocate all children at this level */ acpi_ns_delete_children()
384 /* Check if this node has any children */ acpi_ns_delete_namespace_subtree()
397 * No more children of this parent node. acpi_ns_delete_namespace_subtree()
403 * Now delete all of the children of this parent acpi_ns_delete_namespace_subtree()
489 /* Check if this node has any children */ acpi_ns_delete_namespace_by_owner()
504 * No more children of this parent node. acpi_ns_delete_namespace_by_owner()
H A Dnswalk.c55 * PARAMETERS: parent_node - Parent node whose children we are
92 * parent_node - Parent node whose children we are
326 /* No more children, re-visit this node */ acpi_ns_walk_namespace()
333 /* No more children, visit peers */ acpi_ns_walk_namespace()
344 * No more children of this node (acpi_ns_get_next_node failed), go acpi_ns_walk_namespace()
H A Dnsload.c239 /* Check if this object has any children */ acpi_ns_delete_subtree()
254 * No more children in this object, go back up to acpi_ns_delete_subtree()
259 /* Delete all children now */ acpi_ns_delete_subtree()
H A Dnsinit.c486 * not present and is not functional (we will not examine the children) acpi_ns_init_one_device()
529 * we will not run _INI, but we continue to examine the children acpi_ns_init_one_device()
546 * walk of this subtree immediately -- don't look at the children acpi_ns_init_one_device()
552 * OSPM will not run the _INI and will not examine the children acpi_ns_init_one_device()
H A Dpswalk.c90 /* No more children, this Op is complete. */ acpi_ps_delete_parse_tree()
H A Dpstree.c268 * DESCRIPTION: Get op's children or NULL if none
312 /* All others have no children */ acpi_ps_get_child()
H A Dnssearch.c123 * must search for the name among the children of this object acpi_ns_search_one_scope()
394 /* Install the new object into the parent's list of children */ acpi_ns_search_and_enter()
H A Dnsxfobj.c173 * parent - Parent object whose children we are getting ACPI_EXPORT_SYMBOL()
/linux-4.1.27/arch/c6x/platforms/
H A Dpll.c97 /* Propagate rate to children */ propagate_rate()
102 list_for_each_entry(clk, &root->children, childnode) { propagate_rate()
146 list_add(&clk->childnode, &clk->parent->children); clk_set_parent()
172 list_add_tail(&clk->childnode, &clk->parent->children); clk_register()
329 INIT_LIST_HEAD(&clk->children); __init_clk()
403 list_for_each_entry(clk, &parent->children, childnode) { dump_clock()
H A Dplldata.c32 .children = LIST_HEAD_INIT(clkin1.children),
/linux-4.1.27/arch/arm/mach-omap1/
H A Dclock.h106 * @children: list_head connecting to the child clks' @sibling list_heads
107 * @sibling: list_head connecting this clk to its parent clk's @children
132 * XXX @clkdm, @usecount, @children, @sibling should be marked for
135 * @children and @sibling are used to optimize parent-to-child clock
146 struct list_head children; member in struct:clk
147 struct list_head sibling; /* node for children */
H A Dclock.c764 list_add(&child->sibling, &parent->children); clk_reparent()
771 /* Propagate rate to children */ propagate_rate()
776 list_for_each_entry(clkp, &tclk->children, sibling) { propagate_rate()
812 INIT_LIST_HEAD(&clk->children); clk_preinit()
828 list_add(&clk->sibling, &clk->parent->children); clk_register()
/linux-4.1.27/drivers/pci/
H A Dremove.c100 * pci_stop_and_remove_bus_device - remove a PCI device and any children
105 * buses and children in a depth-first manner.
/linux-4.1.27/fs/proc/
H A Darray.c599 * us significant speedup on children-rich processes. get_children_pid()
605 if (list_is_last(&task->sibling, &start->children)) get_children_pid()
617 * We might miss some children here if children get_children_pid()
622 * "Just suppose that the parent sleeps, but N children get_children_pid()
624 * skips N extra children, we miss N tasks." (c) get_children_pid()
627 * its children to get a precise result. get_children_pid()
629 list_for_each_entry(task, &start->children, sibling) { get_children_pid()
/linux-4.1.27/arch/c6x/include/asm/
H A Dclock.h90 struct list_head children; /* list of children */ member in struct:clk
/linux-4.1.27/fs/coda/
H A Dcache.c76 /* Purging dentries and children */
89 /* this won't do any harm: just flag all children */ coda_flag_children()
H A Dupcall.c794 * force a new lookup for all the children
800 * purge it and its children from the dcache
/linux-4.1.27/tools/perf/util/
H A Dthread-stack.h79 * @children: tree of call paths of functions called
91 struct rb_root children; member in struct:call_path
H A Dcallchain.h35 struct rb_root rb_root_in; /* input tree of children */
36 struct rb_root rb_root; /* sorted output tree of children */
H A Ddwarf-aux.h71 DIE_FIND_CB_CHILD = 1, /* Search only children */
73 DIE_FIND_CB_CONTINUE = 3, /* Search children and siblings */
H A Dcallchain.c403 * will become the new parent of it's parent children
547 * This is second child since we moved parent's children split_add_child()
593 /* If at least first entry matches, rely to children */ append_chain_children()
603 /* nothing in children, add to the current node */ append_chain_children()
H A Dthread-stack.c339 cp->children = RB_ROOT; call_path__init()
408 p = &parent->children.rb_node; call_path__findnew()
427 rb_insert_color(&cp->rb_node, &parent->children); call_path__findnew()
/linux-4.1.27/include/linux/
H A Dmcb.h25 * @children: the child busses
30 struct list_head children; member in struct:mcb_bus
H A Dconfigfs.h214 * group supports make_group(), one can create group children. If it
215 * supports make_item(), one can create config_item children. make_group()
218 * group children. default_groups may coexist alongsize make_group() or
220 * children (disallowing mkdir(2)), it need not provide either function.
H A Dcgroup-defs.h98 /* siblings list anchored at the parent's ->children */
100 struct list_head children; member in struct:cgroup_subsys_state
113 * ->children lists are in the ascending order of ->serial_nr and
119 * Incremented by online self and children. Used to guarantee that
120 * parents are not offlined before their children.
220 * populated_cnt. All children with non-zero popuplated_cnt of
424 * cgroup cover those of its children. If %true, hierarchy support
H A Dserio.h41 struct list_head child_node; /* Entry in parent->children list */
42 struct list_head children; member in struct:serio
H A Dsh_clk.h46 struct list_head children; member in struct:clk
47 struct list_head sibling; /* node for children */
H A Dinit_task.h220 .children = LIST_HEAD_INIT(tsk.children), \
H A Dnsproxy.h19 * namespace that children will use.
H A Dkernfs.h76 /* children rbtree starts here and goes through kn->rb */
77 struct rb_root children; member in struct:kernfs_elem_dir
247 * under it. All children of @kn must have non-NULL namespace tags and
253 WARN_ON_ONCE(!RB_EMPTY_ROOT(&kn->dir.children)); kernfs_enable_ns()
261 * Test whether namespace filtering is enabled for the children of @ns.
H A Drbtree.h71 /* Postorder iteration - always visit the parent after its children */
H A Dcgroup.h351 * css_for_each_child - iterate through children of a css
353 * @parent: css whose children to walk
355 * Walk @parent's children. Must be called under rcu_read_lock().
H A Dpowercap.h132 * @idr: Instance to an idr entry for children zones.
320 * make sure that children for this zone are unregistered first.
H A Dsched.h644 * the process until it calls wait(). All children of this
1409 * children/sibling forms the list of my natural children
1411 struct list_head children; /* list of my children */ member in struct:task_struct
1412 struct list_head sibling; /* linkage in my parent's children list */
1417 * This includes both natural children and PTRACE_ATTACH targets.
H A Dpm.h86 * @prepare: The principal role of this callback is to prevent new children of
253 * their children.
257 * it was called for, although it may unregister children of that device (for
/linux-4.1.27/scripts/
H A Dasn1_compiler.c656 struct element *children; member in struct:element
918 element->children = alloc_elem(cursor); parse_type()
919 element = element->children; parse_type()
1004 element->children = parse_compound(&cursor, end, 1); parse_type()
1018 element->children = parse_type(&cursor, end, NULL); parse_type()
1020 element->children = parse_compound(&cursor, end, 0); parse_type()
1035 element->children = parse_type(&cursor, end, NULL); parse_type()
1037 element->children = parse_compound(&cursor, end, 1); parse_type()
1132 struct element *children, **child_p = &children, *element; parse_compound() local
1176 children->flags &= ~ELEMENT_CONDITIONAL; parse_compound()
1187 return children; parse_compound()
1344 for (ce = e->children; ce; ce = ce->next) render_out_of_line_list()
1412 render_element(out, e->children, e); render_element()
1491 for (ec = e->children; ec; ec = ec->next) render_element()
1520 render_element(out, e->children, NULL); render_element()
1541 for (ec = e->children; ec; ec = ec->next) render_element()
H A Danalyze_suspend.py184 children = 0 variable in class:DeviceNode
188 self.children = []
206 # parents/children, html id for timeline/callgraph
458 children = self.deviceDescendants(name, phase)
459 for dev in children:
524 children = self.deviceChildren(devname, phase)
525 family = children
526 for child in children:
544 node.children.append(cnode)
563 if len(node.children) > 0:
565 for cnode in node.children:
669 # function call with children
674 # function call with no children (leaf)
/linux-4.1.27/arch/arm64/kernel/
H A Dpci.c25 * Called after each bus is probed, but before its children are examined
H A Dtopology.c134 pr_err("%s: cpu-map children should be clusters\n", parse_cluster()
/linux-4.1.27/kernel/
H A Dpid_namespace.c195 * Ignore SIGCHLD causing any terminated children to autoreap. zap_pid_ns_processes()
232 * Reap the EXIT_ZOMBIE children we had before we ignored SIGCHLD. zap_pid_ns_processes()
233 * sys_wait4() will also block until our children traced from the zap_pid_ns_processes()
242 * sys_wait4() above can't reap the EXIT_DEAD children but we do not zap_pid_ns_processes()
375 * children can not escape their current pid namespace. pidns_install()
H A Dexit.c322 * Search in the children mm_update_next_owner()
324 list_for_each_entry(c, &p->children, sibling) { mm_update_next_owner()
332 list_for_each_entry(c, &p->real_parent->children, sibling) { mm_update_next_owner()
481 * When we die, we re-parent all our children, and try to:
484 * child_subreaper for its children (like a service manager)
561 if (list_empty(&father->children)) forget_original_parent()
565 list_for_each_entry(p, &father->children, sibling) { for_each_thread()
582 list_splice_tail_init(&father->children, &reaper->children);
924 * Wait for all children (clone and not) if __WALL is set or eligible_child()
931 * Otherwise, wait for clone children *only* if __WCLONE is set; eligible_child()
932 * otherwise, wait for non-clone children *only*. eligible_child()
1039 * which can reap other children at the same time. Until wait_task_zombie()
1348 * own children it should create a separate process which takes wait_consider_task()
1420 * ->notask_error is 0 if there were any eligible children,
1427 list_for_each_entry(p, &tsk->children, sibling) { do_wait_thread()
H A Dcgroup.c172 * Also, as csses are always appended to the parent's ->children list, it
418 list_for_each_entry((child), &(cgrp)->self.children, self.sibling) \
448 * The default css_set - used by init and its children prior to any
901 BUG_ON(!list_empty(&cgrp->self.children)); cgroup_destroy_root()
991 * is zero, and its list of 'children' cgroups is empty. Since all
994 * always has either children cgroups and/or using tasks. So we don't
1530 if (!list_empty(&root->cgrp.self.children)) { cgroup_remount()
1611 INIT_LIST_HEAD(&cgrp->self.children); init_cgroup_housekeeping()
1718 BUG_ON(!list_empty(&root_cgrp->self.children)); cgroup_setup_root()
1907 * If @root doesn't have any mounts or children, start killing it. cgroup_kill_sb()
1913 if (!list_empty(&root->cgrp.self.children) || cgroup_kill_sb()
2581 /* show controllers which are enabled for a given cgroup's children */ cgroup_subtree_control_show()
3352 * @parent: css whose children to walk
3389 * children until the first css with higher serial number than css_next_child()
3394 next = list_entry_rcu(parent->children.next, struct cgroup_subsys_state, sibling); css_next_child()
3398 list_for_each_entry_rcu(next, &parent->children, sibling) css_next_child()
3407 if (&next->sibling != &parent->children) css_next_child()
3553 * css_has_online_children - does a css have online children
3556 * Returns %true if @css has any online children; otherwise, %false. This
4400 * children. css_free_work_fn()
4482 INIT_LIST_HEAD(&css->children); init_and_link_css()
4576 list_add_tail_rcu(&css->sibling, &parent_css->children); create_css()
4675 list_add_tail_rcu(&cgrp->self.sibling, &cgroup_parent(cgrp)->self.children); cgroup_mkdir()
4853 * Make sure there's no live children. We can't test emptiness of
4854 * ->self.children as dead children linger on it while being
H A Dresource.c339 * This walks through whole tree and not just first level children
386 * ranges. This walks through whole tree and not just first level children.
803 * resource is inserted and the conflicting resources become children of
910 * Existing children of the resource are assumed to be immutable.
1159 * Existing children of the busy memory resource must be immutable in the
1166 * assumes that all children remain in the lower address entry for
H A Dfork.c474 * Clear hugetlb-related page reserves for children. This only dup_mmap()
1334 INIT_LIST_HEAD(&p->children); copy_process()
1572 list_add_tail(&p->sibling, &p->real_parent->children); copy_process()
/linux-4.1.27/arch/arm/mach-davinci/
H A Dclock.c145 /* Propagate rate to children */ propagate_rate()
150 list_for_each_entry(clk, &root->children, childnode) { propagate_rate()
194 list_add(&clk->childnode, &clk->parent->children); clk_set_parent()
217 INIT_LIST_HEAD(&clk->children); clk_register()
222 list_add_tail(&clk->childnode, &clk->parent->children); clk_register()
672 list_for_each_entry(clk, &parent->children, childnode) { dump_clock()
H A Dclock.h99 struct list_head children; /* list of children */ member in struct:clk
/linux-4.1.27/tools/perf/tests/
H A Dhists_cumulate.c159 u64 children; member in struct:result
213 TEST_ASSERT_VAL(buf, he->stat_acc->period == expected[i].children); do_test()
244 /* NO callchain + NO children */ test1()
294 /* callcain + NO children */ test2()
441 /* NO callchain + children */ test3()
497 /* callchain + children */ test4()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
H A Dhandle.c44 hprintk(handle, TRACE, "init children\n"); nvkm_handle_init()
70 hprintk(handle, TRACE, "%s children\n", name[suspend]); nvkm_handle_fini()
H A Dioctl.c60 nv_debug(object, "cannot have children (sclass)\n"); nvkm_ioctl_sclass()
111 nv_debug(handle->object, "cannot have children (ctor)\n"); nvkm_ioctl_new()
136 * between the parent and its children (eg. PGRAPH context) nvkm_ioctl_new()
468 nv_debug(object, "cannot have children (path)\n"); nvkm_ioctl_path()
/linux-4.1.27/arch/powerpc/kernel/
H A Deeh_dev.c91 /* EEH devices for children OF nodes */ eeh_dev_phb_init_dynamic()
99 * nodes and their children OF nodes
H A Dpci-hotplug.c48 list_for_each_entry(child_bus, &bus->children, node) pcibios_remove_pci_devices()
H A Drtas_pci.c99 /* Search only direct children of the bus */ rtas_pci_read_config()
160 /* Search only direct children of the bus */ rtas_pci_write_config()
H A Dpci_dn.c323 * function is called and the children are processed recursively.
360 /* Depth first...do children */ traverse_pci_devices()
441 /* Update dn->phb ptrs for new phb and children devices */ pci_devs_phb_init_dynamic()
H A Dpci_of_scan.c360 /* Scan direct children */ for_each_child_of_node()
H A Deeh_pe.c647 * eeh_pe_state_clear - Clear state for the PE and its children
651 * When the PE and its children has been recovered from error,
840 * This routine performs a recursive walk to the children
H A Dpci-common.c1106 * Reparent resource children of pr that conflict with res
1107 * under res, and make res replace those children.
1247 list_for_each_entry(b, &bus->children, node)
1447 list_for_each_entry(child_bus, &bus->children, node) pcibios_claim_one_bus()
1679 list_for_each_entry(child, &bus->children, node) pcibios_scan_phb()
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dsignal.h69 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/include/uapi/asm-generic/
H A Dsignal.h59 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dsignal.h72 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dsignal.h48 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/arch/avr32/include/uapi/asm/
H A Dsignal.h69 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/arch/cris/include/uapi/asm/
H A Dsignal.h64 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/arch/m32r/include/uapi/asm/
H A Dsignal.h66 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/arch/m68k/include/uapi/asm/
H A Dsignal.h64 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/arch/arm/include/uapi/asm/
H A Dsignal.h64 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/drivers/sh/clk/
H A Dcore.c218 list_add(&child->sibling, &parent->children); clk_reparent()
224 /* Propagate rate to children */ propagate_rate()
229 list_for_each_entry(clkp, &tclk->children, sibling) { propagate_rate()
425 INIT_LIST_HEAD(&clk->children); clk_register()
433 list_add(&clk->sibling, &clk->parent->children); clk_register()
/linux-4.1.27/kernel/gcov/
H A Dfs.c33 * @children: child nodes
52 struct list_head children; member in struct:gcov_node
416 INIT_LIST_HEAD(&node->children); init_node()
459 list_add(&node->list, &parent->children); new_node()
504 while ((node != &root_node) && list_empty(&node->children)) { remove_node()
520 list_for_each_entry(node, &parent->children, list) { get_child_by_name()
542 else if (list_empty(&node->children)) { reset_write()
/linux-4.1.27/net/sched/
H A Dsch_cbq.c113 struct cbq_class *children; /* Pointer to children chain */ member in struct:cbq_class
123 level of children + 1 for nodes.
1017 cl = this->children; cbq_adjust_levels()
1022 } while ((cl = cl->sibling) != this->children); cbq_adjust_levels()
1140 if (this->tparent->children == this) { cbq_unlink_class()
1141 this->tparent->children = this->sibling; cbq_unlink_class()
1143 this->tparent->children = NULL; cbq_unlink_class()
1161 if (parent->children == NULL) { cbq_link_class()
1162 parent->children = this; cbq_link_class()
1164 this->sibling = parent->children->sibling; cbq_link_class()
1165 parent->children->sibling = this; cbq_link_class()
1919 if (cl->filters || cl->children || cl == &q->link) cbq_delete()
H A Dsch_hfsc.c125 struct list_head children; /* child classes */ member in struct:hfsc_class
129 struct rb_root vt_tree; /* active children sorted by cl_vt */
131 struct rb_root cf_tree; /* active children sorted by cl_f */
148 u64 cl_cfmin; /* earliest children's fit-time (used
151 children fit for link-sharing
172 unsigned long cl_nactive; /* number of active children */
709 * last period for all children. init_vf()
911 list_for_each_entry(p, &cl->children, siblings) { hfsc_adjust_levels()
1093 INIT_LIST_HEAD(&cl->children); hfsc_change_class()
1099 list_add_tail(&cl->siblings, &parent->children); hfsc_change_class()
1458 INIT_LIST_HEAD(&q->root.children); hfsc_init_qdisc()
H A Dsch_htb.c111 unsigned int children; member in struct:htb_class
1206 if (cl->parent->children > 1) htb_parent_last_child()
1283 * refs so that we can remove children safely there ? htb_delete()
1285 if (cl->children || cl->filter_cnt) htb_delete()
1305 cl->parent->children--; htb_delete()
1417 cl->children = 0; htb_change_class()
1466 parent->children++; htb_change_class()
H A Dsch_api.c256 * (root qdisc, all its children, children of children etc.)
/linux-4.1.27/drivers/clk/
H A Dclk.c69 struct hlist_head children; member in struct:clk_core
192 hlist_for_each_entry(child, &c->children, child_node) clk_summary_show_subtree()
251 hlist_for_each_entry(child, &c->children, child_node) { clk_dump_subtree()
393 * Dynamically removes a clk and all it's children clk nodes from the
489 hlist_for_each_entry(child, &clk->children, child_node) clk_unprepare_unused_subtree()
516 hlist_for_each_entry(child, &clk->children, child_node) clk_disable_unused_subtree()
756 hlist_for_each_entry(child, &clk->children, child_node) { __clk_lookup_subtree()
1288 hlist_for_each_entry(child, &clk->children, child_node) __clk_recalc_accuracies()
1368 hlist_for_each_entry(child, &clk->children, child_node) __clk_recalc_rates()
1446 hlist_add_head(&clk->child_node, &new_parent->children); clk_reparent()
1586 hlist_for_each_entry(child, &clk->children, child_node) { __clk_speculate_rates()
1609 hlist_for_each_entry(child, &clk->children, child_node) { clk_calc_subtree()
1724 hlist_for_each_entry(child, &clk->children, child_node) { clk_propagate_rate_change()
1725 /* Skip children who will be reparented to another clock */ clk_propagate_rate_change()
1733 /* handle the new child who might not be in clk->children yet */ clk_propagate_rate_change()
1796 hlist_for_each_entry_safe(child, tmp, &clk->children, child_node) { clk_change_rate()
1797 /* Skip children who will be reparented to another clock */ clk_change_rate()
1803 /* handle the new child who might not be in clk->children yet */ clk_change_rate()
2358 * clocks and re-parent any that are children of the clock currently __clk_init()
2363 &clk->parent->children); __clk_init()
2410 * walk the list of orphan clocks and reparent any that are children of __clk_init()
2654 if (!hlist_empty(&clk->core->children)) { clk_unregister()
2658 /* Reparent all children to the orphan list. */ clk_unregister()
2659 hlist_for_each_entry_safe(child, t, &clk->core->children, clk_unregister()
/linux-4.1.27/arch/sparc/kernel/
H A Dpci_common.c504 list_for_each_entry(bus, &pbus->children, node) pci_scan_for_target_abort()
527 list_for_each_entry(bus, &pbus->children, node) pci_scan_for_master_abort()
551 list_for_each_entry(bus, &pbus->children, node) pci_scan_for_parity_error()
H A Dprom_32.c54 * For children of the ROOT node, the naming convention is fixed and
57 * For children of other nodes, it is bus type specific. So
H A Dprom_64.c62 * For children of the ROOT node, the naming convention is fixed and
65 * For children of other nodes, it is bus type specific. So
H A Dpci.c616 list_for_each_entry(child_bus, &bus->children, node) pci_bus_register_of_sysfs()
646 list_for_each_entry(child_bus, &bus->children, node) pci_claim_bus_resources()
1033 list_for_each_entry(bus, &pbus->children, node) pcie_bus_slot_names()
/linux-4.1.27/arch/xtensa/include/uapi/asm/
H A Dsignal.h79 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/drivers/acpi/
H A Dcontainer.c52 list_for_each_entry(child, &adev->children, node) acpi_container_offline()
H A Dglue.c97 if (check_children && list_empty(&adev->children)) find_child_checks()
112 list_for_each_entry(adev, &parent->children, node) { acpi_find_child_device()
H A Dscan.c380 * children under the container's physical_node_lock lock. acpi_scan_is_offline()
622 list_for_each_entry(child, &adev->children, node) { acpi_scan_bus_check()
1410 INIT_LIST_HEAD(&device->children); acpi_device_add()
1447 list_add_tail(&device->node, &device->parent->children); acpi_device_add()
1491 head = &adev->children; acpi_get_next_child()
2503 list_for_each_entry(child, &device->children, node) acpi_bus_attach()
2574 list_for_each_entry_reverse(child, &adev->children, node) acpi_bus_trim()
/linux-4.1.27/fs/
H A Dmount.h45 struct list_head mnt_mounts; /* list of children, anchored here */
H A Dpnode.c429 * umount the child only if the child has no children __propagate_umount()
/linux-4.1.27/init/
H A Ddo_mounts_initrd.c70 * its children, we need to tell the freezer not to wait for us. handle_initrd()
/linux-4.1.27/arch/mn10300/include/uapi/asm/
H A Dsignal.h74 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/arch/powerpc/include/uapi/asm/
H A Dsignal.h67 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dsignal.h60 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dsignal.h67 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/lib/
H A Drbtree.c33 * 4) Both children of every red node are black
463 * No right-hand children. Everything down and left is smaller than us, rb_next()
495 * No left-hand children. Go up till we find an ancestor which rb_prev()
541 /* If we're sitting on node, we've already seen our children */ rb_next_postorder()
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_lnode.h173 struct list_head cln_head; /* Head of the children lnode
176 uint32_t num_vports; /* Total NPIV/children LNodes*/
H A Dcsio_init.c721 /* Traverse children lnodes */ csio_lnodes_block_request()
760 /* Traverse children lnodes */ csio_lnodes_unblock_request()
801 /* Traverse children lnodes */ csio_lnodes_block_by_port()
841 /* Traverse children lnodes */ csio_lnodes_unblock_by_port()
877 /* Traverse children lnodes */ csio_lnodes_exit()
H A Dcsio_lnode.c158 /* Traverse children lnodes */ csio_ln_lookup_by_vnpi()
198 /* Traverse children lnodes */ csio_lnode_lookup_by_wwpn()
977 /* Traverse children lnodes list and send evt */ csio_post_event_lns()
1911 /* Traverse children lnodes list and send evt */ csio_notify_lnodes()
2087 /* Add lnode to list of sibling or children lnodes */ csio_lnode_init()
2119 /* If it is children lnode, decrement the csio_lnode_exit()
/linux-4.1.27/drivers/base/power/
H A Ddomain_governor.c71 * We can walk the children without any additional locking, because default_stop_ok()
88 * The children have been suspended already, so we don't need to take default_stop_ok()
H A Druntime.c217 * children don't set the flag because ancestor's pm_runtime_set_memalloc_noio()
713 * is set to ignore children.
975 * and the device parent's counter of unsuspended children is modified to
H A Dmain.c43 * because children are guaranteed to be discovered after parents, and
754 * This is a fib. But we'll allow new children to be added below device_resume()
1546 * Execute the ->prepare() callback(s) for given device. No new children of the
/linux-4.1.27/fs/ubifs/
H A Dmisc.h82 * the child or %NULL if no children were found.
199 * @child_cnt: number of children of this index node
H A Dshrinker.c31 * If the root of a TNC sub-tree is clean and old enough, then the children are
85 * children are older or of the same age. shrink_tnc()
/linux-4.1.27/include/net/
H A Drequest_sock.h168 * @rskq_accept_head - FIFO head of established children
169 * @rskq_accept_tail - FIFO tail of established children
H A Dinet_connection_sock.h70 * @icsk_accept_queue: FIFO of established children
/linux-4.1.27/fs/ceph/
H A Dsnap.c119 INIT_LIST_HEAD(&realm->children); ceph_create_snap_realm()
284 list_add(&realm->child_item, &parent->children); adjust_snap_realm_parent()
404 * rebuild snap context for the given realm and all of its children.
413 list_for_each_entry(child, &realm->children, child_item) rebuild_snap_realms()
596 * Queue cap_snaps for snap writeback for this realm and its children.
622 list_for_each_entry(child, &realm->children, child_item) { queue_realm_cap_snaps()
799 * realm and its children.
927 /* we may have taken some of the old realm's children. */ ceph_handle_snap()
H A Dsuper.h192 int split_by; /* i.e. 2^(split_by) children */
623 * are organized into a hierarchy, such that children inherit (some of)
644 struct list_head children; /* list of child realms */ member in struct:ceph_snap_realm
/linux-4.1.27/samples/bpf/
H A Dtest_maps.c185 /* fork N children and wait for them to complete */ run_parallel()
249 /* use the same map_fd in children to add elements to this map test_map_parallel()
/linux-4.1.27/fs/kernfs/
H A Ddir.c226 * @kn->parent->dir.children.
236 struct rb_node **node = &kn->parent->dir.children.rb_node; kernfs_link_sibling()
256 rb_insert_color(&kn->rb, &kn->parent->dir.children); kernfs_link_sibling()
270 * kn->parent->dir.children. Returns %true if @kn was actually
284 rb_erase(&kn->rb, &kn->parent->dir.children); kernfs_unlink_sibling()
570 * directory and link into the children list of the parent.
645 struct rb_node *node = parent->dir.children.rb_node; kernfs_find_ns()
950 rbn = rb_first(&pos->dir.children); kernfs_leftmost_descendant()
1370 struct rb_node *node = parent->dir.children.rb_node; kernfs_dir_pos()
/linux-4.1.27/net/ipv6/
H A Dip6_fib.c500 * Create new leaf node without children. fib6_add_1()
1232 int children; fib6_repair_tree() local
1246 children = 0; fib6_repair_tree()
1249 child = fn->right, children |= 1; fib6_repair_tree()
1251 child = fn->left, children |= 2; fib6_repair_tree()
1253 if (children == 3 || FIB6_SUBTREE(fn) fib6_repair_tree()
1256 || (children && fn->fn_flags & RTN_ROOT) fib6_repair_tree()
1312 if (children&2) { FOR_WALKERS()
1602 * prune==1 -> only immediate children of node (certainly,
/linux-4.1.27/kernel/trace/
H A Dtrace_events_filter.c512 /* only AND and OR have children */ filter_match_preds_cb()
739 * If both children can be folded filter_set_pred()
1485 int children; member in struct:fold_pred_data
1499 if (WARN_ON(d->count == d->children)) { fold_pred_cb()
1515 int children; fold_pred() local
1524 /* count the children */ fold_pred()
1525 children = count_leafs(preds, &preds[root->left]); fold_pred()
1526 children += count_leafs(preds, &preds[root->right]); fold_pred()
1528 root->ops = kcalloc(children, sizeof(*root->ops), GFP_KERNEL); fold_pred()
1532 root->val = children; fold_pred()
1533 data.children = children; fold_pred()
H A Dtrace_event_perf.c35 * allow children without checking. perf_trace_event_perm()
/linux-4.1.27/drivers/parisc/
H A Dgsc.c186 at path [5] and children at path [5/0/x] */ gsc_fixup_irqs_callback()
/linux-4.1.27/drivers/pci/hotplug/
H A Dsgi_hotplug.c324 * Scan slot (and any children), do any platform specific fixup,
383 /* Need to do slot fixup on PPB before fixup of children enable_slot()
421 * Walk the rootbus node's immediate children looking for enable_slot()
504 * Walk the rootbus node's immediate children looking for disable_slot()
H A Drpaphp_core.c182 /* Slot does not have dynamically-removable children */ get_children_props()
/linux-4.1.27/drivers/input/gameport/
H A Dgameport.c432 * only one child registration request can be pending. Additionally, children
610 * Reconnect gameport port and all its children (re-initialize attached devices)
618 /* Ok, old children are now gone, we are done */ gameport_reconnect_port()
651 * Ok, no children left, now disconnect this port gameport_disconnect_port()
/linux-4.1.27/block/partitions/
H A Dldm.h148 u8 children; member in struct:vblk_comp
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dperfctr.h21 * counters remain enabled for fork/clone children.
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_interval.c19 * node and of its children. Called for @node and its parents whenever the end
/linux-4.1.27/drivers/base/
H A Dbase.h58 * @klist_children - klist containing all children of this device
/linux-4.1.27/drivers/usb/core/
H A Dhub.h53 children */
H A Ddevices.c599 /* Now look at all of this device's children. */ usb_hub_for_each_child()
630 /* recurse through all children of the root hub */ usb_device_read()
/linux-4.1.27/drivers/md/persistent-data/
H A Ddm-transaction-manager.h79 * adjust reference counts for children. (Data in the block may refer to
H A Ddm-btree-remove.c46 * is performed on the children of the current node. This also avoids
218 * children, since they're still referenced by left. __rebalance2()
H A Ddm-btree.c218 * reference counter and leave the children. push_frame()
489 * Splits a node by creating two new children beneath the given node.
/linux-4.1.27/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c151 /* We match on the gpio bus itself and scan the children since they
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dsignal.h68 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
/linux-4.1.27/arch/mips/kernel/
H A Dsignal_n32.c92 * Don't let your children do this ... sysn32_rt_sigreturn()
H A Dsyscall.c190 * Don't let your children do this ... mips_atomic_set()
H A Dsignal.c377 * Don't let your children do this ... sys_sigreturn()
415 * Don't let your children do this ... sys_rt_sigreturn()
H A Dsignal32.c441 * Don't let your children do this ... sys32_sigreturn()
478 * Don't let your children do this ... sys32_rt_sigreturn()
/linux-4.1.27/arch/arm/mach-omap2/
H A Dboard-omap3logic.c88 /* platform_data for children goes here */
H A Dpm24xx.c69 /* There is 1 reference hold for all children of the oscillator omap2_enter_full_retention()
H A Dboard-ldp.c325 /* platform_data for children goes here */
H A Dboard-omap3beagle.c393 /* platform_data for children goes here */
/linux-4.1.27/fs/exofs/
H A Dsys.c140 /* Remove all that are children of this SBI */ exofs_sysfs_sb_del()
/linux-4.1.27/sound/soc/sh/
H A Dmigor.c68 * This propagates the parent frequency change to children and migor_hw_params()
/linux-4.1.27/drivers/staging/android/
H A Dsync.h86 * @child_list_head: list of children sync_pts for this sync_timeline
213 * (i.e. module unload.) @obj won't actually be freed until all its children
/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Dmach-gta02.c509 /* These are the guys that don't need to be children of PMU. */
527 /* These guys DO need to be children of PMU. */
/linux-4.1.27/net/unix/
H A Dgarbage.c316 /* Now remove all internal in-flight reference to children of unix_gc()
322 /* Restore the references for children of all candidates, unix_gc()
/linux-4.1.27/arch/parisc/kernel/
H A Ddrivers.c20 * - 715/Mirage device paths have a dummy device between Lasi and its children
25 * - Dino has both parisc and pci devices as children
26 * - parisc devices are discovered in a random order, including children
85 * before children.
448 * Checks all the children of @parent for a matching @id. If none
706 * Checks all the children of @parent for a matching @id. If none
/linux-4.1.27/net/ipv4/
H A Dfib_trie.c184 /* This provides us with the number of children in this node, in the case of a
185 * leaf this will return 0 meaning none of the children are accessible.
248 * 'n' among tp's children.
425 /* Either update the children of a tnode that update_children()
492 /* resize children now that oldtnode is freed */ replace()
543 /* An internal node with two children */ inflate()
552 * original children. The two new nodes will have inflate()
625 /* At least one of the children is empty */ halve()
631 /* Two nonempty children */ halve()
681 /* search though the list of children looking for nodes that might update_suffix()
714 * "A node is doubled if the ratio of non-empty children to all
715 * children in the *doubled* node is at least 'high'."
725 * - tn->empty_children is of course the number of non-null children
727 * children, that is non-null tnodes with a skip value of 0.
853 /* Halve as long as the number of empty children in this resize()
/linux-4.1.27/security/apparmor/
H A Dpolicy.c454 * __remove_profile - remove old profile, and children
461 /* release any children lists first */ __remove_profile()
507 * __remove_namespace - remove a namespace and all its children
597 /* free children profiles */ aa_free_profile()
971 * and will inherit @old children.
997 /* inherit @child and its children */ __replace_profile()
998 /* TODO: update hname of inherited children */ __replace_profile()
/linux-4.1.27/drivers/pci/pcie/
H A Daspm.c46 struct list_head children; /* list of child link states */ member in struct:pcie_link_state
47 struct list_head link; /* node in parent's children list */
525 INIT_LIST_HEAD(&link->children); alloc_pcie_link_state()
536 list_add(&link->link, &parent->children); alloc_pcie_link_state()
551 * It is called after the pcie and its children devices are scanned.
/linux-4.1.27/sound/core/
H A Dinfo.c782 INIT_LIST_HEAD(&entry->children); snd_info_create_entry()
841 list_for_each_safe(p, n, &entry->children) { snd_info_disconnect()
968 list_add_tail(&entry->list, &entry->parent->children); snd_info_register()
/linux-4.1.27/tools/perf/
H A Dbuiltin-report.c77 if (!strcmp(var, "report.children")) { report__config()
657 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, cmd_report()
658 "Accumulate callchains of children and show total overhead as well"), cmd_report()
H A Dbuiltin-top.c1031 if (!strcmp(var, "top.children")) { perf_top_config()
1128 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, cmd_top()
1129 "Accumulate callchains of children and show total overhead as well"), cmd_top()
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_expander.c865 list_add_tail(&child->siblings, &parent_ex->children); sas_ex_discover_end_dev()
980 list_add_tail(&child->siblings, &parent->ex_dev.children); sas_ex_discover_expander()
1132 list_for_each_entry(child, &ex->children, siblings) { sas_check_level_subtractive_boundary()
1851 list_for_each_entry(ch, &ex->children, siblings) { sas_find_bcast_dev()
1867 list_for_each_entry_safe(child, n, &ex->children, siblings) { sas_unregister_ex_tree()
1886 &ex_dev->children, siblings) { sas_unregister_devs_sas_addr()
1918 list_for_each_entry(child, &ex_root->children, siblings) { sas_discover_bfs_by_root_level()
1970 list_for_each_entry(child, &dev->ex_dev.children, siblings) { sas_discover_new()
/linux-4.1.27/block/
H A Dblk-throttle.c32 * issued. When dispatching bios from the children and local group at each
63 * children throtl_grp's.
69 * RB tree of active children throtl_grp's, which are sorted by
110 * dispatched from children. qnode_on_parent is used when bios are
677 /* any pending children left? */ throtl_schedule_next_dispatch()
1188 * dispatches bio's from the children throtl_grps to the parent
1597 * Dispatch all bios from all children tg's queued on @parent_sq. On
1598 * return, @parent_sq is guaranteed to not have any active children tg's
/linux-4.1.27/fs/jffs2/
H A Dbuild.c133 children too, and repeat the scan. As that's going to be
257 dbg_fsbuild("inode #%u was a directory which may have children...\n", ic->ino); jffs2_build_remove_unlinked_inode()
/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dbootx_init.c268 /* do all our children */ bootx_scan_dt_build_strings()
340 /* do all our children */ bootx_scan_dt_build_struct()
/linux-4.1.27/drivers/mcb/
H A Dmcb-core.c201 INIT_LIST_HEAD(&bus->children); mcb_alloc_bus()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-sun6i-p2wi.c217 * Authorize a p2wi node without any children to be able to use an p2wi_probe()
/linux-4.1.27/fs/openpromfs/
H A Dinode.c289 /* First, the children nodes as directories. */ openpromfs_readdir()
/linux-4.1.27/include/sound/
H A Dinfo.h89 struct list_head children; member in struct:snd_info_entry
/linux-4.1.27/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c97 * mpc52xx_declare_of_platform_devices: register internal devices and children
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dpci.h35 * entire bus (& children). In the former case, pdev
/linux-4.1.27/arch/sh/drivers/pci/
H A Dpci.c158 * Called after each bus is probed, but before its children
/linux-4.1.27/arch/mn10300/unit-asb2305/
H A Dpci-asb2305.c123 pcibios_allocate_bus_resources(&bus->children); list_for_each_entry()
/linux-4.1.27/arch/frv/mb93090-mb00/
H A Dpci-frv.c100 pcibios_allocate_bus_resources(&bus->children); pcibios_allocate_bus_resources()
H A Dpci-vdk.c287 * Called after each bus is probed, but before its children
/linux-4.1.27/security/apparmor/include/
H A Dfile.h65 #define AA_X_CHILD 0x2000 /* make >AA_X_NONE apply to children */
/linux-4.1.27/tools/perf/bench/
H A Dsched-messaging.c243 /* Return number of children to reap */ group()
/linux-4.1.27/include/linux/mfd/
H A Dwl1273-core.h254 unsigned int children; member in struct:wl1273_fm_platform_data
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_opregion.c643 list_for_each_entry(acpi_cdev, &acpi_dev->children, node) { intel_didl_outputs()
656 list_for_each_entry(acpi_cdev, &acpi_video_bus->children, node) { intel_didl_outputs()
/linux-4.1.27/arch/arm/common/
H A Dlocomo.c234 * propagate it down to the children. locomo_init_one_child()
392 * registers for our children. __locomo_probe()
/linux-4.1.27/arch/arm/kernel/
H A Dbios32.c296 * but before its children are examined.
548 list_for_each_entry(child, &bus->children, node) pci_common_init_dev()
/linux-4.1.27/arch/x86/pci/
H A Di386.c239 list_for_each_entry(child, &bus->children, node) pcibios_allocate_bus_resources()
/linux-4.1.27/arch/unicore32/kernel/
H A Dpci.c168 * but before its children are examined.
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_usif.c322 /* ... except if we're creating children */ usif_ioctl()
/linux-4.1.27/arch/microblaze/pci/
H A Dpci-common.c917 * Reparent resource children of pr that conflict with res
918 * under res, and make res replace those children.
1053 list_for_each_entry(b, &bus->children, node)
1245 list_for_each_entry(child_bus, &bus->children, node) pcibios_claim_one_bus()
/linux-4.1.27/sound/aoa/core/
H A Dgpio-feature.c71 * So what we have to do is enumerate all children get_gpio()
/linux-4.1.27/tools/perf/ui/browsers/
H A Dhists.c167 char folded_sign = ' '; /* No children */ callchain_node__count_rows_rb_tree()
171 /* We need this because we may not have children */ callchain_node__count_rows_rb_tree()
177 if (folded_sign == '-') /* Have children and they're unfolded */ callchain_node__count_rows_rb_tree()
305 /* If it doesn't have children, no toggling performed */ hist_browser__toggle_fold()
/linux-4.1.27/mm/
H A Doom_kill.c516 * its children or threads, just set TIF_MEMDIE so it can die quickly oom_kill_process()
536 * If any of p's children has a different mm and is eligible for kill, oom_kill_process()
543 list_for_each_entry(child, &t->children, sibling) { for_each_thread()
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dfsl_pq_mdio.c235 * For some reason, the QE MDIO nodes are not children of the UCC devices

Completed in 4653 milliseconds

12