newnodes          269 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 					       const unsigned long *newnodes __hwloc_attribute_unused)
newnodes          272 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return syscall(__NR_migrate_pages, pid, maxnode, oldnodes, newnodes);
newnodes          622 orte/util/hostfile/hostfile.c     opal_list_t newnodes, exclude;
newnodes          637 orte/util/hostfile/hostfile.c     OBJ_CONSTRUCT(&newnodes, opal_list_t);
newnodes          639 orte/util/hostfile/hostfile.c     if (ORTE_SUCCESS != (rc = hostfile_parse(hostfile, &newnodes, &exclude, false))) {
newnodes          640 orte/util/hostfile/hostfile.c         OBJ_DESTRUCT(&newnodes);
newnodes          646 orte/util/hostfile/hostfile.c     if (0 == opal_list_get_size(&newnodes)) {
newnodes          647 orte/util/hostfile/hostfile.c         OBJ_DESTRUCT(&newnodes);
newnodes          658 orte/util/hostfile/hostfile.c         for (item2 = opal_list_get_first(&newnodes);
newnodes          659 orte/util/hostfile/hostfile.c              item2 != opal_list_get_end(&newnodes);
newnodes          664 orte/util/hostfile/hostfile.c                 opal_list_remove_item(&newnodes, item2);
newnodes          676 orte/util/hostfile/hostfile.c     while (NULL != (item2 = opal_list_remove_first(&newnodes))) {
newnodes          709 orte/util/hostfile/hostfile.c                         for (item3 = opal_list_get_first(&newnodes);
newnodes          710 orte/util/hostfile/hostfile.c                              item3 != opal_list_get_end(&newnodes);
newnodes          833 orte/util/hostfile/hostfile.c     if (0 != opal_list_get_size(&newnodes)) {
newnodes          836 orte/util/hostfile/hostfile.c         while (NULL != (item1 = opal_list_remove_first(&newnodes))) {
newnodes          839 orte/util/hostfile/hostfile.c         OBJ_DESTRUCT(&newnodes);
newnodes          845 orte/util/hostfile/hostfile.c         OBJ_DESTRUCT(&newnodes);
newnodes          860 orte/util/hostfile/hostfile.c     OBJ_DESTRUCT(&newnodes);