nextparent        140 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   struct hwloc_obj *parent, *nextparent, **src_objs;
nextparent        153 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       nextparent = parent->parent;
nextparent        154 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       if (!nextparent)
nextparent        156 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       if (!hwloc_bitmap_isequal(parent->cpuset, nextparent->cpuset))
nextparent        158 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       parent = nextparent;
nextparent        163 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       if (hwloc_bitmap_isincluded(src_objs[i]->cpuset, nextparent->cpuset)
nextparent        170 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     parent = nextparent;