Searched refs:ancestor (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/base/power/ |
D | qos.c | 579 struct device *ancestor = dev->parent; in dev_pm_qos_add_ancestor_request() local 584 while (ancestor && !ancestor->power.ignore_children) in dev_pm_qos_add_ancestor_request() 585 ancestor = ancestor->parent; in dev_pm_qos_add_ancestor_request() 589 while (ancestor && !ancestor->power.set_latency_tolerance) in dev_pm_qos_add_ancestor_request() 590 ancestor = ancestor->parent; in dev_pm_qos_add_ancestor_request() 594 ancestor = NULL; in dev_pm_qos_add_ancestor_request() 596 if (ancestor) in dev_pm_qos_add_ancestor_request() 597 ret = dev_pm_qos_add_request(ancestor, req, type, value); in dev_pm_qos_add_ancestor_request()
|
/linux-4.1.27/kernel/ |
D | pid_namespace.c | 363 struct pid_namespace *ancestor, *new = to_pid_ns(ns); in pidns_install() local 380 ancestor = new; in pidns_install() 381 while (ancestor->level > active->level) in pidns_install() 382 ancestor = ancestor->parent; in pidns_install() 383 if (ancestor != active) in pidns_install()
|
D | cgroup.c | 359 bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor) in cgroup_is_descendant() argument 362 if (cgrp == ancestor) in cgroup_is_descendant()
|
/linux-4.1.27/Documentation/filesystems/ |
D | directory-locking | 48 If no directory is its own ancestor, the scheme above is deadlock-free. 52 objects - A < B iff A is an ancestor of B. 103 try to acquire lock on descendent before the lock on ancestor.
|
/linux-4.1.27/include/linux/ |
D | cgroup.h | 245 bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor);
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 319 of the nearest non-empty ancestor, instead of being moved to it. 322 masks of the nearest non-empty ancestor.
|
D | memory.txt | 608 limit, the reclaim algorithm reclaims from the tasks in the ancestor and the 609 children of the ancestor.
|
D | cpusets.txt | 229 a direct ancestor or descendant, may share any of the same CPUs or 649 then all the tasks in that cpuset will be moved to the nearest ancestor
|
/linux-4.1.27/Documentation/power/ |
D | pm_qos_interface.txt | 140 Add a PM QoS request for the first direct ancestor of the given device whose
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 630 ancestor XHCI device.
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1300 interrupt parent is assumed to be an ancestor in the node's
|