portals4_module   388 ompi/mca/coll/portals4/coll_portals4_allreduce.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   403 ompi/mca/coll/portals4/coll_portals4_allreduce.c             dtype, op, comm, request, portals4_module);
portals4_module   418 ompi/mca/coll/portals4/coll_portals4_allreduce.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   433 ompi/mca/coll/portals4/coll_portals4_allreduce.c             dtype, op, comm, request, portals4_module);
portals4_module    31 ompi/mca/coll/portals4/coll_portals4_barrier.c         mca_coll_portals4_module_t *portals4_module)
portals4_module    47 ompi/mca/coll/portals4/coll_portals4_barrier.c     count = opal_atomic_add_fetch_size_t(&portals4_module->coll_count, 1);
portals4_module   236 ompi/mca/coll/portals4/coll_portals4_barrier.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   250 ompi/mca/coll/portals4/coll_portals4_barrier.c     ret = barrier_hypercube_top(comm, request, portals4_module);
portals4_module   277 ompi/mca/coll/portals4/coll_portals4_barrier.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   292 ompi/mca/coll/portals4/coll_portals4_barrier.c     ret = barrier_hypercube_top(comm, request, portals4_module);
portals4_module   145 ompi/mca/coll/portals4/coll_portals4_bcast.c         mca_coll_portals4_module_t *portals4_module)
portals4_module   179 ompi/mca/coll/portals4/coll_portals4_bcast.c     internal_count = opal_atomic_add_fetch_size_t(&portals4_module->coll_count, 1);
portals4_module   486 ompi/mca/coll/portals4/coll_portals4_bcast.c         mca_coll_portals4_module_t *portals4_module)
portals4_module   516 ompi/mca/coll/portals4/coll_portals4_bcast.c     internal_count = opal_atomic_add_fetch_size_t(&portals4_module->coll_count, 1);
portals4_module   842 ompi/mca/coll/portals4/coll_portals4_bcast.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   859 ompi/mca/coll/portals4/coll_portals4_bcast.c                 comm, request, portals4_module);
portals4_module   864 ompi/mca/coll/portals4/coll_portals4_bcast.c                 comm, request, portals4_module);
portals4_module   888 ompi/mca/coll/portals4/coll_portals4_bcast.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   906 ompi/mca/coll/portals4/coll_portals4_bcast.c                 comm, request, portals4_module);
portals4_module   910 ompi/mca/coll/portals4/coll_portals4_bcast.c                 comm, request, portals4_module);
portals4_module   583 ompi/mca/coll/portals4/coll_portals4_component.c     mca_coll_portals4_module_t *portals4_module;
portals4_module   615 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module = OBJ_NEW(mca_coll_portals4_module_t);
portals4_module   616 ompi/mca/coll/portals4/coll_portals4_component.c     if (NULL == portals4_module) return NULL;
portals4_module   619 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->coll_count = 0;
portals4_module   620 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_module_enable = portals4_module_enable;
portals4_module   621 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.ft_event = NULL;
portals4_module   623 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_barrier = ompi_coll_portals4_barrier_intra;
portals4_module   624 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_ibarrier = ompi_coll_portals4_ibarrier_intra;
portals4_module   626 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_gather   = ompi_coll_portals4_gather_intra;
portals4_module   627 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_igather  = ompi_coll_portals4_igather_intra;
portals4_module   629 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_scatter  = ompi_coll_portals4_scatter_intra;
portals4_module   630 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_iscatter = ompi_coll_portals4_iscatter_intra;
portals4_module   632 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->cached_in_order_bmtree=NULL;
portals4_module   633 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->cached_in_order_bmtree_root=-1;
portals4_module   635 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_bcast = ompi_coll_portals4_bcast_intra;
portals4_module   636 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_ibcast = ompi_coll_portals4_ibcast_intra;
portals4_module   638 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_allreduce = ompi_coll_portals4_allreduce_intra;
portals4_module   639 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_iallreduce = ompi_coll_portals4_iallreduce_intra;
portals4_module   641 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_reduce = ompi_coll_portals4_reduce_intra;
portals4_module   642 ompi/mca/coll/portals4/coll_portals4_component.c     portals4_module->super.coll_ireduce = ompi_coll_portals4_ireduce_intra;
portals4_module   644 ompi/mca/coll/portals4/coll_portals4_component.c     return &(portals4_module->super);
portals4_module   655 ompi/mca/coll/portals4/coll_portals4_component.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   657 ompi/mca/coll/portals4/coll_portals4_component.c     PORTALS4_SAVE_PREV_COLL_API(portals4_module, comm, allreduce);
portals4_module   658 ompi/mca/coll/portals4/coll_portals4_component.c     PORTALS4_SAVE_PREV_COLL_API(portals4_module, comm, iallreduce);
portals4_module   659 ompi/mca/coll/portals4/coll_portals4_component.c     PORTALS4_SAVE_PREV_COLL_API(portals4_module, comm, reduce);
portals4_module   660 ompi/mca/coll/portals4/coll_portals4_component.c     PORTALS4_SAVE_PREV_COLL_API(portals4_module, comm, ireduce);
portals4_module   174 ompi/mca/coll/portals4/coll_portals4_gather.c                               mca_coll_portals4_module_t   *portals4_module)
portals4_module   182 ompi/mca/coll/portals4/coll_portals4_gather.c     ompi_coll_portals4_tree_t* bmtree = portals4_module->cached_in_order_bmtree;
portals4_module   277 ompi/mca/coll/portals4/coll_portals4_gather.c                             mca_coll_portals4_module_t   *portals4_module)
portals4_module   354 ompi/mca/coll/portals4/coll_portals4_gather.c                      mca_coll_portals4_module_t   *portals4_module)
portals4_module   407 ompi/mca/coll/portals4/coll_portals4_gather.c                    mca_coll_portals4_module_t   *portals4_module)
portals4_module   515 ompi/mca/coll/portals4/coll_portals4_gather.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   589 ompi/mca/coll/portals4/coll_portals4_gather.c     request->u.gather.coll_count = opal_atomic_add_fetch_size_t(&portals4_module->coll_count, 1);
portals4_module   591 ompi/mca/coll/portals4/coll_portals4_gather.c     COLL_PORTALS4_UPDATE_IN_ORDER_BMTREE( comm, portals4_module, request->u.gather.root_rank );
portals4_module   592 ompi/mca/coll/portals4/coll_portals4_gather.c     bmtree = portals4_module->cached_in_order_bmtree;
portals4_module   596 ompi/mca/coll/portals4/coll_portals4_gather.c     ret = setup_gather_buffers_binomial(comm, request, portals4_module);
portals4_module   599 ompi/mca/coll/portals4/coll_portals4_gather.c     ret = setup_gather_handles(comm, request, portals4_module);
portals4_module   602 ompi/mca/coll/portals4/coll_portals4_gather.c     ret = setup_sync_handles(comm, request, portals4_module);
portals4_module   785 ompi/mca/coll/portals4/coll_portals4_gather.c     ompi_coll_portals4_destroy_tree(&(portals4_module->cached_in_order_bmtree));
portals4_module   796 ompi/mca/coll/portals4/coll_portals4_gather.c     ompi_coll_portals4_destroy_tree(&(portals4_module->cached_in_order_bmtree));
portals4_module   813 ompi/mca/coll/portals4/coll_portals4_gather.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   886 ompi/mca/coll/portals4/coll_portals4_gather.c     request->u.gather.coll_count = opal_atomic_add_fetch_size_t(&portals4_module->coll_count, 1);
portals4_module   888 ompi/mca/coll/portals4/coll_portals4_gather.c     ret = setup_gather_buffers_linear(comm, request, portals4_module);
portals4_module   891 ompi/mca/coll/portals4/coll_portals4_gather.c     ret = setup_gather_handles(comm, request, portals4_module);
portals4_module   894 ompi/mca/coll/portals4/coll_portals4_gather.c     ret = setup_sync_handles(comm, request, portals4_module);
portals4_module   386 ompi/mca/coll/portals4/coll_portals4_reduce.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   401 ompi/mca/coll/portals4/coll_portals4_reduce.c             dtype, op, root, comm,  request,  portals4_module);
portals4_module   422 ompi/mca/coll/portals4/coll_portals4_reduce.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   438 ompi/mca/coll/portals4/coll_portals4_reduce.c             dtype, op, root, comm,  request,  portals4_module);
portals4_module    34 ompi/mca/coll/portals4/coll_portals4_scatter.c                              mca_coll_portals4_module_t   *portals4_module)
portals4_module   124 ompi/mca/coll/portals4/coll_portals4_scatter.c                       mca_coll_portals4_module_t   *portals4_module)
portals4_module   185 ompi/mca/coll/portals4/coll_portals4_scatter.c                    mca_coll_portals4_module_t   *portals4_module)
portals4_module   316 ompi/mca/coll/portals4/coll_portals4_scatter.c     mca_coll_portals4_module_t *portals4_module = (mca_coll_portals4_module_t*) module;
portals4_module   390 ompi/mca/coll/portals4/coll_portals4_scatter.c     request->u.scatter.coll_count = opal_atomic_add_fetch_size_t(&portals4_module->coll_count, 1);
portals4_module   392 ompi/mca/coll/portals4/coll_portals4_scatter.c     ret = setup_scatter_buffers_linear(comm, request, portals4_module);
portals4_module   395 ompi/mca/coll/portals4/coll_portals4_scatter.c     ret = setup_scatter_handles(comm, request, portals4_module);
portals4_module   398 ompi/mca/coll/portals4/coll_portals4_scatter.c     ret = setup_sync_handles(comm, request, portals4_module);