complete_cpuset 146 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c || SETS_DIFFERENT(complete_cpuset, obj1, obj2) complete_cpuset 865 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (topology->levels[0][0]->complete_cpuset) complete_cpuset 867 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c nr_cpus = hwloc_bitmap_last(topology->levels[0][0]->complete_cpuset) + 1; complete_cpuset 928 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (topology->levels[0][0]->complete_cpuset) complete_cpuset 929 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c last = hwloc_bitmap_last(topology->levels[0][0]->complete_cpuset); complete_cpuset 1358 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c last = hwloc_bitmap_last(topology->levels[0][0]->complete_cpuset); complete_cpuset 2860 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (hwloc_bitmap_isset(topology->levels[0][0]->complete_cpuset, ntohl(threads[i]))) complete_cpuset 3455 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_bitmap_set(topology->levels[0][0]->complete_cpuset, cpu); complete_cpuset 4490 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c already_pus = (topology->levels[0][0]->complete_cpuset != NULL complete_cpuset 4491 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c && !hwloc_bitmap_iszero(topology->levels[0][0]->complete_cpuset)); complete_cpuset 642 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_bitmap_set(topology->levels[0][0]->complete_cpuset, cpuid); complete_cpuset 710 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_bitmap_t complete_cpuset = hwloc_bitmap_alloc(); complete_cpuset 718 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_bitmap_set(complete_cpuset, i); complete_cpuset 723 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_bitmap_free(complete_cpuset); complete_cpuset 738 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_bitmap_copy(remaining_cpuset, complete_cpuset); complete_cpuset 785 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_bitmap_copy(remaining_cpuset, complete_cpuset); complete_cpuset 824 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_bitmap_copy(remaining_cpuset, complete_cpuset); complete_cpuset 863 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_bitmap_copy(remaining_cpuset, complete_cpuset); complete_cpuset 893 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_bitmap_copy(remaining_cpuset, complete_cpuset); complete_cpuset 960 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_bitmap_copy(remaining_cpuset, complete_cpuset); complete_cpuset 1027 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_bitmap_free(complete_cpuset); complete_cpuset 130 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c if (!obj->complete_cpuset) complete_cpuset 131 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c obj->complete_cpuset = hwloc_bitmap_alloc(); complete_cpuset 132 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc_bitmap_sscanf(obj->complete_cpuset, value); complete_cpuset 726 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc_bitmap_asprintf(&cc1, new->complete_cpuset); complete_cpuset 731 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c if (old->complete_cpuset) complete_cpuset 732 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc_bitmap_asprintf(&cc2, old->complete_cpuset); complete_cpuset 936 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c machine->complete_cpuset = hwloc_bitmap_dup(obj->cpuset); complete_cpuset 943 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c } else if (!hwloc_bitmap_isequal(obj->complete_cpuset, parent->complete_cpuset)) { complete_cpuset 955 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c && hwloc_bitmap_iszero(obj->complete_cpuset)) { complete_cpuset 969 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c group->complete_cpuset = hwloc_bitmap_dup(obj->cpuset); complete_cpuset 994 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c if (!obj->cpuset != !obj->complete_cpuset) { complete_cpuset 1157 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c if (hwloc_bitmap_compare_first(next->complete_cpuset, cur->complete_cpuset) < 0) { complete_cpuset 1949 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc_bitmap_asprintf(&setstring2, obj->complete_cpuset); complete_cpuset 2221 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c group->complete_cpuset = obj->complete_cpuset; complete_cpuset 2226 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c group->complete_cpuset = NULL; complete_cpuset 256 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (obj->complete_cpuset) { complete_cpuset 257 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_bitmap_asprintf(&cpuset, obj->complete_cpuset); complete_cpuset 446 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_bitmap_free(obj->complete_cpuset); complete_cpuset 740 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c newobj->complete_cpuset = hwloc_bitmap_tma_dup(tma, src->complete_cpuset); complete_cpuset 1130 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (obj1->complete_cpuset && obj2->complete_cpuset) { complete_cpuset 1131 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c set1 = obj1->complete_cpuset; complete_cpuset 1132 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c set2 = obj2->complete_cpuset; complete_cpuset 1186 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (obj1->complete_cpuset && obj2->complete_cpuset) complete_cpuset 1187 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c return hwloc_bitmap_compare_first(obj1->complete_cpuset, obj2->complete_cpuset); complete_cpuset 1505 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c group->complete_cpuset = hwloc_bitmap_dup(obj->complete_cpuset); complete_cpuset 1511 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c || !group->complete_cpuset != !obj->complete_cpuset) { complete_cpuset 1589 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c assert(obj->cpuset || obj->complete_cpuset || obj->nodeset || obj->complete_nodeset); complete_cpuset 1616 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_bitmap_set(topology->levels[0][0]->complete_cpuset, result->os_index); complete_cpuset 1665 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_bitmap_set(topology->levels[0][0]->complete_cpuset, obj->os_index); complete_cpuset 1726 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (obj->complete_cpuset) complete_cpuset 1727 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_bitmap_and(obj->complete_cpuset, obj->complete_cpuset, root->complete_cpuset); complete_cpuset 1734 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c && (!obj->complete_cpuset || hwloc_bitmap_iszero(obj->complete_cpuset)) complete_cpuset 1810 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (hwloc_bitmap_isequal(set, current->complete_cpuset)) complete_cpuset 1817 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (hwloc_bitmap_isequal(set, child->complete_cpuset)) complete_cpuset 1820 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (!hwloc_bitmap_iszero(child->complete_cpuset) && hwloc_bitmap_isincluded(set, child->complete_cpuset)) complete_cpuset 1845 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (hwloc_bitmap_isequal(largeparent->complete_cpuset, cpuset) complete_cpuset 1856 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c group_obj->complete_cpuset = hwloc_bitmap_dup(cpuset); complete_cpuset 1942 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (child->complete_cpuset) { complete_cpuset 1943 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_bitmap_and(child->complete_cpuset, child->complete_cpuset, obj->complete_cpuset); complete_cpuset 1945 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c child->complete_cpuset = hwloc_bitmap_dup(child->cpuset); complete_cpuset 1978 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c ADD_OTHER_OBJ_SET(dst, src, complete_cpuset); complete_cpuset 2052 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (child->complete_cpuset) complete_cpuset 2053 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_bitmap_copy(child->complete_cpuset, obj->complete_cpuset); complete_cpuset 2055 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c child->complete_cpuset = hwloc_bitmap_dup(obj->complete_cpuset); complete_cpuset 2940 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (!root->complete_cpuset) complete_cpuset 2941 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c root->complete_cpuset = hwloc_bitmap_alloc(); complete_cpuset 3053 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_bitmap_and(topology->levels[0][0]->cpuset, topology->levels[0][0]->cpuset, topology->levels[0][0]->complete_cpuset); complete_cpuset 3651 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (hwloc_bitmap_intersects(obj->complete_cpuset, droppedcpuset)) { complete_cpuset 3653 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_bitmap_andnot(obj->complete_cpuset, obj->complete_cpuset, droppedcpuset); complete_cpuset 3657 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c && hwloc_bitmap_iszero(obj->complete_cpuset)) { complete_cpuset 3664 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c || hwloc_bitmap_iszero(obj->complete_cpuset)); complete_cpuset 3823 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c return hwloc_get_root_obj(topology)->complete_cpuset; complete_cpuset 3946 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c assert(hwloc_bitmap_weight(obj->complete_cpuset) == 1); complete_cpuset 3947 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c assert(hwloc_bitmap_first(obj->complete_cpuset) == (int) obj->os_index); complete_cpuset 3978 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c int first = hwloc_bitmap_first(child->complete_cpuset); complete_cpuset 4119 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c assert(!!obj->cpuset == !!obj->complete_cpuset); complete_cpuset 4125 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c assert(hwloc_bitmap_isincluded(obj->cpuset, obj->complete_cpuset)); complete_cpuset 478 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h hwloc_cpuset_t complete_cpuset; /**< \brief The complete CPU set of logical processors of this object,