/linux-4.1.27/include/uapi/linux/ |
H A D | wait.h | 11 #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 D | dev.c | 21 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 D | blocklayout.h | 110 struct pnfs_block_dev *children; member in struct:pnfs_block_dev
|
/linux-4.1.27/drivers/mfd/ |
H A D | wl1273-core.c | 188 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 D | retu-mfd.c | 124 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 D | twl6040.c | 624 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 D | tps65090.c | 221 /* Don't tell children they have an IRQ that'll never fire */ tps65090_i2c_probe()
|
H A D | wm8994-core.c | 352 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 D | mfd-core.c | 103 list_for_each_entry(child_adev, &parent_adev->children, node) mfd_acpi_add_device()
|
H A D | arizona-core.c | 704 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 D | omap-usb-host.c | 816 dev_err(dev, "Failed to create DT children: %d\n", ret); usbhs_omap_probe() 854 /* remove children */ usbhs_omap_remove()
|
H A D | dm355evm_msp.c | 406 /* FIXME remove children ... */ dm355evm_msp_probe()
|
/linux-4.1.27/drivers/net/phy/ |
H A D | mdio-mux.c | 28 /* 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 D | soc_button_array.c | 47 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 D | configfs_example_explicit.c | 46 * 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 D | configfs_example_macros.c | 45 * 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 D | pci_dlpar.c | 49 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 D | iommu.c | 556 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 D | syscall.c | 26 * children at all, sometimes hanging when bash doesn't see the first handle_syscall()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | gct.c | 42 /* Then the children. */ gct6_find_nodes()
|
H A D | pci.c | 297 list_for_each_entry(child_bus, &b->children, node) pcibios_claim_one_bus()
|
/linux-4.1.27/tools/perf/ui/gtk/ |
H A D | progress.c | 45 /* this will also destroy all of its children */ gtk_ui_progress__finish()
|
/linux-4.1.27/fs/notify/ |
H A D | fsnotify.h | 51 * 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 D | fsnotify.c | 46 * 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 D | mark.c | 187 * 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 D | platform.c | 317 * 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 D | irq.c | 554 * 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 D | resolver.c | 109 /* now do the children recursively */
|
/linux-4.1.27/scripts/dtc/ |
H A D | livetree.c | 100 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 D | dtc.h | 149 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 D | serio.c | 523 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 D | ps2mult.c | 218 /* Note that serio core already take care of children ports */ ps2mult_disconnect()
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | nsalloc.c | 252 /* 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 D | nswalk.c | 55 * 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 D | nsload.c | 239 /* 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 D | nsinit.c | 486 * 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 D | pswalk.c | 90 /* No more children, this Op is complete. */ acpi_ps_delete_parse_tree()
|
H A D | pstree.c | 268 * DESCRIPTION: Get op's children or NULL if none 312 /* All others have no children */ acpi_ps_get_child()
|
H A D | nssearch.c | 123 * 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 D | nsxfobj.c | 173 * parent - Parent object whose children we are getting ACPI_EXPORT_SYMBOL()
|
/linux-4.1.27/arch/c6x/platforms/ |
H A D | pll.c | 97 /* 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 D | plldata.c | 32 .children = LIST_HEAD_INIT(clkin1.children),
|
/linux-4.1.27/arch/arm/mach-omap1/ |
H A D | clock.h | 106 * @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 D | clock.c | 764 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 D | remove.c | 100 * 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 D | array.c | 599 * 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 D | clock.h | 90 struct list_head children; /* list of children */ member in struct:clk
|
/linux-4.1.27/fs/coda/ |
H A D | cache.c | 76 /* Purging dentries and children */ 89 /* this won't do any harm: just flag all children */ coda_flag_children()
|
H A D | upcall.c | 794 * 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 D | thread-stack.h | 79 * @children: tree of call paths of functions called 91 struct rb_root children; member in struct:call_path
|
H A D | callchain.h | 35 struct rb_root rb_root_in; /* input tree of children */ 36 struct rb_root rb_root; /* sorted output tree of children */
|
H A D | dwarf-aux.h | 71 DIE_FIND_CB_CHILD = 1, /* Search only children */ 73 DIE_FIND_CB_CONTINUE = 3, /* Search children and siblings */
|
H A D | callchain.c | 403 * 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 D | thread-stack.c | 339 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 D | mcb.h | 25 * @children: the child busses 30 struct list_head children; member in struct:mcb_bus
|
H A D | configfs.h | 214 * 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 D | cgroup-defs.h | 98 /* 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 D | serio.h | 41 struct list_head child_node; /* Entry in parent->children list */ 42 struct list_head children; member in struct:serio
|
H A D | sh_clk.h | 46 struct list_head children; member in struct:clk 47 struct list_head sibling; /* node for children */
|
H A D | init_task.h | 220 .children = LIST_HEAD_INIT(tsk.children), \
|
H A D | nsproxy.h | 19 * namespace that children will use.
|
H A D | kernfs.h | 76 /* 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 D | rbtree.h | 71 /* Postorder iteration - always visit the parent after its children */
|
H A D | cgroup.h | 351 * 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 D | powercap.h | 132 * @idr: Instance to an idr entry for children zones. 320 * make sure that children for this zone are unregistered first.
|
H A D | sched.h | 644 * 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 D | pm.h | 86 * @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 D | asn1_compiler.c | 656 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 D | analyze_suspend.py | 184 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 D | pci.c | 25 * Called after each bus is probed, but before its children are examined
|
H A D | topology.c | 134 pr_err("%s: cpu-map children should be clusters\n", parse_cluster()
|
/linux-4.1.27/kernel/ |
H A D | pid_namespace.c | 195 * 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 D | exit.c | 322 * 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 D | cgroup.c | 172 * 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 D | resource.c | 339 * 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 D | fork.c | 474 * 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 D | clock.c | 145 /* 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 D | clock.h | 99 struct list_head children; /* list of children */ member in struct:clk
|
/linux-4.1.27/tools/perf/tests/ |
H A D | hists_cumulate.c | 159 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 D | handle.c | 44 hprintk(handle, TRACE, "init children\n"); nvkm_handle_init() 70 hprintk(handle, TRACE, "%s children\n", name[suspend]); nvkm_handle_fini()
|
H A D | ioctl.c | 60 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 D | eeh_dev.c | 91 /* EEH devices for children OF nodes */ eeh_dev_phb_init_dynamic() 99 * nodes and their children OF nodes
|
H A D | pci-hotplug.c | 48 list_for_each_entry(child_bus, &bus->children, node) pcibios_remove_pci_devices()
|
H A D | rtas_pci.c | 99 /* 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 D | pci_dn.c | 323 * 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 D | pci_of_scan.c | 360 /* Scan direct children */ for_each_child_of_node()
|
H A D | eeh_pe.c | 647 * 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 D | pci-common.c | 1106 * 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 D | signal.h | 69 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/include/uapi/asm-generic/ |
H A D | signal.h | 59 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
H A D | signal.h | 72 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 48 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
H A D | signal.h | 69 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
H A D | signal.h | 64 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/arch/m32r/include/uapi/asm/ |
H A D | signal.h | 66 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 64 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
H A D | signal.h | 64 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/drivers/sh/clk/ |
H A D | core.c | 218 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 D | fs.c | 33 * @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 D | sch_cbq.c | 113 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 D | sch_hfsc.c | 125 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 D | sch_htb.c | 111 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 D | sch_api.c | 256 * (root qdisc, all its children, children of children etc.)
|
/linux-4.1.27/drivers/clk/ |
H A D | clk.c | 69 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 D | pci_common.c | 504 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 D | prom_32.c | 54 * 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 D | prom_64.c | 62 * 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 D | pci.c | 616 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 D | signal.h | 79 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/drivers/acpi/ |
H A D | container.c | 52 list_for_each_entry(child, &adev->children, node) acpi_container_offline()
|
H A D | glue.c | 97 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 D | scan.c | 380 * 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 D | mount.h | 45 struct list_head mnt_mounts; /* list of children, anchored here */
|
H A D | pnode.c | 429 * umount the child only if the child has no children __propagate_umount()
|
/linux-4.1.27/init/ |
H A D | do_mounts_initrd.c | 70 * 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 D | signal.h | 74 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
H A D | signal.h | 67 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 60 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 67 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/lib/ |
H A D | rbtree.c | 33 * 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 D | csio_lnode.h | 173 struct list_head cln_head; /* Head of the children lnode 176 uint32_t num_vports; /* Total NPIV/children LNodes*/
|
H A D | csio_init.c | 721 /* 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 D | csio_lnode.c | 158 /* 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 D | domain_governor.c | 71 * 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 D | runtime.c | 217 * 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 D | main.c | 43 * 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 D | misc.h | 82 * the child or %NULL if no children were found. 199 * @child_cnt: number of children of this index node
|
H A D | shrinker.c | 31 * 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 D | request_sock.h | 168 * @rskq_accept_head - FIFO head of established children 169 * @rskq_accept_tail - FIFO tail of established children
|
H A D | inet_connection_sock.h | 70 * @icsk_accept_queue: FIFO of established children
|
/linux-4.1.27/fs/ceph/ |
H A D | snap.c | 119 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 D | super.h | 192 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 D | test_maps.c | 185 /* 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 D | dir.c | 226 * @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 D | ip6_fib.c | 500 * 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 D | trace_events_filter.c | 512 /* 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 D | trace_event_perf.c | 35 * allow children without checking. perf_trace_event_perm()
|
/linux-4.1.27/drivers/parisc/ |
H A D | gsc.c | 186 at path [5] and children at path [5/0/x] */ gsc_fixup_irqs_callback()
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | sgi_hotplug.c | 324 * 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 D | rpaphp_core.c | 182 /* Slot does not have dynamically-removable children */ get_children_props()
|
/linux-4.1.27/drivers/input/gameport/ |
H A D | gameport.c | 432 * 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 D | ldm.h | 148 u8 children; member in struct:vblk_comp
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
H A D | perfctr.h | 21 * counters remain enabled for fork/clone children.
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_interval.c | 19 * node and of its children. Called for @node and its parents whenever the end
|
/linux-4.1.27/drivers/base/ |
H A D | base.h | 58 * @klist_children - klist containing all children of this device
|
/linux-4.1.27/drivers/usb/core/ |
H A D | hub.h | 53 children */
|
H A D | devices.c | 599 /* 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 D | dm-transaction-manager.h | 79 * adjust reference counts for children. (Data in the block may refer to
|
H A D | dm-btree-remove.c | 46 * is performed on the children of the current node. This also avoids 218 * children, since they're still referenced by left. __rebalance2()
|
H A D | dm-btree.c | 218 * 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 D | sgy_cts1000.c | 151 /* We match on the gpio bus itself and scan the children since they
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | signal.h | 68 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | signal_n32.c | 92 * Don't let your children do this ... sysn32_rt_sigreturn()
|
H A D | syscall.c | 190 * Don't let your children do this ... mips_atomic_set()
|
H A D | signal.c | 377 * Don't let your children do this ... sys_sigreturn() 415 * Don't let your children do this ... sys_rt_sigreturn()
|
H A D | signal32.c | 441 * 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 D | board-omap3logic.c | 88 /* platform_data for children goes here */
|
H A D | pm24xx.c | 69 /* There is 1 reference hold for all children of the oscillator omap2_enter_full_retention()
|
H A D | board-ldp.c | 325 /* platform_data for children goes here */
|
H A D | board-omap3beagle.c | 393 /* platform_data for children goes here */
|
/linux-4.1.27/fs/exofs/ |
H A D | sys.c | 140 /* Remove all that are children of this SBI */ exofs_sysfs_sb_del()
|
/linux-4.1.27/sound/soc/sh/ |
H A D | migor.c | 68 * This propagates the parent frequency change to children and migor_hw_params()
|
/linux-4.1.27/drivers/staging/android/ |
H A D | sync.h | 86 * @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 D | mach-gta02.c | 509 /* 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 D | garbage.c | 316 /* 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 D | drivers.c | 20 * - 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 D | fib_trie.c | 184 /* 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 D | policy.c | 454 * __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 D | aspm.c | 46 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 D | info.c | 782 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 D | builtin-report.c | 77 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 D | builtin-top.c | 1031 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 D | sas_expander.c | 865 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 D | blk-throttle.c | 32 * 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 D | build.c | 133 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 D | bootx_init.c | 268 /* 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 D | mcb-core.c | 201 INIT_LIST_HEAD(&bus->children); mcb_alloc_bus()
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-sun6i-p2wi.c | 217 * Authorize a p2wi node without any children to be able to use an p2wi_probe()
|
/linux-4.1.27/fs/openpromfs/ |
H A D | inode.c | 289 /* First, the children nodes as directories. */ openpromfs_readdir()
|
/linux-4.1.27/include/sound/ |
H A D | info.h | 89 struct list_head children; member in struct:snd_info_entry
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_common.c | 97 * mpc52xx_declare_of_platform_devices: register internal devices and children
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
H A D | pci.h | 35 * entire bus (& children). In the former case, pdev
|
/linux-4.1.27/arch/sh/drivers/pci/ |
H A D | pci.c | 158 * Called after each bus is probed, but before its children
|
/linux-4.1.27/arch/mn10300/unit-asb2305/ |
H A D | pci-asb2305.c | 123 pcibios_allocate_bus_resources(&bus->children); list_for_each_entry()
|
/linux-4.1.27/arch/frv/mb93090-mb00/ |
H A D | pci-frv.c | 100 pcibios_allocate_bus_resources(&bus->children); pcibios_allocate_bus_resources()
|
H A D | pci-vdk.c | 287 * Called after each bus is probed, but before its children
|
/linux-4.1.27/security/apparmor/include/ |
H A D | file.h | 65 #define AA_X_CHILD 0x2000 /* make >AA_X_NONE apply to children */
|
/linux-4.1.27/tools/perf/bench/ |
H A D | sched-messaging.c | 243 /* Return number of children to reap */ group()
|
/linux-4.1.27/include/linux/mfd/ |
H A D | wl1273-core.h | 254 unsigned int children; member in struct:wl1273_fm_platform_data
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_opregion.c | 643 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 D | locomo.c | 234 * 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 D | bios32.c | 296 * 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 D | i386.c | 239 list_for_each_entry(child, &bus->children, node) pcibios_allocate_bus_resources()
|
/linux-4.1.27/arch/unicore32/kernel/ |
H A D | pci.c | 168 * but before its children are examined.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_usif.c | 322 /* ... except if we're creating children */ usif_ioctl()
|
/linux-4.1.27/arch/microblaze/pci/ |
H A D | pci-common.c | 917 * 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 D | gpio-feature.c | 71 * So what we have to do is enumerate all children get_gpio()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
H A D | hists.c | 167 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 D | oom_kill.c | 516 * 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 D | fsl_pq_mdio.c | 235 * For some reason, the QE MDIO nodes are not children of the UCC devices
|