cur_children     1338 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t *cur_children = &cur->first_child;
cur_children     1392 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	  putp = cur_children;
cur_children     1394 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	cur_children = &child->next_sibling;
cur_children     1399 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	*cur_children = child->next_sibling;
cur_children     1414 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   assert(!*cur_children);
cur_children     1418 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     putp = cur_children;
cur_children     1429 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     cur_children = putp; /* No need to try to insert before where OBJ was supposed to go */
cur_children     1431 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     cur_children = &cur->first_child; /* Start from the beginning */
cur_children     1438 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     while (*cur_children && hwloc__object_cpusets_compare_first(*cur_children, child) < 0)
cur_children     1439 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       cur_children = &(*cur_children)->next_sibling;
cur_children     1440 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     child->next_sibling = *cur_children;
cur_children     1441 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     *cur_children = child;
cur_children     1533 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t *cur_children;
cur_children     1551 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   cur_children = &parent->memory_first_child;
cur_children     1552 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   while (*cur_children) {
cur_children     1556 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     cur_children = &(*cur_children)->next_sibling;
cur_children     1558 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   *cur_children = obj;