ours              373 orte/orted/orted_main.c         hwloc_cpuset_t ours, res;
ours              381 orte/orted/orted_main.c             ours = hwloc_bitmap_alloc();
ours              382 orte/orted/orted_main.c             hwloc_bitmap_zero(ours);
ours              396 orte/orted/orted_main.c                     hwloc_bitmap_free(ours);
ours              400 orte/orted/orted_main.c                 hwloc_bitmap_or(res, ours, pu->cpuset);
ours              401 orte/orted/orted_main.c                 hwloc_bitmap_copy(ours, res);
ours              404 orte/orted/orted_main.c             if (!hwloc_bitmap_iszero(ours)) {
ours              405 orte/orted/orted_main.c                 (void)hwloc_set_cpubind(opal_hwloc_topology, ours, 0);
ours              407 orte/orted/orted_main.c                     opal_hwloc_base_cset2mapstr(tmp, sizeof(tmp), opal_hwloc_topology, ours);
ours              413 orte/orted/orted_main.c             hwloc_bitmap_free(ours);