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

123456

/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/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];
H A Dice_lag.c449 parent = ice_sched_get_free_vsi_parent(hw, aggnode->children[n],
472 parent = parent->children[0];
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c469 list_for_each_entry(dst, &fte->node.children, node.list) {
636 list_for_each_entry(dst, &fte->node.children, node.list) {
715 list_for_each_entry(dst, &fte->node.children, node.list) {
/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/include/scsi/
H A Dlibsas.h111 struct list_head children; member in struct:expander_device
/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.c118 const struct uvcg_config_group_type **children; member in struct:uvcg_config_group_type
145 for (child = type->children; child && *child; ++child) {
454 .children = (const struct uvcg_config_group_type*[]) {
627 .children = (const struct uvcg_config_group_type*[]) {
759 .children = (const struct uvcg_config_group_type*[]) {
775 .children = (const struct uvcg_config_group_type*[]) {
1555 .children = (const struct uvcg_config_group_type*[]) {
1759 * Linking is only allowed to direct children of the format nodes
3272 .children = (const struct uvcg_config_group_type*[]) {
3466 .children
[all...]
/linux-master/include/net/
H A Dcfg802154.h509 struct list_head children; member in struct:wpan_dev
/linux-master/kernel/cgroup/
H A Dcgroup.c195 * Also, as csses are always appended to the parent's ->children list, it
365 /* can @cgrp host both domain and threaded children? */
387 /* can only have either domain or threaded children */
405 /* a domain w/ threaded children is a thread root */
697 list_for_each_entry((child), &(cgrp)->self.children, self.sibling) \
722 * The default css_set - used by init and its children prior to any
1331 BUG_ON(!list_empty(&cgrp->self.children));
1501 * is zero, and its list of 'children' cgroups is empty. Since all
1504 * always has either children cgroups and/or using tasks. So we don't
2024 INIT_LIST_HEAD(&cgrp->self.children);
[all...]
H A Dcgroup-v1.c1101 if (!list_empty(&root->cgrp.self.children)) {
/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/fs/proc/
H A Darray.c733 * us significant speedup on children-rich processes.
739 if (list_is_last(&task->sibling, &start->children))
751 * We might miss some children here if children
756 * "Just suppose that the parent sleeps, but N children
758 * skips N extra children, we miss N tasks." (c)
761 * its children to get a precise result.
763 list_for_each_entry(task, &start->children, sibling) {
/linux-master/scripts/dtc/
H A Dchecks.c1033 if (!node->children)
1123 if (node->bus != &spi_bus || !node->children)
1225 if (get_property(node, "ranges") || !node->children)
1263 if (!node->children)
1802 node->children->name);
H A Dflattree.c755 if (node->children)
/linux-master/block/
H A Dblk-throttle.c160 if (!list_empty(&blkg->blkcg->css.children) ||
190 if (!list_empty(&blkg->blkcg->css.children) ||
617 /* any pending children left? */
1163 * dispatches bio's from the children throtl_grps to the parent
1343 * make sure all children has lower idle time threshold and
1790 * limit. Its overflow time is useless for children
1891 if (!list_empty(&tg_to_blkg(tg)->blkcg->css.children))
1972 !list_empty(&tg_to_blkg(tg)->blkcg->css.children)))
2004 if (!list_empty(&tg_to_blkg(tg)->blkcg->css.children))
/linux-master/drivers/scsi/libsas/
H A Dsas_discover.c30 INIT_LIST_HEAD(&dev->ex_dev.children);
/linux-master/Documentation/sphinx/
H A Dkfigure.py607 parsed[0].rawsource, '', *parsed[0].children)
/linux-master/net/mac802154/
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) {
H A Dscan.c818 "access denied" : "too many children");
854 list_add(&child->node, &wpan_dev->children);
/linux-master/tools/perf/util/
H A Dsort.c2186 .children = LIST_HEAD_INIT(unknown_type.self.children),
2279 if (list_empty(&m->children))
2282 list_for_each_entry(child, &m->children, node) {
2306 if (list_empty(&he_type->self.children))
/linux-master/drivers/pci/
H A Dprobe.c567 INIT_LIST_HEAD(&b->children);
1185 list_add_tail(&child->node, &parent->children);
2831 * parents then children fashion. If this changes, then this code will not
2865 * Called after each bus is probed, but before its children are examined. This
3088 list_for_each_entry(child, &bus->children, node)
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) {
/linux-master/kernel/
H A Dfork.c2278 INIT_LIST_HEAD(&p->children);
2542 /* Don't start children in a dying pid namespace */
2585 list_add_tail(&p->sibling, &p->real_parent->children);
3111 list_for_each_entry(child, &parent->children, sibling) {
/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/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;

Completed in 414 milliseconds

123456