locale            137 orte/mca/rmaps/base/rmaps_base_binding.c     hwloc_obj_t locale;
locale            159 orte/mca/rmaps/base/rmaps_base_binding.c         locale = NULL;
locale            160 orte/mca/rmaps/base/rmaps_base_binding.c         if (!orte_get_attribute(&proc->attributes, ORTE_PROC_HWLOC_LOCALE, (void**)&locale, OPAL_PTR) ||
locale            161 orte/mca/rmaps/base/rmaps_base_binding.c             NULL == locale) {
locale            177 orte/mca/rmaps/base/rmaps_base_binding.c             if (!hwloc_bitmap_intersects(locale->cpuset, tmp_obj->cpuset))
locale            307 orte/mca/rmaps/base/rmaps_base_binding.c     hwloc_obj_t locale, sib;
locale            395 orte/mca/rmaps/base/rmaps_base_binding.c             locale = NULL;
locale            396 orte/mca/rmaps/base/rmaps_base_binding.c             if (!orte_get_attribute(&proc->attributes, ORTE_PROC_HWLOC_LOCALE, (void**)&locale, OPAL_PTR)) {
locale            401 orte/mca/rmaps/base/rmaps_base_binding.c             if (UINT_MAX == (idx = opal_hwloc_base_get_obj_idx(node->topology->topo, locale, OPAL_HWLOC_AVAILABLE))) {
locale            406 orte/mca/rmaps/base/rmaps_base_binding.c             if (0 == (ncpus = opal_hwloc_base_get_npus(node->topology->topo, locale))) {
locale            410 orte/mca/rmaps/base/rmaps_base_binding.c             data = (opal_hwloc_obj_data_t*)locale->userdata;
locale            413 orte/mca/rmaps/base/rmaps_base_binding.c                 locale->userdata = data;
locale            422 orte/mca/rmaps/base/rmaps_base_binding.c                 sib = locale;
locale            433 orte/mca/rmaps/base/rmaps_base_binding.c                         locale = sib;
locale            442 orte/mca/rmaps/base/rmaps_base_binding.c                     sib = locale;
locale            452 orte/mca/rmaps/base/rmaps_base_binding.c                             locale = sib;
locale            479 orte/mca/rmaps/base/rmaps_base_binding.c             data = (opal_hwloc_obj_data_t*)locale->userdata;  // just in case it changed
locale            482 orte/mca/rmaps/base/rmaps_base_binding.c                 locale->userdata = data;
locale            488 orte/mca/rmaps/base/rmaps_base_binding.c                                 hwloc_obj_type_string(locale->type), idx);
locale            490 orte/mca/rmaps/base/rmaps_base_binding.c             hwloc_bitmap_list_asprintf(&cpu_bitmap, locale->cpuset);
locale            493 orte/mca/rmaps/base/rmaps_base_binding.c             orte_set_attribute(&proc->attributes, ORTE_PROC_HWLOC_BOUND, ORTE_ATTR_LOCAL, locale, OPAL_PTR);
locale            498 orte/mca/rmaps/base/rmaps_base_binding.c                                 cpu_bitmap, hwloc_obj_type_string(locale->type),
locale             66 orte/mca/rmaps/base/rmaps_base_ranking.c     hwloc_obj_t locale;
locale            140 orte/mca/rmaps/base/rmaps_base_ranking.c                         locale = NULL;
locale            141 orte/mca/rmaps/base/rmaps_base_ranking.c                         if (!orte_get_attribute(&proc->attributes, ORTE_PROC_HWLOC_LOCALE, (void**)&locale, OPAL_PTR)) {
locale            146 orte/mca/rmaps/base/rmaps_base_ranking.c                         if (!hwloc_bitmap_intersects(obj->cpuset, locale->cpuset)) {
locale            196 orte/mca/rmaps/base/rmaps_base_ranking.c     hwloc_obj_t locale;
locale            261 orte/mca/rmaps/base/rmaps_base_ranking.c                     locale = NULL;
locale            262 orte/mca/rmaps/base/rmaps_base_ranking.c                     if (!orte_get_attribute(&proc->attributes, ORTE_PROC_HWLOC_LOCALE, (void**)&locale, OPAL_PTR)) {
locale            267 orte/mca/rmaps/base/rmaps_base_ranking.c                     if (!hwloc_bitmap_intersects(obj->cpuset, locale->cpuset)) {
locale            315 orte/mca/rmaps/base/rmaps_base_ranking.c     hwloc_obj_t locale;
locale            434 orte/mca/rmaps/base/rmaps_base_ranking.c                     locale = NULL;
locale            435 orte/mca/rmaps/base/rmaps_base_ranking.c                     if (!orte_get_attribute(&proc->attributes, ORTE_PROC_HWLOC_LOCALE, (void**)&locale, OPAL_PTR)) {
locale            440 orte/mca/rmaps/base/rmaps_base_ranking.c                     if (NULL == locale ||
locale            441 orte/mca/rmaps/base/rmaps_base_ranking.c                         !hwloc_bitmap_intersects(obj->cpuset, locale->cpuset)) {
locale            451 orte/mca/rmaps/ppr/rmaps_ppr.c     hwloc_obj_t locale;
locale            512 orte/mca/rmaps/ppr/rmaps_ppr.c             locale = NULL;
locale            513 orte/mca/rmaps/ppr/rmaps_ppr.c             if (orte_get_attribute(&proc->attributes, ORTE_PROC_HWLOC_LOCALE, (void**)&locale, OPAL_PTR)) {
locale            517 orte/mca/rmaps/ppr/rmaps_ppr.c             if (hwloc_bitmap_intersects(avail, locale->cpuset)) {
locale            564 orte/mca/rmaps/ppr/rmaps_ppr.c                     locale = NULL;
locale            565 orte/mca/rmaps/ppr/rmaps_ppr.c                     if (orte_get_attribute(&proc->attributes, ORTE_PROC_HWLOC_LOCALE, (void**)&locale, OPAL_PTR)) {
locale            569 orte/mca/rmaps/ppr/rmaps_ppr.c                     if (hwloc_bitmap_intersects(top->children[k]->cpuset, locale->cpuset)) {
locale            488 orte/mca/rmaps/seq/rmaps_seq.c                 hwloc_obj_t locale;
locale            494 orte/mca/rmaps/seq/rmaps_seq.c                     locale = hwloc_get_root_obj(node->topology->topo);
locale            496 orte/mca/rmaps/seq/rmaps_seq.c                                        ORTE_ATTR_LOCAL, locale, OPAL_PTR);
locale            447 orte/runtime/data_type_support/orte_dt_print_fns.c     char locale[1024], tmp1[1024], tmp2[1024];
locale            518 orte/runtime/data_type_support/orte_dt_print_fns.c             if (OPAL_ERR_NOT_BOUND == opal_hwloc_base_cset2mapstr(locale, sizeof(locale), src->node->topology->topo, loc->cpuset)) {
locale            519 orte/runtime/data_type_support/orte_dt_print_fns.c                 strcpy(locale, "NODE");
locale            522 orte/runtime/data_type_support/orte_dt_print_fns.c             strcpy(locale, "UNKNOWN");
locale            525 orte/runtime/data_type_support/orte_dt_print_fns.c         strcpy(locale, "UNKNOWN");
locale            536 orte/runtime/data_type_support/orte_dt_print_fns.c              orte_proc_state_to_str(src->state), (long)src->app_idx, pfx2, locale, pfx2,  tmp2);