xfers              34 orte/mca/filem/raw/filem_raw.h     opal_list_t xfers;
xfers             170 orte/mca/filem/raw/filem_raw_module.c     opal_list_remove_item(&outbound->xfers, &xfer->super);
xfers             175 orte/mca/filem/raw/filem_raw_module.c     if (0 == opal_list_get_size(&outbound->xfers)) {
xfers             220 orte/mca/filem/raw/filem_raw_module.c         for (itm = opal_list_get_first(&outbound->xfers);
xfers             221 orte/mca/filem/raw/filem_raw_module.c              itm != opal_list_get_end(&outbound->xfers);
xfers             456 orte/mca/filem/raw/filem_raw_module.c             for (itm2 = opal_list_get_first(&optr->xfers);
xfers             457 orte/mca/filem/raw/filem_raw_module.c                  itm2 != opal_list_get_end(&optr->xfers);
xfers             539 orte/mca/filem/raw/filem_raw_module.c         opal_list_append(&outbound->xfers, &xfer->super);
xfers             552 orte/mca/filem/raw/filem_raw_module.c     if (0 == opal_list_get_size(&outbound->xfers)) {
xfers             566 orte/mca/filem/raw/filem_raw_module.c         for (itm2 = opal_list_get_first(&outbound->xfers);
xfers             567 orte/mca/filem/raw/filem_raw_module.c              itm2 != opal_list_get_end(&outbound->xfers);
xfers            1269 orte/mca/filem/raw/filem_raw_module.c     OBJ_CONSTRUCT(&ptr->xfers, opal_list_t);
xfers            1278 orte/mca/filem/raw/filem_raw_module.c     while (NULL != (item = opal_list_remove_first(&ptr->xfers))) {
xfers            1281 orte/mca/filem/raw/filem_raw_module.c     OBJ_DESTRUCT(&ptr->xfers);
xfers              40 orte/test/mpi/crisscross.c  int            xfers=0, sum_xfers=0;
xfers             208 orte/test/mpi/crisscross.c              xfers++;
xfers             221 orte/test/mpi/crisscross.c  mpierr = MPI_Reduce(&xfers, &sum_xfers, 1, MPI_INT, MPI_SUM, 0, MPI_COMM_WORLD);