search_depth 722 opal/mca/hwloc/base/hwloc_base_util.c int search_depth; search_depth 724 opal/mca/hwloc/base/hwloc_base_util.c search_depth = hwloc_get_type_depth(topo, target); search_depth 725 opal/mca/hwloc/base/hwloc_base_util.c if (HWLOC_TYPE_DEPTH_MULTIPLE == search_depth) { search_depth 732 opal/mca/hwloc/base/hwloc_base_util.c search_depth = hwloc_get_cache_type_depth(topo, cache_level, (hwloc_obj_cache_type_t) -1); search_depth 735 opal/mca/hwloc/base/hwloc_base_util.c if (HWLOC_TYPE_DEPTH_UNKNOWN == search_depth) search_depth 740 opal/mca/hwloc/base/hwloc_base_util.c *num_objs = hwloc_get_nbobjs_by_depth(topo, search_depth); search_depth 741 opal/mca/hwloc/base/hwloc_base_util.c return hwloc_get_obj_by_depth(topo, search_depth, nobj); search_depth 759 opal/mca/hwloc/base/hwloc_base_util.c while ((obj = hwloc_get_next_obj_by_depth(topo, search_depth, obj)) != NULL) { search_depth 786 opal/mca/hwloc/base/hwloc_base_util.c *num_objs = hwloc_get_nbobjs_inside_cpuset_by_depth(topo, constrained_cpuset, search_depth); search_depth 788 opal/mca/hwloc/base/hwloc_base_util.c while ((obj = hwloc_get_next_obj_inside_cpuset_by_depth(topo, constrained_cpuset, search_depth, obj)) != NULL) {