Home
last modified time | relevance | path

Searched refs:ancestors (Results 1 – 24 of 24) sorted by relevance

/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp142 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 Djquery.treetable.js42 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 Dbperf_cgroup.bpf.c49 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 Dblk-iocost.c550 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 Dtest_service_root_security.robot24 …; 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 Dcgroup.h518 return cgrp->ancestors[ancestor->level] == ancestor; in cgroup_is_descendant()
537 return cgrp->ancestors[ancestor_level]; in cgroup_ancestor()
H A Dcgroup-defs.h529 struct cgroup *ancestors[]; member
/openbmc/linux/Documentation/filesystems/nfs/
H A Dexporting.rst36 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 D0001-cmake-disable-building-external-dependencies.patch66 """Make the directory, and all its ancestors as required. Any of the
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst94 Shows the parent-state. 0 if none of the cgroup's ancestors is
H A Dmemory.rst680 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 Dcpusets.rst137 cpuset (except direct ancestors and descendants) may contain
/openbmc/docs/architecture/
H A Dobject-mapper.md409 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 Ddirectory-locking.rst49 * lock parents in "ancestors first" order. If one is not ancestor of
H A Dsysfs.rst43 ancestors of object hierarchies; i.e. the subsystems the objects
/openbmc/linux/Documentation/core-api/
H A Drbtree.rst264 node and its ancestors, up to a given stop point (or NULL to update
/openbmc/linux/Documentation/driver-api/
H A Ddevice_link.rst224 all its ancestors. That is achieved by traversing the ACPI namespace
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c2085 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 Denumeration.rst524 ancestors provides a _DSD with a valid "compatible" property. Such device
/openbmc/linux/Documentation/admin-guide/mm/
H A Dhugetlbpage.rst336 ancestors, such as numactl. This means that if the task is invoked from a
/openbmc/linux/kernel/bpf/
H A Dhelpers.c2254 ancestor = cgrp->ancestors[level]; in bpf_cgroup_ancestor()
/openbmc/linux/Documentation/driver-api/pm/
H A Ddevices.rst362 of its ancestors. The second flag, when set, informs the middle layer
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst646 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 Dpci.rst1010 affects all of the ancestors of the device, so this flag should only be used if