depth             407 ompi/mca/coll/base/coll_base_barrier.c     int rank, size, depth, err, jump, partner;
depth             418 ompi/mca/coll/base/coll_base_barrier.c     depth = opal_next_poweroftwo_inclusive(size);
depth             420 ompi/mca/coll/base/coll_base_barrier.c     for (jump=1; jump<depth; jump<<=1) {
depth             439 ompi/mca/coll/base/coll_base_barrier.c     depth >>= 1;
depth             440 ompi/mca/coll/base/coll_base_barrier.c     for (jump = depth; jump>0; jump>>=1) {
depth             138 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     int depth = 0, effective_depth = 0, obj_rank = -1;
depth             243 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         depth = hwloc_get_type_or_above_depth(opal_hwloc_topology, HWLOC_OBJ_CORE);
depth             244 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         num_objs_in_node = hwloc_get_nbobjs_by_depth(opal_hwloc_topology, depth);
depth             248 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         effective_depth = object->depth;
depth             287 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             effective_depth = depth;
depth             351 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                  i, tracker[i]->arity, tracker[i]->depth));
depth             801 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 int nb_objs = hwloc_get_nbobjs_by_depth(opal_hwloc_topology, tracker[i]->depth);
depth             225 ompi/mca/topo/treematch/treematch/tm_bucket.c void dfs(int i,int inf,int sup,double *pivot,double *pivot_tree,int depth,int max_depth)
depth             228 ompi/mca/topo/treematch/treematch/tm_bucket.c   if( depth == max_depth )
depth             234 ompi/mca/topo/treematch/treematch/tm_bucket.c   dfs(2*i,inf,p-1,pivot,pivot_tree,depth+1,max_depth);
depth             235 ompi/mca/topo/treematch/treematch/tm_bucket.c   dfs(2*i+1,p+1,sup,pivot,pivot_tree,depth+1,max_depth);
depth             496 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c constraint_t *split_constraints (int *constraints, int nb_constraints, int k, tm_topology_t *topology, int depth, int N)
depth             508 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   nb_leaves = compute_nb_leaves_from_level( depth + 1, topology );
depth             705 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c static void display_partition(int *partition, int *local_vertices, int n, int depth, int k){
depth             707 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   print_tab(depth);fprintf(stdout,"Partitions at depth=%d\n",depth);
depth             709 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     print_tab(depth); fprintf(stdout,"%d :",cur_part);
depth             720 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c void kpartition_build_level_topology(tm_tree_t *cur_node, com_mat_t *com_mat, int N, int depth,
depth             726 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   int k = topology->arity[depth];
depth             736 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   if ( depth == topology->nb_levels - 1 ){
depth             739 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     set_node(cur_node,NULL, 0, NULL, local_vertices[0], 0, NULL, depth);
depth             754 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     display_partition(partition, local_vertices, N, depth, k);
depth             764 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   const_tab = split_constraints (constraints, nb_constraints, k, topology, depth, N);
depth             775 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     kpartition_build_level_topology ( tab_child[i], tab_com_mat[i], N/k, depth + 1,
depth             783 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   set_node( cur_node, tab_child, k, NULL, cur_node->id, 0, NULL, depth);
depth             795 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   int depth,i, K;
depth             822 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   depth = 0;
depth             862 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   kpartition_build_level_topology(root, &com_mat, N+K,  depth, topology, local_vertices,
depth              51 ompi/mca/topo/treematch/treematch/tm_mapping.c int compute_nb_leaves_from_level(int depth,tm_topology_t *topology);
depth              68 ompi/mca/topo/treematch/treematch/tm_mapping.c int compute_nb_leaves_from_level(int depth,tm_topology_t *topology)
depth              72 ompi/mca/topo/treematch/treematch/tm_mapping.c   while(depth < topology->nb_levels-1)
depth              73 ompi/mca/topo/treematch/treematch/tm_mapping.c     res *= topology->arity[depth++];
depth              11 ompi/mca/topo/treematch/treematch/tm_mapping.h int compute_nb_leaves_from_level(int depth,tm_topology_t *topology);
depth              63 ompi/mca/topo/treematch/treematch/tm_solution.c   int depth = topology->nb_levels-1;
depth              79 ompi/mca/topo/treematch/treematch/tm_solution.c   } while((f_i!=f_j) && (level < depth));
depth              94 ompi/mca/topo/treematch/treematch/tm_solution.c   int depth = topology->nb_levels - 1;
depth             106 ompi/mca/topo/treematch/treematch/tm_solution.c       a = cost[depth-distance(topology,sigma[i],sigma[j])];
depth             131 ompi/mca/topo/treematch/treematch/tm_solution.c   int depth = topology->nb_levels - 1;
depth             142 ompi/mca/topo/treematch/treematch/tm_solution.c       a = cost[depth-distance(topology,sigma[i],sigma[j])];
depth             287 ompi/mca/topo/treematch/treematch/tm_solution.c   int j = 0,depth;
depth             290 ompi/mca/topo/treematch/treematch/tm_solution.c   depth = topology->nb_levels-1;
depth             292 ompi/mca/topo/treematch/treematch/tm_solution.c   for( i = 0 ; i < topology->nb_nodes[depth] ; i++){
depth              45 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   int depth = hwloc_topology_get_depth(topology);
depth              46 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   int nb_cores = hwloc_get_nbobjs_by_depth(topology, depth-1);
depth              68 ompi/mca/topo/treematch/treematch/tm_thread_pool.c     obj = hwloc_get_obj_by_depth(topology, depth-1, my_core);
depth             182 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   int depth;
depth             193 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   depth = hwloc_topology_get_depth(topology);
depth             194 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   if (depth == -1 ) {
depth             203 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   nb_cores = hwloc_get_nbobjs_by_depth(topology, depth-1);
depth             137 ompi/mca/topo/treematch/treematch/tm_topology.c static double link_cost(int depth)
depth             147 ompi/mca/topo/treematch/treematch/tm_topology.c   return tab[depth];
depth             170 ompi/mca/topo/treematch/treematch/tm_topology.c       arch[obj_proc1->os_index][obj_proc2->os_index]=link_cost(obj_res->depth+1);
depth             178 ompi/mca/topo/treematch/treematch/tm_topology.c    int depth,i,topodepth = hwloc_topology_get_depth(topology);
depth             181 ompi/mca/topo/treematch/treematch/tm_topology.c    for ( depth = 0; depth < topodepth-1 ; depth++ ) {
depth             182 ompi/mca/topo/treematch/treematch/tm_topology.c     int N = hwloc_get_nbobjs_by_depth(topology, depth);
depth             183 ompi/mca/topo/treematch/treematch/tm_topology.c     obj = hwloc_get_next_obj_by_depth (topology,depth,NULL);
depth             188 ompi/mca/topo/treematch/treematch/tm_topology.c       obj = hwloc_get_next_obj_by_depth (topology,depth,obj);
depth             243 ompi/mca/topo/treematch/treematch/tm_topology.c   unsigned topodepth,depth;
depth             294 ompi/mca/topo/treematch/treematch/tm_topology.c   for( depth = 0 ; depth < topodepth ; depth++ ){
depth             295 ompi/mca/topo/treematch/treematch/tm_topology.c     nb_nodes = hwloc_get_nbobjs_by_depth(topology, depth);
depth             296 ompi/mca/topo/treematch/treematch/tm_topology.c     res->nb_nodes[depth] = nb_nodes;
depth             299 ompi/mca/topo/treematch/treematch/tm_topology.c     objs[0] = hwloc_get_next_obj_by_depth(topology, depth, NULL);
depth             301 ompi/mca/topo/treematch/treematch/tm_topology.c     res->arity[depth] = objs[0]->arity;
depth             304 ompi/mca/topo/treematch/treematch/tm_topology.c       printf("\n--%d(%d) **%d**:--\n",res->arity[depth],nb_nodes,res->arity[0]);
depth             307 ompi/mca/topo/treematch/treematch/tm_topology.c     if (depth == topodepth -1){
depth             343 ompi/mca/topo/treematch/treematch/tm_topology.c   unsigned topodepth,depth;
depth             377 ompi/mca/topo/treematch/treematch/tm_topology.c   for( depth = 0 ; depth < topodepth ; depth++ ){
depth             378 ompi/mca/topo/treematch/treematch/tm_topology.c     nb_nodes = hwloc_get_nbobjs_by_depth(topology, depth);
depth             379 ompi/mca/topo/treematch/treematch/tm_topology.c     res->nb_nodes[depth] = nb_nodes;
depth             382 ompi/mca/topo/treematch/treematch/tm_topology.c     objs[0] = hwloc_get_next_obj_by_depth(topology,depth,NULL);
depth             384 ompi/mca/topo/treematch/treematch/tm_topology.c     res->arity[depth] = objs[0]->arity;
depth             386 ompi/mca/topo/treematch/treematch/tm_topology.c     if (depth == topodepth -1){
depth             465 ompi/mca/topo/treematch/treematch/tm_topology.c   int depth;
depth             466 ompi/mca/topo/treematch/treematch/tm_topology.c   for(depth=0; depth < topology->nb_levels; depth++){
depth             467 ompi/mca/topo/treematch/treematch/tm_topology.c     printf("%d",topology->arity[depth]);
depth             469 ompi/mca/topo/treematch/treematch/tm_topology.c       printf("(%lf)",topology->cost[depth]); 
depth             485 ompi/mca/topo/treematch/treematch/tm_topology.c   int depth = topology->nb_levels-1;
depth             487 ompi/mca/topo/treematch/treematch/tm_topology.c     if(!in_tab(topology->node_id, topology->nb_nodes[depth], topology->constraints[i])){
depth             178 ompi/mca/topo/treematch/treematch/tm_tree.c 	      int id, double val, tm_tree_t *tab_child, int depth)
depth             188 ompi/mca/topo/treematch/treematch/tm_tree.c   node->depth= depth;
depth             207 ompi/mca/topo/treematch/treematch/tm_tree.c   new->depth = old->depth;
depth             469 ompi/mca/topo/treematch/treematch/tm_tree.c void  list_all_possible_groups(tm_affinity_mat_t *aff_mat, tm_tree_t *tab_node, int id, int arity, int depth,
depth             476 ompi/mca/topo/treematch/treematch/tm_tree.c   if(depth == arity){
depth             480 ompi/mca/topo/treematch/treematch/tm_tree.c   }else if( (mat_order+depth) >= (arity+id) ){
depth             485 ompi/mca/topo/treematch/treematch/tm_tree.c       cur_group[depth] = &tab_node[i];
depth             487 ompi/mca/topo/treematch/treematch/tm_tree.c 	printf("%d<-%d\n", depth, i);
depth             488 ompi/mca/topo/treematch/treematch/tm_tree.c       list_all_possible_groups(aff_mat, tab_node, i+1, arity, depth+1, cur_group, list);
depth             777 ompi/mca/topo/treematch/treematch/tm_tree.c static int thread_derecurs_exhaustive_search(group_list_t **tab_group, int i, int nb_groups, int arity, int depth, int solution_size,
depth             787 ompi/mca/topo/treematch/treematch/tm_tree.c   nb_groups_to_find = solution_size - depth;
depth             789 ompi/mca/topo/treematch/treematch/tm_tree.c   if( depth == solution_size ){
depth             801 ompi/mca/topo/treematch/treematch/tm_tree.c     if(depth>2)
depth             808 ompi/mca/topo/treematch/treematch/tm_tree.c     if(depth>start_depth)
depth             827 ompi/mca/topo/treematch/treematch/tm_tree.c 	if(depth>start_depth)
depth             833 ompi/mca/topo/treematch/treematch/tm_tree.c       if(independent_groups_mat(selection, depth, elem, indep_mat)){
depth             835 ompi/mca/topo/treematch/treematch/tm_tree.c 	  printf("%d: %d\n", depth, i);
depth             836 ompi/mca/topo/treematch/treematch/tm_tree.c 	selection[depth] = elem;
depth             837 ompi/mca/topo/treematch/treematch/tm_tree.c 	val += selection[depth]->val;
depth             838 ompi/mca/topo/treematch/treematch/tm_tree.c 	tab_i[depth]=i;
depth             839 ompi/mca/topo/treematch/treematch/tm_tree.c 	depth ++;
depth             843 ompi/mca/topo/treematch/treematch/tm_tree.c 	depth --;
depth             844 ompi/mca/topo/treematch/treematch/tm_tree.c 	val -= selection[depth]->val;
depth             845 ompi/mca/topo/treematch/treematch/tm_tree.c 	i=tab_i[depth];
depth             850 ompi/mca/topo/treematch/treematch/tm_tree.c     nb_groups_to_find = solution_size - depth;
depth             852 ompi/mca/topo/treematch/treematch/tm_tree.c       if(depth>start_depth)
depth             859 ompi/mca/topo/treematch/treematch/tm_tree.c   if(depth>start_depth)
depth            2005 ompi/mca/topo/treematch/treematch/tm_tree.c void create_dumb_tree(tm_tree_t *node, int depth, tm_topology_t *topology)
depth            2010 ompi/mca/topo/treematch/treematch/tm_tree.c   if( depth == topology->nb_levels-1) {
depth            2011 ompi/mca/topo/treematch/treematch/tm_tree.c     set_node(node, NULL, 0, NULL, -1, 0, NULL, depth);
depth            2015 ompi/mca/topo/treematch/treematch/tm_tree.c   arity = topology->arity[depth];
depth            2020 ompi/mca/topo/treematch/treematch/tm_tree.c     create_dumb_tree(list_child[i], depth+1, topology);
depth            2027 ompi/mca/topo/treematch/treematch/tm_tree.c   set_node(node, list_child, arity, NULL, -1, 0, NULL, depth);
depth            2029 ompi/mca/topo/treematch/treematch/tm_tree.c void complete_tab_node(tm_tree_t **tab, int mat_order, int K, int depth, tm_topology_t *topology)
depth            2047 ompi/mca/topo/treematch/treematch/tm_tree.c       create_dumb_tree(&new_tab[i], depth, topology);
depth            2055 ompi/mca/topo/treematch/treematch/tm_tree.c void set_deb_tab_child(tm_tree_t *tree, tm_tree_t *child, int depth)
depth            2058 ompi/mca/topo/treematch/treematch/tm_tree.c   if( depth > 0 )
depth            2059 ompi/mca/topo/treematch/treematch/tm_tree.c     set_deb_tab_child(tree->tab_child, child, depth-1);
depth            2076 ompi/mca/topo/treematch/treematch/tm_tree.c tm_tree_t *build_level_topology(tm_tree_t *tab_node, tm_affinity_mat_t *aff_mat, int arity, int depth, tm_topology_t *topology,
depth            2091 ompi/mca/topo/treematch/treematch/tm_tree.c   if( 0 == depth ){
depth            2092 ompi/mca/topo/treematch/treematch/tm_tree.c     if((1 == mat_order) && (0 == depth))
depth            2096 ompi/mca/topo/treematch/treematch/tm_tree.c 	fprintf(stderr, "Error: matrix size: %d and depth:%d (should be 1 and -1 respectively)\n", mat_order, depth);
depth            2115 ompi/mca/topo/treematch/treematch/tm_tree.c     complete_tab_node(&tab_node, mat_order, K, depth, topology);
depth            2125 ompi/mca/topo/treematch/treematch/tm_tree.c     printf("Depth=%d\tnb_nodes=%d\tnb_groups=%d\tsize of groups(arity)=%d\n", depth, mat_order, M, arity);
depth            2134 ompi/mca/topo/treematch/treematch/tm_tree.c     set_node(&new_tab_node[i], list_child, arity, NULL, i, 0, tab_node, depth); 
depth            2142 ompi/mca/topo/treematch/treematch/tm_tree.c     speed = comm_speed[depth];
depth            2172 ompi/mca/topo/treematch/treematch/tm_tree.c   depth--;
depth            2173 ompi/mca/topo/treematch/treematch/tm_tree.c   if(depth > 0)
depth            2174 ompi/mca/topo/treematch/treematch/tm_tree.c     arity = topology->arity[depth-1];
depth            2178 ompi/mca/topo/treematch/treematch/tm_tree.c   res = build_level_topology(new_tab_node, new_aff_mat, arity, depth, topology, new_obj_weight, comm_speed);
depth            2180 ompi/mca/topo/treematch/treematch/tm_tree.c   set_deb_tab_child(res, tab_node, depth);
depth            2199 ompi/mca/topo/treematch/treematch/tm_tree.c   int depth, i;
depth            2204 ompi/mca/topo/treematch/treematch/tm_tree.c   depth = topology->nb_levels;
depth            2206 ompi/mca/topo/treematch/treematch/tm_tree.c     set_node(&tab_node[i], NULL, 0, NULL, i, 0, NULL, depth);
depth            2210 ompi/mca/topo/treematch/treematch/tm_tree.c     printf("nb_levels=%d\n", depth);
depth            2212 ompi/mca/topo/treematch/treematch/tm_tree.c   res = build_level_topology(tab_node, aff_mat , topology->arity[depth-2], depth-1, topology, obj_weight, comm_speed);
depth               9 ompi/mca/topo/treematch/treematch/tm_tree.h 	      int id,double val,tm_tree_t *tab_child,int depth);
depth              46 ompi/mca/topo/treematch/treematch/treematch.h   int depth;
depth             409 opal/class/opal_interval_tree.c     size_t depth;
depth             412 opal/class/opal_interval_tree.c     depth = opal_interval_tree_depth_node (tree, &tree->root);
depth             415 opal/class/opal_interval_tree.c     return depth;
depth             817 opal/class/opal_interval_tree.c static int opal_interval_tree_black_depth (opal_interval_tree_t *tree, opal_interval_tree_node_t *node, int depth)
depth             820 opal/class/opal_interval_tree.c         return depth;
depth             825 opal/class/opal_interval_tree.c         depth++;
depth             828 opal/class/opal_interval_tree.c     return opal_interval_tree_black_depth (tree, node->left, depth);
depth             405 opal/class/opal_tree.c                              int depth
depth             423 opal/class/opal_tree.c                 (rc = add_tree_item2buf(first_child, buf, fn, depth+1))){
depth             442 opal/class/opal_tree.c     } while (tree_item && 1 < depth);
depth             471 opal/class/opal_tree.c                                      int depth)
depth             492 opal/class/opal_tree.c             if (1 < depth) {
depth             505 opal/class/opal_tree.c                                       depth+1);
depth             682 opal/mca/hwloc/base/hwloc_base_util.c         cache_level = obj->attr->cache.depth;
depth            1248 opal/mca/hwloc/base/hwloc_base_util.c     unsigned depth, d, width, w;
depth            1266 opal/mca/hwloc/base/hwloc_base_util.c     depth = hwloc_topology_get_depth(topo);
depth            1275 opal/mca/hwloc/base/hwloc_base_util.c     for (d=1; d < depth; d++) {
depth            1317 opal/mca/hwloc/base/hwloc_base_util.c                     if (3 == obj->attr->cache.depth) {
depth            1319 opal/mca/hwloc/base/hwloc_base_util.c                     } else if (2 == obj->attr->cache.depth) {
depth            1381 opal/mca/hwloc/base/hwloc_base_util.c     int depth;
depth            1386 opal/mca/hwloc/base/hwloc_base_util.c     if (HWLOC_TYPE_DEPTH_UNKNOWN == (depth = hwloc_get_type_depth(topo, HWLOC_OBJ_OS_DEVICE))) {
depth            1393 opal/mca/hwloc/base/hwloc_base_util.c     osdev = hwloc_get_obj_by_depth(topo, depth, 0);
depth            1878 opal/mca/hwloc/base/hwloc_base_util.c     int depth;
depth            1916 opal/mca/hwloc/base/hwloc_base_util.c                     depth = hwloc_get_type_depth(topo, HWLOC_OBJ_NODE);
depth            1917 opal/mca/hwloc/base/hwloc_base_util.c                     if (HWLOC_TYPE_DEPTH_UNKNOWN == depth) {
depth            1927 opal/mca/hwloc/base/hwloc_base_util.c                                 if (obj->distances[j]->relative_depth + 1 == (unsigned) depth) {
depth            2097 opal/mca/hwloc/base/hwloc_base_util.c     unsigned depth, d, width, w;
depth            2119 opal/mca/hwloc/base/hwloc_base_util.c     depth = hwloc_topology_get_depth(topo);
depth            2122 opal/mca/hwloc/base/hwloc_base_util.c     for (d=1; d < depth; d++) {
depth            2178 opal/mca/hwloc/base/hwloc_base_util.c                     if (3 == obj->attr->cache.depth) {
depth            2185 opal/mca/hwloc/base/hwloc_base_util.c                     } else if (2 == obj->attr->cache.depth) {
depth              63 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 	newdiff->too_complex.obj_depth = obj1->depth;
depth              83 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 	newdiff->obj_attr.obj_depth = obj->depth;
depth             107 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 	newdiff->obj_attr.obj_depth = obj->depth;
depth             127 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 	if (obj1->depth != obj2->depth)
depth             157 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c int hwloc_distances_remove_by_depth(hwloc_topology_t topology, int depth)
depth             168 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c   type = hwloc_get_depth_type(topology, depth);
depth             647 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c hwloc_distances_get_by_depth(hwloc_topology_t topology, int depth,
depth             659 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c   type = hwloc_get_depth_type(topology, depth);
depth             421 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   if (parent->depth >= 2
depth             679 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	obj->attr->cache.depth = 2;
depth             694 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	obj2->attr->cache.depth = 1;
depth             710 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	    obj3->attr->cache.depth = 1;
depth              82 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c     obj->attr->cache.depth = 2;
depth             108 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c       obj->attr->cache.depth = 1;
depth             119 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c       obj->attr->cache.depth = 1;
depth              81 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c     cuda_device->depth = HWLOC_TYPE_DEPTH_UNKNOWN;
depth             287 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-darwin.c             l1i->attr->cache.depth = i;
depth             298 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-darwin.c             obj->attr->cache.depth = i;
depth              28 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.depth = 1;
depth              38 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.depth = 1;
depth              59 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c     obj->attr->cache.depth = 2;
depth              97 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.depth = 1;
depth             107 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.depth = 1;
depth             128 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c     obj->attr->cache.depth = 2;
depth             166 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.depth = 1;
depth             176 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c       obj->attr->cache.depth = 1;
depth             196 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c     obj->attr->cache.depth = 2;
depth             207 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hardwired.c     obj->attr->cache.depth = 2;
depth            2734 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   c->attr->cache.depth = level;
depth            3317 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 		cache->attr->cache.depth = 3;
depth            3684 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  unsigned depth; /* 1 for L1, .... */
depth            3691 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  if (hwloc_read_path_as_uint(str, &depth, data->root_fd) < 0) {
depth            3707 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  otype = hwloc_cache_type_by_depth_type(depth, ctype);
depth            3749 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  cache->attr->cache.depth = depth;
depth            3760 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 				  depth, cacheset);
depth              49 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-nvml.c     osdev->depth = HWLOC_TYPE_DEPTH_UNKNOWN;
depth              78 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c       osdev->depth = HWLOC_TYPE_DEPTH_UNKNOWN;
depth             809 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	      l3->attr->cache.depth = 3;
depth             822 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	      l2i->attr->cache.depth = 2;
depth             832 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	      l2->attr->cache.depth = 2;
depth             898 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1->attr->cache.depth = 1;
depth             908 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	l1i->attr->cache.depth = 1;
depth              23 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   unsigned depth; /* For caches/groups */
depth             210 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	      && attrs.group.depth != (unsigned) -1
depth             211 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	      && attrs.group.depth != data->level[i].attr.depth)
depth             554 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count].attr.depth = (unsigned) -1;
depth             558 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[count].attr.depth = attrs.cache.depth;
depth             562 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[count].attr.depth = attrs.group.depth;
depth             702 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       unsigned depth = 1 + i;
depth             703 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[depth].attr.type = HWLOC_OBJ_GROUP;
depth             707 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       unsigned depth = 1 + needgroups;
depth             708 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[depth].attr.type = HWLOC_OBJ_PACKAGE;
depth             712 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       unsigned depth = 1 + needgroups + needpack;
depth             713 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[depth].attr.type = HWLOC_OBJ_NUMANODE;
depth             725 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	data->level[l3depth].attr.depth = 3;
depth             730 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[l2depth].attr.depth = 2;
depth             735 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	data->level[l1depth].attr.depth = 1;
depth             741 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	data->level[l1idepth].attr.depth = 1;
depth             747 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       unsigned depth = 1 + needgroups + needpack + neednuma + needcaches;
depth             748 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[depth].attr.type = HWLOC_OBJ_CORE;
depth             776 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (curlevel->attr.depth == (unsigned)-1)
depth             777 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	curlevel->attr.depth = type_count[HWLOC_OBJ_GROUP]--;
depth             781 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	if (1 == curlevel->attr.depth)
depth             786 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  curlevel->attr.memorysize = 256*1024 << (2*curlevel->attr.depth);
depth             815 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     obj->attr->group.subkind = sattr->depth-1;
depth             837 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     obj->attr->cache.depth = sattr->depth;
depth            1219 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (obj->depth < 0) {
depth            1220 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	assert(obj->depth == HWLOC_TYPE_DEPTH_NUMANODE);
depth            1224 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	total = topology->level_nbobjects[obj->depth];
depth            1225 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	level = topology->levels[obj->depth];
depth            1368 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     for(i=0; i<hwloc_get_nbobjs_by_depth(topology, first_parent->depth); i++) {
depth            1371 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       parent = hwloc_get_obj_by_depth(topology, first_parent->depth, i);
depth            1461 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     pdepth = node->parent->depth;
depth            1465 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (node->parent->depth != pdepth) {
depth             852 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	    obj->attr->cache.depth = procInfo[i].Cache.Level;
depth            1023 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	    obj->attr->cache.depth = procInfo->Cache.Level;
depth            1008 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	  cache->attr->cache.depth = level;
depth             215 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	obj->attr->cache.depth = lvalue;
depth             982 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       obj->type = hwloc_cache_type_by_depth_type(obj->attr->cache.depth, obj->attr->cache.type);
depth            1030 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       && obj->type != hwloc_cache_type_by_depth_type(obj->attr->cache.depth, obj->attr->cache.type)) {
depth            1033 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix, hwloc_obj_type_string(obj->type), obj->attr->cache.depth, (int) obj->attr->cache.type);
depth            2030 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     sprintf(tmp, "%u", obj->attr->cache.depth);
depth            2041 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       sprintf(tmp, "%u", obj->attr->group.depth);
depth            2053 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     sprintf(tmp, "%u", obj->attr->bridge.depth);
depth            2119 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       int depth;
depth            2133 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	depth = -1;
depth            2138 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  if (parent->depth+1 > depth)
depth            2139 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	    depth = parent->depth+1;
depth            2155 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	depth = hwloc_get_type_depth(topology, dist->type) + parent_with_memory;
depth            2161 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       sprintf(tmp, "%d", depth);
depth             715 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   newobj->depth = src->depth;
depth             747 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (src->depth < 0) {
depth             748 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     i = HWLOC_SLEVEL_FROM_DEPTH(src->depth);
depth             757 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     level = newtopology->levels[src->depth];
depth             758 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     level_width = newtopology->level_nbobjects[src->depth];
depth            2095 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc__filter_bridges(hwloc_topology_t topology, hwloc_obj_t root, unsigned depth)
depth            2104 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     hwloc__filter_bridges(topology, child, depth+1);
depth            2106 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     child->attr->bridge.depth = depth;
depth            2376 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	topology->levels[i][j]->depth = (int)i;
depth            2428 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       if (array[i]->depth != array[0]->depth
depth            2453 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	topology->levels[i][j]->attr->group.depth = groupdepth;
depth            2661 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     obj->depth = HWLOC_TYPE_DEPTH_NUMANODE;
depth            2673 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     obj->depth = HWLOC_TYPE_DEPTH_MISC;
depth            2684 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       obj->depth = HWLOC_TYPE_DEPTH_BRIDGE;
depth            2689 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       obj->depth = HWLOC_TYPE_DEPTH_PCI_DEVICE;
depth            2694 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       obj->depth = HWLOC_TYPE_DEPTH_OS_DEVICE;
depth            2756 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   root->depth = 0;
depth            2834 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       taken_objs[i]->depth = (int) topology->nb_levels;
depth            3918 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(child->depth > parent->depth);
depth            4098 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       assert(obj->depth == HWLOC_TYPE_DEPTH_BRIDGE);
depth            4100 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       assert(obj->depth == HWLOC_TYPE_DEPTH_PCI_DEVICE);
depth            4102 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       assert(obj->depth == HWLOC_TYPE_DEPTH_OS_DEVICE);
depth            4104 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       assert(obj->depth == HWLOC_TYPE_DEPTH_MISC);
depth            4108 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       assert(obj->depth == HWLOC_TYPE_DEPTH_NUMANODE);
depth            4110 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       assert(obj->depth >= 0);
depth            4115 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(obj->attr->group.depth != (unsigned) -1);
depth            4138 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(hwloc_cache_type_by_depth_type(obj->attr->cache.depth, obj->attr->cache.type) == obj->type);
depth            4216 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc__check_level(struct hwloc_topology *topology, int depth,
depth            4219 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   unsigned width = hwloc_get_nbobjs_by_depth(topology, depth);
depth            4226 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     obj = hwloc_get_obj_by_depth(topology, depth, j);
depth            4229 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(obj->depth == depth);
depth            4250 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     obj = hwloc_get_obj_by_depth(topology, depth, 0);
depth            4254 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(hwloc_get_depth_type(topology, depth) == obj->type);
depth            4255 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(depth == hwloc_get_type_depth(topology, obj->type)
depth            4258 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     obj = hwloc_get_obj_by_depth(topology, depth, width-1);
depth            4263 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (depth < 0) {
depth            4264 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(first == hwloc_get_obj_by_depth(topology, depth, 0));
depth            4265 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(last == hwloc_get_obj_by_depth(topology, depth, width-1));
depth            4272 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   obj = hwloc_get_obj_by_depth(topology, depth, width);
depth            4284 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   int j, depth;
depth            4321 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   depth = hwloc_topology_get_depth(topology);
depth            4332 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   assert(hwloc_get_depth_type(topology, depth-1) == HWLOC_OBJ_PU);
depth            4333 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   assert(hwloc_get_nbobjs_by_depth(topology, depth-1) > 0);
depth            4334 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for(i=0; i<hwloc_get_nbobjs_by_depth(topology, depth-1); i++) {
depth            4335 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     obj = hwloc_get_obj_by_depth(topology, depth-1, i);
depth            4341 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for(j=1; j<depth-1; j++) {
depth            4350 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for(j=0; j<depth; j++)
depth            4359 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   assert(!obj->depth);
depth            4371 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for(j=0; j<depth; j++)
depth              29 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c hwloc_get_depth_type (hwloc_topology_t topology, int depth)
depth              31 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if ((unsigned)depth >= topology->nb_levels)
depth              32 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     switch (depth) {
depth              46 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   return topology->levels[depth][0]->type;
depth              52 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   int depth = HWLOC_TYPE_DEPTH_UNKNOWN;
depth              62 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     if (depth == HWLOC_TYPE_DEPTH_UNKNOWN)
depth              63 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       depth = parent->depth;
depth              64 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     else if (depth != parent->depth)
depth              70 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   assert(depth >= 0);
depth              71 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   return depth;
depth              75 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c hwloc_get_nbobjs_by_depth (struct hwloc_topology *topology, int depth)
depth              77 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if ((unsigned)depth >= topology->nb_levels) {
depth              78 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     unsigned l = HWLOC_SLEVEL_FROM_DEPTH(depth);
depth              84 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   return topology->level_nbobjects[depth];
depth              88 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c hwloc_get_obj_by_depth (struct hwloc_topology *topology, int depth, unsigned idx)
depth              90 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if ((unsigned)depth >= topology->nb_levels) {
depth              91 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     unsigned l = HWLOC_SLEVEL_FROM_DEPTH(depth);
depth              97 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if (idx >= topology->level_nbobjects[depth])
depth              99 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   return topology->levels[depth][idx];
depth             147 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   src_nbobjects = topology->level_nbobjects[src->depth];
depth             148 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   src_objs = topology->levels[src->depth];
depth             358 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       attrp->cache.depth = depthattr;
depth             361 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       attrp->group.depth = depthattr;
depth             378 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   int depth;
depth             385 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   depth = hwloc_get_type_depth(topology, type);
depth             387 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       && depth == HWLOC_TYPE_DEPTH_MULTIPLE
depth             388 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       && attr.group.depth != (unsigned)-1) {
depth             390 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     depth = HWLOC_TYPE_DEPTH_UNKNOWN;
depth             393 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 	  && topology->levels[l][0]->attr->group.depth == attr.group.depth) {
depth             394 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 	depth = (int)l;
depth             402 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   *depthp = depth;
depth             436 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     return hwloc_snprintf(string, size, "L%u%s%s", obj->attr->cache.depth,
depth             440 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     if (obj->attr->group.depth != (unsigned) -1)
depth             441 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       return hwloc_snprintf(string, size, "%s%u", hwloc_obj_type_string(type), obj->attr->group.depth);
depth             376 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h   int depth;				/**< \brief Vertical index in the hierarchy.
depth             567 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h     unsigned depth;			  /**< \brief Depth of cache (e.g., L1, L2, ...etc.) */
depth             575 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h     unsigned depth;			  /**< \brief Depth of group object.
depth             602 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h     unsigned depth;
depth             830 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC hwloc_obj_type_t hwloc_get_depth_type (hwloc_topology_t topology, int depth) __hwloc_attribute_pure;
depth             834 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC unsigned hwloc_get_nbobjs_by_depth (hwloc_topology_t topology, int depth) __hwloc_attribute_pure;
depth             852 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC hwloc_obj_t hwloc_get_obj_by_depth (hwloc_topology_t topology, int depth, unsigned idx) __hwloc_attribute_pure;
depth             868 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h hwloc_get_next_obj_by_depth (hwloc_topology_t topology, int depth, hwloc_obj_t prev);
depth              84 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h       *depthattrp = (int) attr.cache.depth;
depth              89 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h       *depthattrp = (int) attr.group.depth;
depth             125 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/distances.h hwloc_distances_get_by_depth(hwloc_topology_t topology, int depth,
depth             138 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/distances.h   int depth = hwloc_get_type_depth(topology, type);
depth             139 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/distances.h   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN || depth == HWLOC_TYPE_DEPTH_MULTIPLE) {
depth             143 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/distances.h   return hwloc_distances_get_by_depth(topology, depth, nr, distances, kind, flags);
depth             247 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/distances.h HWLOC_DECLSPEC int hwloc_distances_remove_by_depth(hwloc_topology_t topology, int depth);
depth             256 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/distances.h   int depth = hwloc_get_type_depth(topology, type);
depth             257 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/distances.h   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN || depth == HWLOC_TYPE_DEPTH_MULTIPLE)
depth             259 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/distances.h   return hwloc_distances_remove_by_depth(topology, depth);
depth              86 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 					   int depth, hwloc_obj_t prev)
depth              88 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   hwloc_obj_t next = hwloc_get_next_obj_by_depth(topology, depth, prev);
depth             112 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   int depth = hwloc_get_type_depth(topology, type);
depth             113 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN || depth == HWLOC_TYPE_DEPTH_MULTIPLE)
depth             115 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   return hwloc_get_next_obj_inside_cpuset_by_depth(topology, set, depth, prev);
depth             128 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 				      int depth, unsigned idx) __hwloc_attribute_pure;
depth             131 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 				      int depth, unsigned idx)
depth             133 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   hwloc_obj_t obj = hwloc_get_obj_by_depth (topology, depth, 0);
depth             167 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   int depth = hwloc_get_type_depth(topology, type);
depth             168 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN || depth == HWLOC_TYPE_DEPTH_MULTIPLE)
depth             170 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   return hwloc_get_obj_inside_cpuset_by_depth(topology, set, depth, idx);
depth             183 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 					 int depth) __hwloc_attribute_pure;
depth             186 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 					 int depth)
depth             188 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   hwloc_obj_t obj = hwloc_get_obj_by_depth (topology, depth, 0);
depth             219 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   int depth = hwloc_get_type_depth(topology, type);
depth             220 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN)
depth             222 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   if (depth == HWLOC_TYPE_DEPTH_MULTIPLE)
depth             224 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   return (int) hwloc_get_nbobjs_inside_cpuset_by_depth(topology, set, depth);
depth             322 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 					    int depth, hwloc_obj_t prev)
depth             324 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   hwloc_obj_t next = hwloc_get_next_obj_by_depth(topology, depth, prev);
depth             351 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   int depth = hwloc_get_type_depth(topology, type);
depth             352 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN || depth == HWLOC_TYPE_DEPTH_MULTIPLE)
depth             354 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   return hwloc_get_next_obj_covering_cpuset_by_depth(topology, set, depth, prev);
depth             372 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h hwloc_get_ancestor_obj_by_depth (hwloc_topology_t topology __hwloc_attribute_unused, int depth, hwloc_obj_t obj) __hwloc_attribute_pure;
depth             374 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h hwloc_get_ancestor_obj_by_depth (hwloc_topology_t topology __hwloc_attribute_unused, int depth, hwloc_obj_t obj)
depth             377 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   if (obj->depth < depth)
depth             379 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   while (ancestor && ancestor->depth > depth)
depth             408 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     while (obj1->depth > obj2->depth)
depth             410 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     while (obj2->depth > obj1->depth)
depth             412 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     if (obj1 != obj2 && obj1->depth == obj2->depth) {
depth             579 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   int depth;
depth             581 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   for (depth=0; ; depth++) {
depth             582 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     hwloc_obj_t obj = hwloc_get_obj_by_depth(topology, depth, 0);
depth             585 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     if (!hwloc_obj_type_is_dcache(obj->type) || obj->attr->cache.depth != cachelevel)
depth             594 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       found = depth;
depth             599 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       return depth;
depth             849 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     if (!root->arity || chunk <= 1 || root->depth >= until) {
depth             996 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 	int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NUMANODE);
depth             998 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 	assert(depth != HWLOC_TYPE_DEPTH_UNKNOWN);
depth            1000 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 	while ((obj = hwloc_get_next_obj_covering_cpuset_by_depth(topology, _cpuset, depth, obj)) != NULL)
depth            1017 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 	int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NUMANODE);
depth            1019 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 	assert(depth != HWLOC_TYPE_DEPTH_UNKNOWN);
depth            1021 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 	while ((obj = hwloc_get_next_obj_by_depth(topology, depth, obj)) != NULL) {
depth              31 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   int depth = hwloc_get_type_depth(topology, type);
depth              33 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN)
depth              34 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h     return depth;
depth              37 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   for(depth = hwloc_get_type_depth(topology, HWLOC_OBJ_PU); ; depth--)
depth              38 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h     if (hwloc_compare_types(hwloc_get_depth_type(topology, depth), type) < 0)
depth              39 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h       return depth+1;
depth              48 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   int depth = hwloc_get_type_depth(topology, type);
depth              50 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   if (depth != HWLOC_TYPE_DEPTH_UNKNOWN)
depth              51 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h     return depth;
depth              54 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   for(depth = 0; ; depth++)
depth              55 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h     if (hwloc_compare_types(hwloc_get_depth_type(topology, depth), type) > 0)
depth              56 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h       return depth-1;
depth              65 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   int depth = hwloc_get_type_depth(topology, type);
depth              66 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN)
depth              68 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   if (depth == HWLOC_TYPE_DEPTH_MULTIPLE)
depth              70 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   return (int) hwloc_get_nbobjs_by_depth(topology, depth);
depth              76 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   int depth = hwloc_get_type_depth(topology, type);
depth              77 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN)
depth              79 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   if (depth == HWLOC_TYPE_DEPTH_MULTIPLE)
depth              81 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   return hwloc_get_obj_by_depth(topology, depth, idx);
depth              85 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h hwloc_get_next_obj_by_depth (hwloc_topology_t topology, int depth, hwloc_obj_t prev)
depth              88 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h     return hwloc_get_obj_by_depth (topology, depth, 0);
depth              89 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   if (prev->depth != depth)
depth              98 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   int depth = hwloc_get_type_depth(topology, type);
depth              99 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   if (depth == HWLOC_TYPE_DEPTH_UNKNOWN || depth == HWLOC_TYPE_DEPTH_MULTIPLE)
depth             101 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   return hwloc_get_next_obj_by_depth (topology, depth, prev);
depth              57 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NUMANODE);
depth              65 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   while ((node = hwloc_get_next_obj_covering_cpuset_by_depth(topology, cpuset, depth, node)) != NULL) {
depth              91 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NUMANODE);
depth              99 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   while ((node = hwloc_get_next_obj_by_depth(topology, depth, node)) != NULL) {
depth             126 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NUMANODE);
depth             129 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   while ((node = hwloc_get_next_obj_by_depth(topology, depth, node)) != NULL)
depth             149 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NUMANODE);
depth             152 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   while ((node = hwloc_get_next_obj_by_depth(topology, depth, node)) != NULL)
depth             193 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NUMANODE);
depth             198 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   while ((node = hwloc_get_next_obj_covering_cpuset_by_depth(topology, cpuset, depth, node)) != NULL)
depth             218 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NUMANODE);
depth             223 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   while ((node = hwloc_get_next_obj_by_depth(topology, depth, node)) != NULL)
depth             238 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NUMANODE);
depth             241 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   while ((node = hwloc_get_next_obj_by_depth(topology, depth, node)) != NULL)
depth             256 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   int depth = hwloc_get_type_depth(topology, HWLOC_OBJ_NUMANODE);
depth             259 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/linux-libnuma.h   while ((node = hwloc_get_next_obj_by_depth(topology, depth, node)) != NULL)
depth             382 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h static __hwloc_inline hwloc_obj_type_t hwloc_cache_type_by_depth_type(unsigned depth, hwloc_obj_cache_type_t type)
depth             385 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h     if (depth >= 1 && depth <= 3)
depth             386 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h       return HWLOC_OBJ_L1ICACHE + depth-1;
depth             390 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h     if (depth >= 1 && depth <= 5)
depth             391 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h       return HWLOC_OBJ_L1CACHE + depth-1;
depth             251 orte/mca/ess/base/ess_base_fns.c                             if (HWLOC_OBJ_CACHE == target && cache_level != obj->attr->cache.depth) {