cur 1069 ompi/mca/topo/treematch/treematch/tm_tree.c static work_unit_t *create_work_unit(work_unit_t *cur, int *tab,int size){ cur 1073 ompi/mca/topo/treematch/treematch/tm_tree.c cur->tab_group = tab_group; cur 1074 ompi/mca/topo/treematch/treematch/tm_tree.c cur->nb_groups = size; cur 1075 ompi/mca/topo/treematch/treematch/tm_tree.c cur->done = 0; cur 1076 ompi/mca/topo/treematch/treematch/tm_tree.c cur->next = res; cur 1080 ompi/mca/topo/treematch/treematch/tm_tree.c static work_unit_t *generate_work_units(work_unit_t *cur, int i, int id, int *tab_group,int size, int id_max){ cur 1084 ompi/mca/topo/treematch/treematch/tm_tree.c return create_work_unit(cur,tab_group,size); cur 1088 ompi/mca/topo/treematch/treematch/tm_tree.c return cur; cur 1093 ompi/mca/topo/treematch/treematch/tm_tree.c cur = generate_work_units(cur,i+1,id,tab_group, size, id_max); cur 1096 ompi/mca/topo/treematch/treematch/tm_tree.c return cur; cur 1103 ompi/mca/topo/treematch/treematch/tm_tree.c work_unit_t *cur,*res = (work_unit_t *) CALLOC(1,sizeof(work_unit_t)); cur 1105 ompi/mca/topo/treematch/treematch/tm_tree.c cur = res; cur 1106 ompi/mca/topo/treematch/treematch/tm_tree.c cur = generate_work_units(cur,0,0,tab_group,3,n); cur 1107 ompi/mca/topo/treematch/treematch/tm_tree.c cur = generate_work_units(cur,0,1,tab_group,2,n); cur 1108 ompi/mca/topo/treematch/treematch/tm_tree.c cur = generate_work_units(cur,0,2,tab_group,2,n); cur 1111 ompi/mca/topo/treematch/treematch/tm_tree.c cur = generate_work_units(cur,0,i,tab_group,1,n); cur 1113 ompi/mca/topo/treematch/treematch/tm_tree.c for(cur = res; cur->tab_group; cur = cur-> next) cur 3068 opal/mca/event/libevent2022/libevent/evdns.c struct search_domain *cur, *prev = NULL, *next; cur 3070 opal/mca/event/libevent2022/libevent/evdns.c cur = base->global_search_state->head; cur 3071 opal/mca/event/libevent2022/libevent/evdns.c while (cur) { cur 3072 opal/mca/event/libevent2022/libevent/evdns.c next = cur->next; cur 3073 opal/mca/event/libevent2022/libevent/evdns.c cur->next = prev; cur 3074 opal/mca/event/libevent2022/libevent/evdns.c prev = cur; cur 3075 opal/mca/event/libevent2022/libevent/evdns.c cur = next; cur 500 opal/mca/event/libevent2022/libevent/http.c struct tm cur; cur 507 opal/mca/event/libevent2022/libevent/http.c gmtime_r(&t, &cur); cur 508 opal/mca/event/libevent2022/libevent/http.c cur_p = &cur; cur 292 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c hwloc_obj_t cur = *curp; cur 293 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c if (hwloc_pci_compare_busids(new, cur) == HWLOC_PCI_BUSID_LOWER) { cur 295 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c if (cur->attr->pcidev.domain > new->attr->pcidev.domain cur 296 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c || cur->attr->pcidev.bus > new->attr->bridge.downstream.pci.subordinate_bus) cur 299 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c curp = &cur->next_sibling; cur 302 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c *childp = cur; cur 303 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c *curp = cur->next_sibling; cur 404 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c struct hwloc_synthetic_attached_s *cur = *pprev; cur 405 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c *pprev = cur->next; cur 406 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c free(cur); cur 1099 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc_obj_t cur; cur 1163 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c cur = level[0]; cur 1164 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c while (cur) { cur 1165 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c res = snprintf(tmp, tmplen, "%u%s", cur->os_index, cur 1166 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c cur->next_cousin ? "," : ")"); cur 1169 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c cur = cur->next_cousin; cur 1197 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc_obj_t cur = obj; cur 1198 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c while (cur) { cur 1199 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (cur->os_index != cur->logical_index) { cur 1203 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c cur = cur->next_cousin; cur 72 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c struct cpuiddump_entry *cur; cur 104 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cur = &cpuiddump->entries[0]; cur 110 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c &cur->inmask, cur 111 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c &cur->ineax, &cur->inebx, &cur->inecx, &cur->inedx, cur 112 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c &cur->outeax, &cur->outebx, &cur->outecx, &cur->outedx) == 9) { cur 113 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cur++; cur 1148 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc_obj_t cur, next; cur 1149 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c for(cur = obj->first_child, next = cur->next_sibling; cur 1151 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c cur = next, next = next->next_sibling) { cur 1157 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c if (hwloc_bitmap_compare_first(next->complete_cpuset, cur->complete_cpuset) < 0) { cur 1162 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc__xml_import_report_outoforder(topology, next, cur); cur 1333 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc___insert_object_by_cpuset(struct hwloc_topology *topology, hwloc_obj_t cur, hwloc_obj_t obj, cur 1338 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_obj_t *cur_children = &cur->first_child; cur 1348 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c for (child = cur->first_child, child ? next_child = child->next_sibling : NULL; cur 1421 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c obj->parent = cur; cur 1431 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c cur_children = &cur->first_child; /* Start from the beginning */ cur 1436 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c obj->parent = cur;