ompi_osc_pt2pt_peer_t  127 ompi/mca/osc/pt2pt/osc_pt2pt.h typedef struct ompi_osc_pt2pt_peer_t ompi_osc_pt2pt_peer_t;
ompi_osc_pt2pt_peer_t  129 ompi/mca/osc/pt2pt/osc_pt2pt.h OBJ_CLASS_DECLARATION(ompi_osc_pt2pt_peer_t);
ompi_osc_pt2pt_peer_t  131 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline bool ompi_osc_pt2pt_peer_locked (ompi_osc_pt2pt_peer_t *peer)
ompi_osc_pt2pt_peer_t  136 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline bool ompi_osc_pt2pt_peer_unex (ompi_osc_pt2pt_peer_t *peer)
ompi_osc_pt2pt_peer_t  141 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline bool ompi_osc_pt2pt_peer_eager_active (ompi_osc_pt2pt_peer_t *peer)
ompi_osc_pt2pt_peer_t  146 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline void ompi_osc_pt2pt_peer_set_flag (ompi_osc_pt2pt_peer_t *peer, int32_t flag, bool value)
ompi_osc_pt2pt_peer_t  155 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline void ompi_osc_pt2pt_peer_set_locked (ompi_osc_pt2pt_peer_t *peer, bool value)
ompi_osc_pt2pt_peer_t  160 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline void ompi_osc_pt2pt_peer_set_unex (ompi_osc_pt2pt_peer_t *peer, bool value)
ompi_osc_pt2pt_peer_t  165 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline void ompi_osc_pt2pt_peer_set_eager_active (ompi_osc_pt2pt_peer_t *peer, bool value)
ompi_osc_pt2pt_peer_t  170 ompi/mca/osc/pt2pt/osc_pt2pt.h OBJ_CLASS_DECLARATION(ompi_osc_pt2pt_peer_t);
ompi_osc_pt2pt_peer_t  274 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline ompi_osc_pt2pt_peer_t *ompi_osc_pt2pt_peer_lookup (ompi_osc_pt2pt_module_t *module,
ompi_osc_pt2pt_peer_t  277 ompi/mca/osc/pt2pt/osc_pt2pt.h     ompi_osc_pt2pt_peer_t *peer = NULL;
ompi_osc_pt2pt_peer_t  285 ompi/mca/osc/pt2pt/osc_pt2pt.h             peer = OBJ_NEW(ompi_osc_pt2pt_peer_t);
ompi_osc_pt2pt_peer_t  524 ompi/mca/osc/pt2pt/osc_pt2pt.h         ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
ompi_osc_pt2pt_peer_t  833 ompi/mca/osc/pt2pt/osc_pt2pt.h                                                                       ompi_osc_pt2pt_peer_t **peer)
ompi_osc_pt2pt_peer_t  889 ompi/mca/osc/pt2pt/osc_pt2pt.h                                                                         struct ompi_osc_pt2pt_peer_t **peer)
ompi_osc_pt2pt_peer_t  891 ompi/mca/osc/pt2pt/osc_pt2pt.h     ompi_osc_pt2pt_peer_t *tmp;
ompi_osc_pt2pt_peer_t  949 ompi/mca/osc/pt2pt/osc_pt2pt.h     ompi_osc_pt2pt_peer_t *peer;
ompi_osc_pt2pt_peer_t   78 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c static ompi_osc_pt2pt_peer_t **ompi_osc_pt2pt_get_peers (ompi_osc_pt2pt_module_t *module, ompi_group_t *sub_group)
ompi_osc_pt2pt_peer_t   81 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c     ompi_osc_pt2pt_peer_t **peers;
ompi_osc_pt2pt_peer_t   87 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c     peers = calloc (size, sizeof (ompi_osc_pt2pt_peer_t *));
ompi_osc_pt2pt_peer_t  118 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c static void ompi_osc_pt2pt_release_peers (ompi_osc_pt2pt_peer_t **peers, int npeers)
ompi_osc_pt2pt_peer_t  267 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c             ompi_osc_pt2pt_peer_t *peer = sync->peer_list.peers[i];
ompi_osc_pt2pt_peer_t  306 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c     ompi_osc_pt2pt_peer_t **peers;
ompi_osc_pt2pt_peer_t  364 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c         ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, rank);
ompi_osc_pt2pt_peer_t  428 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c     ompi_osc_pt2pt_peer_t **peers;
ompi_osc_pt2pt_peer_t  474 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c         ompi_osc_pt2pt_peer_t *peer = peers[i];
ompi_osc_pt2pt_peer_t  599 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c         ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
ompi_osc_pt2pt_peer_t  342 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c             ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, target);
ompi_osc_pt2pt_peer_t  513 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c             ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, target);
ompi_osc_pt2pt_peer_t  502 ompi/mca/osc/pt2pt/osc_pt2pt_component.c static void ompi_osc_pt2pt_peer_construct (ompi_osc_pt2pt_peer_t *peer)
ompi_osc_pt2pt_peer_t  511 ompi/mca/osc/pt2pt/osc_pt2pt_component.c static void ompi_osc_pt2pt_peer_destruct (ompi_osc_pt2pt_peer_t *peer)
ompi_osc_pt2pt_peer_t  517 ompi/mca/osc/pt2pt/osc_pt2pt_component.c OBJ_CLASS_INSTANCE(ompi_osc_pt2pt_peer_t, opal_object_t,
ompi_osc_pt2pt_peer_t  705 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
ompi_osc_pt2pt_peer_t 1349 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
ompi_osc_pt2pt_peer_t 1383 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
ompi_osc_pt2pt_peer_t   65 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, frag->target);
ompi_osc_pt2pt_peer_t   94 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c static int ompi_osc_pt2pt_flush_active_frag (ompi_osc_pt2pt_module_t *module, ompi_osc_pt2pt_peer_t *peer)
ompi_osc_pt2pt_peer_t  123 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, target);
ompi_osc_pt2pt_peer_t  156 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, target);
ompi_osc_pt2pt_peer_t   63 ompi/mca/osc/pt2pt/osc_pt2pt_frag.h                                                                              ompi_osc_pt2pt_peer_t *peer,
ompi_osc_pt2pt_peer_t  116 ompi/mca/osc/pt2pt/osc_pt2pt_frag.h     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, target);
ompi_osc_pt2pt_peer_t   46 ompi/mca/osc/pt2pt/osc_pt2pt_module.c     ompi_osc_pt2pt_peer_t *peer;
ompi_osc_pt2pt_peer_t   61 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, my_rank);
ompi_osc_pt2pt_peer_t   91 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, my_rank);
ompi_osc_pt2pt_peer_t  119 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, target);
ompi_osc_pt2pt_peer_t  161 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, target);
ompi_osc_pt2pt_peer_t  208 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, target);
ompi_osc_pt2pt_peer_t  407 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, i);
ompi_osc_pt2pt_peer_t  822 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, lock_ack_header->source);
ompi_osc_pt2pt_peer_t  883 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
ompi_osc_pt2pt_peer_t  932 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
ompi_osc_pt2pt_peer_t   55 ompi/mca/osc/pt2pt/osc_pt2pt_sync.c static inline bool ompi_osc_pt2pt_sync_array_peer (int rank, ompi_osc_pt2pt_peer_t **peers, size_t nranks,
ompi_osc_pt2pt_peer_t   56 ompi/mca/osc/pt2pt/osc_pt2pt_sync.c                                                    struct ompi_osc_pt2pt_peer_t **peer)
ompi_osc_pt2pt_peer_t   80 ompi/mca/osc/pt2pt/osc_pt2pt_sync.c bool ompi_osc_pt2pt_sync_pscw_peer (ompi_osc_pt2pt_module_t *module, int target, struct ompi_osc_pt2pt_peer_t **peer)
ompi_osc_pt2pt_peer_t   32 ompi/mca/osc/pt2pt/osc_pt2pt_sync.h struct ompi_osc_pt2pt_peer_t;
ompi_osc_pt2pt_peer_t   68 ompi/mca/osc/pt2pt/osc_pt2pt_sync.h 	struct ompi_osc_pt2pt_peer_t **peers;
ompi_osc_pt2pt_peer_t   70 ompi/mca/osc/pt2pt/osc_pt2pt_sync.h 	struct ompi_osc_pt2pt_peer_t *peer;
ompi_osc_pt2pt_peer_t  125 ompi/mca/osc/pt2pt/osc_pt2pt_sync.h bool ompi_osc_pt2pt_sync_pscw_peer (struct ompi_osc_pt2pt_module_t *module, int target, struct ompi_osc_pt2pt_peer_t **peer);