frag_count         53 ompi/mca/mtl/portals4/mtl_portals4_recv.c     int32_t frag_count;
frag_count         62 ompi/mca/mtl/portals4/mtl_portals4_recv.c     frag_count = (length + ompi_mtl_portals4.max_msg_size_mtl - 1) / ompi_mtl_portals4.max_msg_size_mtl;
frag_count         63 ompi/mca/mtl/portals4/mtl_portals4_recv.c     ret = OPAL_THREAD_ADD_FETCH32(&(request->pending_reply), frag_count);
frag_count         65 ompi/mca/mtl/portals4/mtl_portals4_recv.c     for (i = 0 ; i < frag_count ; i++) {
frag_count         88 ompi/mca/mtl/portals4/mtl_portals4_recv.c                              i + 1, frag_count, frag->frag_length));
frag_count        432 ompi/mca/osc/pt2pt/osc_pt2pt.h void osc_pt2pt_incoming_complete (ompi_osc_pt2pt_module_t *module, int source, int frag_count);
frag_count        355 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c         complete_req.frag_count = module->epoch_outgoing_frag_count[rank];
frag_count        371 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c                 ++complete_req.frag_count;
frag_count        377 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c                              rank, complete_req.frag_count));
frag_count        571 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c void osc_pt2pt_incoming_complete (ompi_osc_pt2pt_module_t *module, int source, int frag_count)
frag_count        576 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c                          frag_count, module->active_incoming_frag_count, module->num_complete_msgs));
frag_count        579 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c     OPAL_THREAD_ADD_FETCH32(&module->active_incoming_frag_count, -frag_count);
frag_count       1338 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     osc_pt2pt_incoming_complete (module, source, complete_header->frag_count + 1);
frag_count       1353 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          "process_flush header = {.frag_count = %d}", flush_header->frag_count));
frag_count       1356 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OPAL_THREAD_ADD_FETCH32(&peer->passive_incoming_frag_count, -(int32_t) flush_header->frag_count);
frag_count       1387 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          "process_unlock header = {.frag_count = %d}", unlock_header->frag_count));
frag_count       1390 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OPAL_THREAD_ADD_FETCH32(&peer->passive_incoming_frag_count, -(int32_t) unlock_header->frag_count);
frag_count       1394 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          source, unlock_header->frag_count, (int) peer->passive_incoming_frag_count));
frag_count        106 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     int frag_count;
frag_count        148 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     uint32_t frag_count;
frag_count        166 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     uint32_t frag_count;
frag_count        258 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = ntohl((h).frag_count)
frag_count        261 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = htonl((h).frag_count)
frag_count        272 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = ntohl((h).frag_count)
frag_count        274 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = htonl((h).frag_count)
frag_count        277 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = ntohl((h).frag_count)
frag_count        279 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).frag_count = htonl((h).frag_count)
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);
frag_count        176 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     unlock_req.frag_count = frag_count;
frag_count        185 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c             ++unlock_req.frag_count;
frag_count        192 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                          unlock_req.frag_count));
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);
frag_count        219 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     flush_req.frag_count = frag_count;
frag_count        228 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c             ++flush_req.frag_count;
frag_count        234 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                          target, flush_req.frag_count));