hwlocality_helper_ancestors(3) | Library Functions Manual | hwlocality_helper_ancestors(3) |
hwlocality_helper_ancestors - Looking at Ancestor and Child Objects
static hwloc_obj_t hwloc_get_ancestor_obj_by_depth
(hwloc_topology_t topology, int depth, hwloc_obj_t obj)
static hwloc_obj_t hwloc_get_ancestor_obj_by_type
(hwloc_topology_t topology, hwloc_obj_type_t type,
hwloc_obj_t obj)
static hwloc_obj_t hwloc_get_common_ancestor_obj
(hwloc_topology_t topology, hwloc_obj_t obj1,
hwloc_obj_t obj2)
static int hwloc_obj_is_in_subtree (hwloc_topology_t topology,
hwloc_obj_t obj, hwloc_obj_t subtree_root)
static hwloc_obj_t hwloc_get_next_child (hwloc_topology_t
topology, hwloc_obj_t parent, hwloc_obj_t prev)
Be sure to see the figure in Terms and Definitions that shows a complete topology tree, including depths, child/sibling/cousin relationships, and an example of an asymmetric topology where one package has fewer caches than its peers.
Returns the ancestor object of obj at depth depth.
Returns
NULL if no such ancestor exists.
Note
Returns the ancestor object of obj with type type.
Returns
NULL if no such ancestor exists.
Note
type should not be HWLOC_OBJ_PU or HWLOC_OBJ_NUMANODE since these objects are ancestors of no objects (except Misc or I/O). This function rather expects an intermediate object type, such as HWLOC_OBJ_PACKAGE, HWLOC_OBJ_CORE, etc.
Returns the common parent object to objects obj1 and obj2.
Returns
Note
Return the next child. Return the next child among the normal children list, then among the memory children list, then among the I/O children list, then among the Misc children list.
Returns
the next child if prev is not NULL.
NULL when there is no next child.
Returns true if obj is inside the subtree beginning with ancestor object subtree_root.
Returns
Note
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code.
Version 2.10.0 | Hardware Locality (hwloc) |