mca_iof_orted_component 116 orte/mca/iof/orted/iof_orted.c OBJ_CONSTRUCT(&mca_iof_orted_component.procs, opal_list_t); mca_iof_orted_component 117 orte/mca/iof/orted/iof_orted.c mca_iof_orted_component.xoff = false; mca_iof_orted_component 153 orte/mca/iof/orted/iof_orted.c OPAL_LIST_FOREACH(proct, &mca_iof_orted_component.procs, orte_iof_proc_t) { mca_iof_orted_component 165 orte/mca/iof/orted/iof_orted.c opal_list_append(&mca_iof_orted_component.procs, &proct->super); mca_iof_orted_component 255 orte/mca/iof/orted/iof_orted.c OPAL_LIST_FOREACH(proct, &mca_iof_orted_component.procs, orte_iof_proc_t) { mca_iof_orted_component 265 orte/mca/iof/orted/iof_orted.c opal_list_append(&mca_iof_orted_component.procs, &proct->super); mca_iof_orted_component 286 orte/mca/iof/orted/iof_orted.c OPAL_LIST_FOREACH(proct, &mca_iof_orted_component.procs, orte_iof_proc_t) { mca_iof_orted_component 325 orte/mca/iof/orted/iof_orted.c opal_list_remove_item(&mca_iof_orted_component.procs, &proct->super); mca_iof_orted_component 340 orte/mca/iof/orted/iof_orted.c OPAL_LIST_FOREACH_SAFE(proct, next, &mca_iof_orted_component.procs, orte_iof_proc_t) { mca_iof_orted_component 342 orte/mca/iof/orted/iof_orted.c opal_list_remove_item(&mca_iof_orted_component.procs, &proct->super); mca_iof_orted_component 354 orte/mca/iof/orted/iof_orted.c while (NULL != (proct = (orte_iof_proc_t*)opal_list_remove_first(&mca_iof_orted_component.procs))) { mca_iof_orted_component 368 orte/mca/iof/orted/iof_orted.c OBJ_DESTRUCT(&mca_iof_orted_component.procs); mca_iof_orted_component 439 orte/mca/iof/orted/iof_orted.c if (!mca_iof_orted_component.xoff) { mca_iof_orted_component 440 orte/mca/iof/orted/iof_orted.c mca_iof_orted_component.xoff = true; mca_iof_orted_component 462 orte/mca/iof/orted/iof_orted.c if (mca_iof_orted_component.xoff) { mca_iof_orted_component 474 orte/mca/iof/orted/iof_orted.c mca_iof_orted_component.xoff = false; mca_iof_orted_component 70 orte/mca/iof/orted/iof_orted.h ORTE_MODULE_DECLSPEC extern orte_iof_orted_component_t mca_iof_orted_component; mca_iof_orted_component 46 orte/mca/iof/orted/iof_orted_component.c orte_iof_orted_component_t mca_iof_orted_component = { mca_iof_orted_component 134 orte/mca/iof/orted/iof_orted_receive.c OPAL_LIST_FOREACH(proct, &mca_iof_orted_component.procs, orte_iof_proc_t) { mca_iof_orted_component 155 orte/mca/iof/orted/iof_orted_receive.c if (!mca_iof_orted_component.xoff) { mca_iof_orted_component 156 orte/mca/iof/orted/iof_orted_receive.c mca_iof_orted_component.xoff = true;