epoch_outgoing_frag_count  211 ompi/mca/osc/pt2pt/osc_pt2pt.h     opal_atomic_uint32_t *epoch_outgoing_frag_count;
epoch_outgoing_frag_count  581 ompi/mca/osc/pt2pt/osc_pt2pt.h                              count, module->epoch_outgoing_frag_count[target] + count));
epoch_outgoing_frag_count  582 ompi/mca/osc/pt2pt/osc_pt2pt.h         OPAL_THREAD_ADD_FETCH32((opal_atomic_int32_t *) (module->epoch_outgoing_frag_count + target), count);
epoch_outgoing_frag_count  169 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c     ret = module->comm->c_coll->coll_reduce_scatter_block ((void *) module->epoch_outgoing_frag_count,
epoch_outgoing_frag_count  178 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c     bzero ((void *) module->epoch_outgoing_frag_count, sizeof(uint32_t) * ompi_comm_size(module->comm));
epoch_outgoing_frag_count  355 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c         complete_req.frag_count = module->epoch_outgoing_frag_count[rank];
epoch_outgoing_frag_count  391 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c         module->epoch_outgoing_frag_count[rank] = 0;
epoch_outgoing_frag_count  386 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     module->epoch_outgoing_frag_count = calloc (ompi_comm_size(comm), sizeof(uint32_t));
epoch_outgoing_frag_count  387 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     if (NULL == module->epoch_outgoing_frag_count) {
epoch_outgoing_frag_count  107 ompi/mca/osc/pt2pt/osc_pt2pt_module.c     free ((void *) module->epoch_outgoing_frag_count);
epoch_outgoing_frag_count  160 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     int32_t frag_count = opal_atomic_swap_32 ((opal_atomic_int32_t *) module->epoch_outgoing_frag_count + target, -1);
epoch_outgoing_frag_count  186 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c             --module->epoch_outgoing_frag_count[target];
epoch_outgoing_frag_count  210 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     int32_t frag_count = opal_atomic_swap_32 ((opal_atomic_int32_t *) module->epoch_outgoing_frag_count + target, -1);
epoch_outgoing_frag_count  229 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c             --module->epoch_outgoing_frag_count[target];