first_dist 346 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c dist1 = topo1->first_dist; first_dist 347 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c dist2 = topo2->first_dist; first_dist 24 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c topology->first_dist = topology->last_dist = NULL; first_dist 82 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c struct hwloc_internal_distances_s *dist, *next = topology->first_dist; first_dist 87 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c topology->first_dist = topology->last_dist = NULL; first_dist 123 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c new->first_dist = newdist; first_dist 135 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c for(olddist = old->first_dist; olddist; olddist = olddist->next) { first_dist 174 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c next = topology->first_dist; first_dist 185 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c topology->first_dist = dist->next; first_dist 250 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c topology->first_dist = dist; first_dist 499 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c for(dist = topology->first_dist; dist; dist = next) { first_dist 507 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c topology->first_dist = next; first_dist 522 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c for(dist = topology->first_dist; dist; dist = dist->next) first_dist 601 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c for(dist = topology->first_dist; dist; dist = dist->next) { first_dist 2116 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c for(dist = topology->first_dist; dist; dist = dist->next) { first_dist 2317 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c for(dist = topology->first_dist; dist; dist = dist->next) { first_dist 145 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h } *first_dist, *last_dist;