/openbmc/qemu/.gitlab-ci.d/ |
H A D | check-patch.py | 29 ancestor = subprocess.check_output(["git", "merge-base", variable 33 ancestor = ancestor.strip() variable 36 ancestor + "..."], 42 print("\nNo commits since %s, skipping checks\n" % ancestor) 47 print("\nChecking all commits since %s...\n" % ancestor, flush=True) 49 ret = subprocess.run(["scripts/checkpatch.pl", "--terse", ancestor + "..."])
|
H A D | check-dco.py | 26 ancestor = subprocess.check_output(["git", "merge-base", variable 30 ancestor = ancestor.strip() variable 37 "on all commits since %s...\n" % ancestor) 40 ancestor + "..."],
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | check-patch.py | 28 ancestor = subprocess.check_output(["git", "merge-base", variable 32 ancestor = ancestor.strip() variable 35 ancestor + "..."], 41 print("\nNo commits since %s, skipping checks\n" % ancestor) 46 print("\nChecking all commits since %s...\n" % ancestor, flush=True) 51 "--git", ancestor + "..."])
|
/openbmc/linux/net/netfilter/ |
H A D | xt_cgroup.c | 117 struct cgroup *ancestor = info->priv; in cgroup_mt_v1() local 123 if (ancestor) in cgroup_mt_v1() 124 return cgroup_is_descendant(sock_cgroup_ptr(skcd), ancestor) ^ in cgroup_mt_v1() 135 struct cgroup *ancestor = info->priv; in cgroup_mt_v2() local 141 if (ancestor) in cgroup_mt_v2() 142 return cgroup_is_descendant(sock_cgroup_ptr(skcd), ancestor) ^ in cgroup_mt_v2()
|
/openbmc/linux/drivers/base/power/ |
H A D | qos.c | 632 struct device *ancestor = dev->parent; in dev_pm_qos_add_ancestor_request() local 637 while (ancestor && !ancestor->power.ignore_children) in dev_pm_qos_add_ancestor_request() 638 ancestor = ancestor->parent; in dev_pm_qos_add_ancestor_request() 642 while (ancestor && !ancestor->power.set_latency_tolerance) in dev_pm_qos_add_ancestor_request() 643 ancestor = ancestor->parent; in dev_pm_qos_add_ancestor_request() 647 ancestor = NULL; in dev_pm_qos_add_ancestor_request() 649 if (ancestor) in dev_pm_qos_add_ancestor_request() 650 ret = dev_pm_qos_add_request(ancestor, req, type, value); in dev_pm_qos_add_ancestor_request()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | path.py | 41 ancestor = path 43 while ancestor and not link.startswith(ancestor): 44 ancestor = ancestor.rpartition('/')[0] 47 if not ancestor: 51 base = link.partition(ancestor)[2].strip('/')
|
/openbmc/linux/kernel/ |
H A D | pid_namespace.c | 399 struct pid_namespace *ancestor, *new = to_pid_ns(ns); in pidns_install() local 416 ancestor = new; in pidns_install() 417 while (ancestor->level > active->level) in pidns_install() 418 ancestor = ancestor->parent; in pidns_install() 419 if (ancestor != active) in pidns_install()
|
H A D | user_namespace.c | 1300 bool in_userns(const struct user_namespace *ancestor, in in_userns() argument 1304 for (ns = child; ns->level > ancestor->level; ns = ns->parent) in in_userns() 1306 return (ns == ancestor); in in_userns()
|
/openbmc/linux/mm/ |
H A D | vmpressure.c | 159 bool ancestor, bool signalled) in vmpressure_event() argument 166 if (ancestor && ev->mode == VMPRESSURE_LOCAL) in vmpressure_event() 186 bool ancestor = false; in vmpressure_work_fn() local 212 if (vmpressure_event(vmpr, level, ancestor, signalled)) in vmpressure_work_fn() 214 ancestor = true; in vmpressure_work_fn()
|
/openbmc/linux/include/linux/ |
H A D | cgroup.h | 514 struct cgroup *ancestor) in cgroup_is_descendant() argument 516 if (cgrp->root != ancestor->root || cgrp->level < ancestor->level) in cgroup_is_descendant() 518 return cgrp->ancestors[ancestor->level] == ancestor; in cgroup_is_descendant() 550 struct cgroup *ancestor) in task_under_cgroup_hierarchy() argument 554 return cgroup_is_descendant(cset->dfl_cgrp, ancestor); in task_under_cgroup_hierarchy() 679 struct cgroup *ancestor) in task_under_cgroup_hierarchy() argument
|
H A D | user_namespace.h | 179 extern bool in_userns(const struct user_namespace *ancestor, 212 static inline bool in_userns(const struct user_namespace *ancestor, in in_userns() argument
|
H A D | property.h | 150 bool fwnode_is_ancestor_of(const struct fwnode_handle *ancestor, const struct fwnode_handle *child);
|
/openbmc/linux/fs/overlayfs/ |
H A D | export.c | 522 struct dentry *ancestor = ERR_PTR(-EIO); in ovl_lookup_real_ancestor() local 536 ancestor = ovl_lookup_real_inode(sb, next, layer); in ovl_lookup_real_ancestor() 537 if (ancestor) in ovl_lookup_real_ancestor() 541 ancestor = dget(sb->s_root); in ovl_lookup_real_ancestor() 551 ancestor = ERR_PTR(-EXDEV); in ovl_lookup_real_ancestor() 562 return ancestor; in ovl_lookup_real_ancestor()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm_pt.c | 381 struct amdgpu_bo *ancestor = &vmbo->bo; in amdgpu_vm_pt_clear() local 388 if (ancestor->parent) { in amdgpu_vm_pt_clear() 390 while (ancestor->parent->parent) { in amdgpu_vm_pt_clear() 392 ancestor = ancestor->parent; in amdgpu_vm_pt_clear() 408 pt = ancestor->vm_bo; in amdgpu_vm_pt_clear()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | directory-locking.rst | 49 * lock parents in "ancestors first" order. If one is not ancestor of 66 If no directory is its own ancestor, the scheme above is deadlock-free. 72 objects - A < B iff (A is an ancestor of B) or (B is not an ancestor 124 try to acquire lock on descendent before the lock on ancestor.
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 043.out | 16 == ancestor references another ancestor ==
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpu.c | 443 const char *ancestor; in run_cpucg_nested_weight_test() local 447 ancestor = parent; in run_cpucg_nested_weight_test() 450 ancestor = child; in run_cpucg_nested_weight_test() 453 leaf[i].cgroup = cg_name_indexed(ancestor, "cpucg_leaf", i); in run_cpucg_nested_weight_test()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_task_under_cgroup.c | 11 long bpf_task_under_cgroup(struct task_struct *task, struct cgroup *ancestor) __ksym;
|
/openbmc/linux/drivers/base/ |
H A D | property.c | 721 bool fwnode_is_ancestor_of(const struct fwnode_handle *ancestor, const struct fwnode_handle *child) in fwnode_is_ancestor_of() argument 725 if (IS_ERR_OR_NULL(ancestor)) in fwnode_is_ancestor_of() 728 if (child == ancestor) in fwnode_is_ancestor_of() 732 if (parent == ancestor) { in fwnode_is_ancestor_of()
|
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 423 struct cgroup *ancestor; in BPF_CALL_1() local 428 ancestor = cgroup_ancestor(cgrp, ancestor_level); in BPF_CALL_1() 429 cgrp_id = ancestor ? cgroup_id(ancestor) : 0; in BPF_CALL_1() 2248 struct cgroup *ancestor; in bpf_cgroup_ancestor() local 2254 ancestor = cgrp->ancestors[level]; in bpf_cgroup_ancestor() 2255 if (!cgroup_tryget(ancestor)) in bpf_cgroup_ancestor() 2257 return ancestor; in bpf_cgroup_ancestor() 2287 struct cgroup *ancestor) in bpf_task_under_cgroup() argument 2292 ret = task_under_cgroup_hierarchy(task, ancestor); in bpf_task_under_cgroup()
|
/openbmc/linux/drivers/hv/ |
H A D | vmbus_drv.c | 2262 struct acpi_device *ancestor; in vmbus_acpi_add() local 2291 for (ancestor = acpi_dev_parent(device); in vmbus_acpi_add() 2292 ancestor && ancestor->handle != ACPI_ROOT_OBJECT; in vmbus_acpi_add() 2293 ancestor = acpi_dev_parent(ancestor)) { in vmbus_acpi_add() 2294 result = acpi_walk_resources(ancestor->handle, METHOD_NAME__CRS, in vmbus_acpi_add()
|
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/bluez-firmware-rpidistro/ |
H A D | bluez-firmware-rpidistro_git.bb | 43 # their common ancestor works; other approaches do not.
|
/openbmc/linux/Documentation/devicetree/bindings/fpga/ |
H A D | fpga-region.txt | 156 Manager specified by its ancestor FPGA Region. This supports both the case 160 FPGA Regions do not inherit their ancestor FPGA regions' bridges. This prevents 169 inherit this property from their ancestor regions. An fpga-mgr property
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | asymmetric-32bit.rst | 83 ancestor is found containing at least one 32-bit-capable CPU. The
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 286 of a threaded subtree, that is, the nearest ancestor which is not 525 common ancestor of the source and destination cgroups. 542 file; however, the common ancestor of the source cgroup C10 and the 841 common ancestor of the source and destination cgroups. 870 common ancestor of the source and destination cgroups. 954 of any ancestor cgroups. If any of ancestor cgroups is frozen, the 1177 all ancestor cgroups. If there is memory.min overcommitment 1203 all ancestor cgroups. If there is memory.low overcommitment 1294 memory.oom.group values of ancestor cgroups. 2156 setting as the nearest cgroup ancestor with a non-empty [all …]
|