/linux-4.1.27/drivers/base/power/ |
H A D | qos.c | 569 * dev_pm_qos_add_ancestor_request - Add PM QoS request for device's ancestor. 570 * @dev: Device whose ancestor to add the request for. 579 struct device *ancestor = dev->parent; dev_pm_qos_add_ancestor_request() local 584 while (ancestor && !ancestor->power.ignore_children) dev_pm_qos_add_ancestor_request() 585 ancestor = ancestor->parent; dev_pm_qos_add_ancestor_request() 589 while (ancestor && !ancestor->power.set_latency_tolerance) dev_pm_qos_add_ancestor_request() 590 ancestor = ancestor->parent; dev_pm_qos_add_ancestor_request() 594 ancestor = NULL; dev_pm_qos_add_ancestor_request() 596 if (ancestor) dev_pm_qos_add_ancestor_request() 597 ret = dev_pm_qos_add_request(ancestor, req, type, value); dev_pm_qos_add_ancestor_request()
|
H A D | runtime.c | 217 * children don't set the flag because ancestor's pm_runtime_set_memalloc_noio() 377 * ancestor or the block device itself. Network rpm_callback() 379 * device, so network device and its ancestor should rpm_callback()
|
/linux-4.1.27/kernel/ |
H A D | pid_namespace.c | 363 struct pid_namespace *ancestor, *new = to_pid_ns(ns); pidns_install() local 380 ancestor = new; pidns_install() 381 while (ancestor->level > active->level) pidns_install() 382 ancestor = ancestor->parent; pidns_install() 383 if (ancestor != active) pidns_install()
|
H A D | cpuset.c | 239 * @root_cs: target cpuset to walk ancestor of 1654 * configuration and transfers all tasks to the nearest ancestor cpuset_write_resmask() 2135 * as the tasks will be migratecd to an ancestor. hotplug_update_tasks_legacy() 2148 * Move tasks to the nearest ancestor with execution resources, hotplug_update_tasks_legacy() 2185 * all its tasks are moved to the nearest ancestor with both resources. 2440 * mem_hardwall ancestor to the specified cpuset. Call holding 2441 * callback_lock. If no ancestor is mem_exclusive or mem_hardwall 2458 * node is set in the nearest hardwalled cpuset ancestor to current's cpuset, 2466 * nearest enclosing hardwalled ancestor cpuset.
|
H A D | seccomp.c | 233 /* Returns 1 if the parent is an ancestor of the child. */ is_ancestor() 237 /* NULL is the root ancestor. */ is_ancestor() 313 * Drop the task reference to the shared ancestor since for_each_thread()
|
H A D | cgroup.c | 265 * as the matching css of the nearest ancestor including self which has @ss 297 * defined as the matching css of the nearest ancestor including self which 353 * @ancestor: possible ancestor of @cgrp 355 * Test whether @cgrp is a descendant of @ancestor. It also returns %true 356 * if @cgrp == @ancestor. This function is safe to call as long as @cgrp 357 * and @ancestor are accessible. 359 bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor) cgroup_is_descendant() argument 362 if (cgrp == ancestor) cgroup_is_descendant() 3450 /* no child, visit my or the closest ancestor's next sibling */ css_next_descendant_pre()
|
H A D | cred.c | 391 * ancestor of subset and set->euid is owner of subset or one cred_cap_issubset()
|
H A D | exit.c | 483 * 2. give it to the first ancestor process which prctl'd itself as a 498 * Find the first ->is_child_subreaper ancestor in our pid_ns. find_new_reaper()
|
H A D | signal.c | 2292 * or must have come from an ancestor namespace. In either get_signal()
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | spear-cpufreq.c | 72 * access a source clock (clk) which might not be ancestor of cpu at present. 130 * src clock to be altered is ancestor of cpu clock. Hence we spear_cpufreq_target()
|
/linux-4.1.27/arch/tile/include/hv/ |
H A D | netio_errors.h | 103 * has not been called by a common ancestor of the processes.
|
H A D | netio_intf.h | 2175 * must have a common ancestor, which must create the common memory using 2483 which must be configured by a common ancestor of all processes sharing
|
/linux-4.1.27/lib/ |
H A D | rbtree.c | 465 * Go up the tree; any time the ancestor is a right-hand child of its rb_next() 495 * No left-hand children. Go up till we find an ancestor which rb_prev()
|
H A D | kobject.c | 82 * @kobj->sd may be deleted by an ancestor going away. Hold an create_dir()
|
/linux-4.1.27/include/linux/ |
H A D | cgroup-defs.h | 191 * attached to an ancestor instead of the cgroup this css_set is 254 * the closest ancestor which has the subsys enabled. The
|
H A D | cgroup.h | 165 * moved to an ancestor. 245 bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor);
|
H A D | perf_event.h | 537 * been cloned (inherited) from a common ancestor.
|
/linux-4.1.27/include/net/ |
H A D | inet_sock.h | 140 * @sk - ancestor class
|
/linux-4.1.27/security/yama/ |
H A D | yama_lsm.c | 245 * Returns 1 if tracer has is ptracer exception ancestor for tracee.
|
/linux-4.1.27/scripts/dtc/libfdt/ |
H A D | libfdt.h | 618 * fdt_supernode_atdepth_offset - find a specific ancestor of a node 621 * @supernodedepth: depth of the ancestor to find 624 * fdt_supernode_atdepth_offset() finds an ancestor of the given node 638 * structure block offset of the node at node offset's ancestor
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | inode.c | 622 /* source should not be ancestor of target */ ecryptfs_rename() 627 /* target should not be ancestor of source */ ecryptfs_rename()
|
/linux-4.1.27/security/ |
H A D | commoncap.c | 132 * If we are in the same or an ancestor user_ns and have all the target 169 * If parent is in the same or an ancestor user_ns and has all current's
|
/linux-4.1.27/net/sched/ |
H A D | sch_cbq.c | 800 * Though it is in agree with ancestor-only paradigm, cbq_under_limit() 978 * an arbitrary class is appropriate for ancestor-only cbq_dequeue()
|
/linux-4.1.27/fs/btrfs/ |
H A D | send.c | 3250 * We might need to delay a directory rename even when no ancestor directory 3254 * delayed due to some ancestor with higher number that got renamed. 3389 * ancestor (immediate or not) has to be renamed/moved first. So find if wait_for_parent_move() 3390 * such ancestor exists and make sure our own rename/move happens after wait_for_parent_move() 3391 * that ancestor is processed. wait_for_parent_move() 3577 * inode ow_inode might be an ancestor of some process_recorded_refs()
|
/linux-4.1.27/fs/ |
H A D | dcache.c | 73 * If there is an ancestor relationship: 79 * If no ancestor relationship: 2689 * d_ancestor - search for an ancestor 2690 * @p1: ancestor dentry 2693 * Returns the ancestor dentry of p2 which is a child of p1, if p1 is 2694 * an ancestor of p2, else NULL.
|
H A D | namei.c | 4368 /* source should not be ancestor of target */ SYSCALL_DEFINE5() 4372 /* target should not be an ancestor of source */ SYSCALL_DEFINE5()
|
/linux-4.1.27/fs/cachefiles/ |
H A D | namei.c | 373 /* target should not be an ancestor of source */ cachefiles_bury_object()
|
/linux-4.1.27/block/ |
H A D | genhd.c | 535 * GFP_KERNEL in runtime_resume callback of its all ancestor register_disk()
|
/linux-4.1.27/fs/configfs/ |
H A D | dir.c | 89 * from the youngest non-default group ancestor.
|
/linux-4.1.27/drivers/char/ |
H A D | virtio_console.c | 445 * Allocate DMA memory from ancestor. When a virtio alloc_buf()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | namei.c | 1112 * and if they are nested, we lock ancestor first */ ocfs2_double_lock()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci-mem.c | 1064 * is attached to (or the roothub port its ancestor hub is attached to). All we
|
/linux-4.1.27/fs/reiserfs/ |
H A D | fix_node.c | 1041 * ancestor of F[h], and its neighbor l/r, that should be obtained. get_far_parent()
|
/linux-4.1.27/mm/ |
H A D | memcontrol.c | 5416 * @root: the highest ancestor to consider 5430 * considered an ancestor when assessing the hierarchy. mem_cgroup_low()
|
/linux-4.1.27/fs/ubifs/ |
H A D | tnc.c | 1077 * This function records the path back to the last dirty ancestor, and then
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-core.c | 5905 * unspecified entries are inherited from the closet ancestor
|