subtree_root 426 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h hwloc_obj_is_in_subtree (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj, hwloc_obj_t subtree_root) __hwloc_attribute_pure; subtree_root 428 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h hwloc_obj_is_in_subtree (hwloc_topology_t topology __hwloc_attribute_unused, hwloc_obj_t obj, hwloc_obj_t subtree_root) subtree_root 430 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h return obj->cpuset && subtree_root->cpuset && hwloc_bitmap_isincluded(obj->cpuset, subtree_root->cpuset);