constrained_cpuset  775 opal/mca/hwloc/base/hwloc_base_util.c         hwloc_cpuset_t constrained_cpuset;
constrained_cpuset  777 opal/mca/hwloc/base/hwloc_base_util.c         constrained_cpuset = hwloc_bitmap_alloc();
constrained_cpuset  779 opal/mca/hwloc/base/hwloc_base_util.c             hwloc_bitmap_and(constrained_cpuset, start->cpuset, rdata->available);
constrained_cpuset  781 opal/mca/hwloc/base/hwloc_base_util.c             hwloc_bitmap_copy(constrained_cpuset, start->cpuset);
constrained_cpuset  786 opal/mca/hwloc/base/hwloc_base_util.c             *num_objs = hwloc_get_nbobjs_inside_cpuset_by_depth(topo, constrained_cpuset, search_depth);
constrained_cpuset  788 opal/mca/hwloc/base/hwloc_base_util.c         while ((obj = hwloc_get_next_obj_inside_cpuset_by_depth(topo, constrained_cpuset, search_depth, obj)) != NULL) {
constrained_cpuset  790 opal/mca/hwloc/base/hwloc_base_util.c                 hwloc_bitmap_free(constrained_cpuset);
constrained_cpuset  795 opal/mca/hwloc/base/hwloc_base_util.c         hwloc_bitmap_free(constrained_cpuset);