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

123456

/linux-master/tools/power/cpupower/lib/
H A Dpowercap.h31 struct powercap_zone *children[POWERCAP_MAX_CHILD_ZONES]; member in struct:powercap_zone
/linux-master/scripts/dtc/
H A Dlivetree.c88 struct node *build_node(struct property *proplist, struct node *children, argument
97 new->children = children;
192 while (new_node->children) {
194 new_child = new_node->children;
195 new_node->children = new_child->next_sibling;
305 p = &parent->children;
314 struct node *node = parent->children;
660 bootcpu = cpus->children;
786 node->children
[all...]
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)
H A Ddtc.h221 struct node *children; member in struct:node
254 for ((c) = (n)->children; (c); (c) = (c)->next_sibling)
269 struct node *build_node(struct property *proplist, struct node *children,
/linux-master/arch/powerpc/kernel/
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/include/asm/
H A Dpnv-pci.h71 struct list_head children; member in struct:pnv_php_slot
/linux-master/block/partitions/
H A Dldm.c752 comp->children = ldm_get_vnum (buffer + 0x1D + r_vstate);
H A Dldm.h128 u8 children; member in struct:vblk_comp
/linux-master/include/linux/
H A Ddtpm.h19 struct list_head children; member in struct:dtpm
H A Dsh_clk.h47 struct list_head children; member in struct:clk
48 struct list_head sibling; /* node for children */
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c23 return qdisc->children[id] &&
24 qdisc->children[id] != NFP_QDISC_UNTRACKED;
80 nfp_abm_stats_update_red(alink, qdisc->children[i], i);
113 qdisc->children[i]->use_cnt--;
114 qdisc->children[i] = NULL;
201 !qdisc->children[0];
236 struct nfp_qdisc *child = qdisc->children[i];
295 * MQ's children.
310 if (mq->children[i] == qdisc) {
311 mq->children[
339 nfp_abm_qdisc_alloc(struct net_device *netdev, struct nfp_abm_link *alink, enum nfp_qdisc_type type, u32 parent_handle, u32 handle, unsigned int children) argument
387 nfp_abm_qdisc_replace(struct net_device *netdev, struct nfp_abm_link *alink, enum nfp_qdisc_type type, u32 parent_handle, u32 handle, unsigned int children, struct nfp_qdisc **qdisc) argument
[all...]
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/tools/perf/util/
H A Dcall-path.h23 * @children: tree of call paths of functions called
35 struct rb_root children; member in struct:call_path
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/arch/x86/pci/
H A Di386.c240 list_for_each_entry(child, &bus->children, node)
/linux-master/include/linux/mfd/
H A Dwl1273-core.h241 unsigned int children; member in struct:wl1273_fm_platform_data

Completed in 198 milliseconds

123456