outbound 640 opal/util/bipartite_graph.c int outbound = opal_bp_graph_outdegree(g, u); outbound 642 opal/util/bipartite_graph.c if (inbound > 0 && outbound > 0) { outbound 659 opal/util/bipartite_graph.c else if (outbound > 0) { outbound 43 orte/mca/filem/raw/filem_raw.h orte_filem_raw_outbound_t *outbound; outbound 162 orte/mca/filem/raw/filem_raw_module.c orte_filem_raw_outbound_t *outbound = xfer->outbound; outbound 166 orte/mca/filem/raw/filem_raw_module.c outbound->status = status; outbound 170 orte/mca/filem/raw/filem_raw_module.c opal_list_remove_item(&outbound->xfers, &xfer->super); outbound 175 orte/mca/filem/raw/filem_raw_module.c if (0 == opal_list_get_size(&outbound->xfers)) { outbound 177 orte/mca/filem/raw/filem_raw_module.c if (NULL != outbound->cbfunc) { outbound 178 orte/mca/filem/raw/filem_raw_module.c outbound->cbfunc(outbound->status, outbound->cbdata); outbound 181 orte/mca/filem/raw/filem_raw_module.c opal_list_remove_item(&outbound_files, &outbound->super); outbound 182 orte/mca/filem/raw/filem_raw_module.c OBJ_RELEASE(outbound); outbound 191 orte/mca/filem/raw/filem_raw_module.c orte_filem_raw_outbound_t *outbound; outbound 219 orte/mca/filem/raw/filem_raw_module.c outbound = (orte_filem_raw_outbound_t*)item; outbound 220 orte/mca/filem/raw/filem_raw_module.c for (itm = opal_list_get_first(&outbound->xfers); outbound 221 orte/mca/filem/raw/filem_raw_module.c itm != opal_list_get_end(&outbound->xfers); outbound 257 orte/mca/filem/raw/filem_raw_module.c orte_filem_raw_outbound_t *outbound, *optr; outbound 414 orte/mca/filem/raw/filem_raw_module.c outbound = OBJ_NEW(orte_filem_raw_outbound_t); outbound 415 orte/mca/filem/raw/filem_raw_module.c outbound->cbfunc = cbfunc; outbound 416 orte/mca/filem/raw/filem_raw_module.c outbound->cbdata = cbdata; outbound 417 orte/mca/filem/raw/filem_raw_module.c opal_list_append(&outbound_files, &outbound->super); outbound 479 orte/mca/filem/raw/filem_raw_module.c opal_list_remove_item(&outbound_files, &outbound->super); outbound 480 orte/mca/filem/raw/filem_raw_module.c OBJ_RELEASE(outbound); outbound 538 orte/mca/filem/raw/filem_raw_module.c xfer->outbound = outbound; outbound 539 orte/mca/filem/raw/filem_raw_module.c opal_list_append(&outbound->xfers, &xfer->super); outbound 552 orte/mca/filem/raw/filem_raw_module.c if (0 == opal_list_get_size(&outbound->xfers)) { outbound 556 orte/mca/filem/raw/filem_raw_module.c opal_list_remove_item(&outbound_files, &outbound->super); outbound 557 orte/mca/filem/raw/filem_raw_module.c OBJ_RELEASE(outbound); outbound 566 orte/mca/filem/raw/filem_raw_module.c for (itm2 = opal_list_get_first(&outbound->xfers); outbound 567 orte/mca/filem/raw/filem_raw_module.c itm2 != opal_list_get_end(&outbound->xfers); outbound 1242 orte/mca/filem/raw/filem_raw_module.c ptr->outbound = NULL;