Searched refs:children (Results 76 - 100 of 142) sorted by last modified time

123456

/linux-master/drivers/pci/
H A Dsetup-bus.c1480 list_for_each_entry(child, &b->children, node)
1565 /* If there are children, release them all */
1661 list_for_each_entry(child_bus, &bus->children, node) {
H A Dsearch.c124 list_for_each_entry(tmp, &bus->children, node) {
/linux-master/drivers/pci/controller/
H A Dvmd.c937 * the Intel bridge level and propagated to all the children in the
940 list_for_each_entry(child, &vmd->bus->children, node) {
961 list_for_each_entry(child, &vmd->bus->children, node)
/linux-master/arch/x86/pci/
H A Dacpi.c465 list_for_each_entry(child, &bus->children, node)
/linux-master/net/mac802154/
H A Dscan.c818 "access denied" : "too many children");
854 list_add(&child->node, &wpan_dev->children);
H A Dcfg.c398 /* Start by disassociating all the children and preventing new ones to
402 list_for_each_entry_safe(child, tmp, &wpan_dev->children, node) {
/linux-master/net/ieee802154/
H A Dpan.c36 is_assoc = !list_empty(&wpan_dev->children) || wpan_dev->parent;
59 list_for_each_entry(child, &wpan_dev->children, node)
86 list_for_each_entry(child, &wpan_dev->children, node)
H A Dnl802154.c1800 list_for_each_entry(child, &wpan_dev->children, node) {
H A Dcore.c210 list_for_each_entry_safe(child, tmp, &wpan_dev->children, node) {
299 INIT_LIST_HEAD(&wpan_dev->children);
/linux-master/drivers/scsi/
H A Ddc395x.c312 struct DeviceCtlBlk *children[DC395x_MAX_SCSI_ID][32]; member in struct:AdapterCtlBlk
836 return acb->children[id][lun];
3636 acb->children[dcb->target_id][dcb->target_lun] = dcb;
3670 /* clear map and children */
3672 acb->children[dcb->target_id][dcb->target_lun] = NULL;
/linux-master/drivers/net/mdio/
H A Dmdio-mux.c24 /* List of our children linked through their next fields. */
25 struct mdio_mux_child_bus *children; member in struct:mdio_mux_parent_bus
130 struct mdio_mux_child_bus *cb = pb->children;
237 cb->next = pb->children;
238 pb->children = cb;
241 if (pb->children) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h158 struct list_head children; member in struct:fs_node
187 /* Type of children is mlx5_flow_group */
231 /* Type of children is mlx5_flow_rule */
247 /* Type of children is mlx5_flow_table/namespace */
256 /* Type of children is fs_prio */
268 /* Type of children is fs_fte */
334 list_for_each_entry_reverse(pos, &(prio)->node.children, list)
337 list_for_each_entry(pos, (&(prio)->node.children), list)
340 fs_list_for_each_entry(pos, &(ns)->node.children)
343 fs_list_for_each_entry(pos, &(prio)->node.children)
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c1574 teid1 = le32_to_cpu(pi->root->children[i]->info.node_teid);
1583 pi->root->children[i]->in_use = false;
1592 tc_node = pi->root->children[i];
/linux-master/Documentation/sphinx/
H A Dkfigure.py607 parsed[0].rawsource, '', *parsed[0].children)
H A Dkernel_abi.py137 return node.children
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c2166 list_for_each_entry(child, &bus->children, node)
/linux-master/include/linux/
H A Dcgroup-defs.h170 /* siblings list anchored at the parent's ->children */
172 struct list_head children; member in struct:cgroup_subsys_state
188 * ->children lists are in the ascending order of ->serial_nr and
194 * Incremented by online self and children. Used to guarantee that
195 * parents are not offlined before their children.
434 * All children which have non-zero nr_populated_csets and/or
/linux-master/fs/
H A Dpnode.c487 * already unmounted or marked as without children.
501 goto children;
508 /* If a mount is without children and not locked umount it. */
512 children:
/linux-master/drivers/input/misc/
H A Dsoc_button_array.c48 struct platform_device *children[BUTTON_TYPES]; member in struct:soc_button_data
426 if (priv->children[i])
427 platform_device_unregister(priv->children[i]);
478 priv->children[i] = pd;
481 if (!priv->children[0] && !priv->children[1])
/linux-master/drivers/pci/hotplug/
H A Dacpiphp_glue.c378 * reserved busnr for all these children.
386 list_for_each_entry(tmp, &bus->children, node) {
/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/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)
/linux-master/fs/ceph/
H A Dsnap.c131 INIT_LIST_HEAD(&realm->children);
317 list_add(&realm->child_item, &parent->children);
431 * rebuild snap context for the given realm and all of its children.
467 list_for_each_entry(child, &_realm->children, child_item) {
475 list_for_each_entry(child, &_realm->children, child_item)
719 * Queue cap_snaps for snap writeback for this realm and its children.
1010 * realm and its children.
1127 /* we may have taken some of the old realm's children. */
/linux-master/kernel/gcov/
H A Dfs.c35 * @children: child nodes
54 struct list_head children; member in struct:gcov_node
524 INIT_LIST_HEAD(&node->children);
562 list_add(&node->list, &parent->children);
607 while ((node != &root_node) && list_empty(&node->children)) {
623 list_for_each_entry(node, &parent->children, list) {
645 else if (list_empty(&node->children)) {
/linux-master/drivers/scsi/libsas/
H A Dsas_discover.c30 INIT_LIST_HEAD(&dev->ex_dev.children);

Completed in 447 milliseconds

123456