current_count     141 opal/class/opal_tree.c     int current_count = 0;
current_count     145 opal/class/opal_tree.c         current_count += count_descendants(opal_tree_get_first_child(item));
current_count     146 opal/class/opal_tree.c         current_count++; /* count ourselves */
current_count     149 opal/class/opal_tree.c     return(current_count);