/openbmc/phosphor-objmgr/src/test/ |
H A D | handler.cpp | 142 std::vector<InterfaceMapType::value_type> ancestors = in TEST_F() local 144 ASSERT_TRUE(ancestors.empty()); in TEST_F() 157 std::vector<InterfaceMapType::value_type> ancestors = in TEST_F() local 159 ASSERT_EQ(ancestors.size(), 2); in TEST_F() 162 EXPECT_EQ(ancestors[0].first, "/test/object_path_0"); in TEST_F() 163 ASSERT_EQ(ancestors[0].second.size(), 1); in TEST_F() 164 auto grandParent = ancestors[0].second.find("test_object_connection_0"); in TEST_F() 165 ASSERT_NE(grandParent, ancestors[0].second.end()); in TEST_F() 169 ASSERT_EQ(ancestors[1].first, "/test/object_path_0/child"); in TEST_F() 170 ASSERT_EQ(ancestors[1].second.size(), 1); in TEST_F() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery.treetable.js | 42 Node.prototype.ancestors = function() { method in Node 43 var ancestors, node; 45 ancestors = []; 47 ancestors.push(node); 49 return ancestors; 120 return this.ancestors().length; 320 …stination && destination.id !== node.parentId && $.inArray(node, destination.ancestors()) === -1) {
|
/openbmc/linux/tools/perf/util/bpf_skel/ |
H A D | bperf_cgroup.bpf.c | 49 struct cgroup *ancestors[]; member 70 if (bpf_core_field_exists(cgrp_new->ancestors)) { in get_cgroup_v1_ancestor_id() 71 return BPF_CORE_READ(cgrp_new, ancestors[level], kn, id); in get_cgroup_v1_ancestor_id()
|
/openbmc/linux/block/ |
H A D | blk-iocost.c | 550 struct ioc_gq *ancestors[]; member 1119 struct ioc_gq *parent = iocg->ancestors[lvl]; in __propagate_weights() 1120 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_weights() 1199 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight() 1200 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight() 1241 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight_max() 1242 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight_max() 1304 if (!list_empty(&iocg->ancestors[i]->active_list)) in iocg_activate() 1669 if (!list_empty(&iocg->ancestors[lvl]->walk_list)) in iocg_build_inner_walk() 1675 struct ioc_gq *inner = iocg->ancestors[lvl]; in iocg_build_inner_walk() [all …]
|
/openbmc/openbmc-test-automation/redfish/service_root/ |
H A D | test_service_root_security.robot | 24 …; script-src 'self'; connect-src 'self' wss:; form-action 'none'; frame-ancestors 'none'; object-s… 129 …; script-src 'self'; connect-src 'self' wss:; form-action 'none'; frame-ancestors 'none'; object-s… 150 …; script-src 'self'; connect-src 'self' wss:; form-action 'none'; frame-ancestors 'none'; object-s…
|
/openbmc/linux/include/linux/ |
H A D | cgroup.h | 518 return cgrp->ancestors[ancestor->level] == ancestor; in cgroup_is_descendant() 537 return cgrp->ancestors[ancestor_level]; in cgroup_ancestor()
|
H A D | cgroup-defs.h | 529 struct cgroup *ancestors[]; member
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | exporting.rst | 36 all of the ancestors of that filesystem object are also in the dcache. 67 Note that such a dentry can acquire children, name, ancestors, etc. 199 filesystem is exported however, then nfsd must walk the ancestors of the
|
/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/ |
H A D | 0001-cmake-disable-building-external-dependencies.patch | 66 """Make the directory, and all its ancestors as required. Any of the
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | freezer-subsystem.rst | 94 Shows the parent-state. 0 if none of the cgroup's ancestors is
|
H A D | memory.rst | 680 usage of e, is accounted to its ancestors up until the root (i.e, c and root). 681 If one of the ancestors goes over its limit, the reclaim algorithm reclaims
|
H A D | cpusets.rst | 137 cpuset (except direct ancestors and descendants) may contain
|
/openbmc/docs/architecture/ |
H A D | object-mapper.md | 409 Use this method to find all ancestors of an object that implement a specific 415 - param: path - the object path to find the ancestors of
|
/openbmc/linux/Documentation/filesystems/ |
H A D | directory-locking.rst | 49 * lock parents in "ancestors first" order. If one is not ancestor of
|
H A D | sysfs.rst | 43 ancestors of object hierarchies; i.e. the subsystems the objects
|
/openbmc/linux/Documentation/core-api/ |
H A D | rbtree.rst | 264 node and its ancestors, up to a given stop point (or NULL to update
|
/openbmc/linux/Documentation/driver-api/ |
H A D | device_link.rst | 224 all its ancestors. That is achieved by traversing the ACPI namespace
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup.c | 2085 root_cgrp->ancestors[0] = root_cgrp; in cgroup_setup_root() 5587 cgrp = kzalloc(struct_size(cgrp, ancestors, (level + 1)), GFP_KERNEL); in cgroup_create() 5641 cgrp->ancestors[tcgrp->level] = tcgrp; in cgroup_create()
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | enumeration.rst | 524 ancestors provides a _DSD with a valid "compatible" property. Such device
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | hugetlbpage.rst | 336 ancestors, such as numactl. This means that if the task is invoked from a
|
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 2254 ancestor = cgrp->ancestors[level]; in bpf_cgroup_ancestor()
|
/openbmc/linux/Documentation/driver-api/pm/ |
H A D | devices.rst | 362 of its ancestors. The second flag, when set, informs the middle layer
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 646 as long as the usages of all its ancestors are under their 991 and doesn't need pass enablement via ancestors from root.
|
/openbmc/linux/Documentation/power/ |
H A D | pci.rst | 1010 affects all of the ancestors of the device, so this flag should only be used if
|