btl_atomic_flags  482 ompi/mca/osc/rdma/osc_rdma_accumulate.c     int32_t atomic_flags = module->selected_btl->btl_atomic_flags;
btl_atomic_flags  526 ompi/mca/osc/rdma/osc_rdma_accumulate.c     int32_t atomic_flags = module->selected_btl->btl_atomic_flags;
btl_atomic_flags  629 ompi/mca/osc/rdma/osc_rdma_accumulate.c     int32_t atomic_flags = module->selected_btl->btl_atomic_flags;
btl_atomic_flags  871 ompi/mca/osc/rdma/osc_rdma_component.c                 (MCA_BTL_FLAGS_RDMA | MCA_BTL_FLAGS_ATOMIC_FOPS) && (endpoint->btl_rdma.bml_btls[i_btl].btl->btl_atomic_flags &
btl_atomic_flags  902 ompi/mca/osc/rdma/osc_rdma_component.c         if (possible_btls[i]->btl_atomic_flags & MCA_BTL_ATOMIC_SUPPORTS_GLOB) {
btl_atomic_flags   64 ompi/mca/osc/rdma/osc_rdma_peer.c     if (OPAL_UNLIKELY(NULL == endpoint && !((module->selected_btl->btl_atomic_flags & MCA_BTL_ATOMIC_SUPPORTS_GLOB) &&
btl_atomic_flags   56 opal/mca/btl/base/btl_base_mca.c                                            MCA_BASE_VAR_SCOPE_CONSTANT, &module->btl_atomic_flags);
btl_atomic_flags  189 opal/mca/btl/base/btl_base_mca.c     if (0 == module->btl_atomic_flags) {
btl_atomic_flags 1202 opal/mca/btl/btl.h     uint32_t    btl_atomic_flags;     /**< atomic operations supported (add, and, xor, etc) */
btl_atomic_flags  393 opal/mca/btl/ofi/btl_ofi_module.c         module->super.btl_atomic_flags   = MCA_BTL_ATOMIC_SUPPORTS_ADD |
btl_atomic_flags  333 opal/mca/btl/uct/btl_uct_module.c         .btl_atomic_flags   = MCA_BTL_ATOMIC_SUPPORTS_ADD | MCA_BTL_ATOMIC_SUPPORTS_CSWAP |
btl_atomic_flags   82 opal/mca/btl/uct/btl_uct_tl.c     module->super.btl_atomic_flags = 0;
btl_atomic_flags   85 opal/mca/btl/uct/btl_uct_tl.c         module->super.btl_atomic_flags |= MCA_BTL_ATOMIC_SUPPORTS_GLOB;
btl_atomic_flags   90 opal/mca/btl/uct/btl_uct_tl.c             module->super.btl_atomic_flags |= mca_btl_uct_cap_to_btl_atomic_flag[i][1];
btl_atomic_flags   94 opal/mca/btl/uct/btl_uct_tl.c     if (0 != module->super.btl_atomic_flags) {
btl_atomic_flags  124 opal/mca/btl/uct/btl_uct_tl.c     module->super.btl_atomic_flags = 0;
btl_atomic_flags  128 opal/mca/btl/uct/btl_uct_tl.c             module->super.btl_atomic_flags |= (uint32_t) mca_btl_uct_cap_to_btl_atomic_flag[i][1];
btl_atomic_flags  132 opal/mca/btl/uct/btl_uct_tl.c     if (0 != module->super.btl_atomic_flags) {
btl_atomic_flags  424 opal/mca/btl/ugni/btl_ugni_component.c     mca_btl_ugni_module.super.btl_atomic_flags = MCA_BTL_ATOMIC_SUPPORTS_ADD |
btl_atomic_flags  430 opal/mca/btl/ugni/btl_ugni_component.c         mca_btl_ugni_module.super.btl_atomic_flags |= MCA_BTL_ATOMIC_SUPPORTS_MIN | MCA_BTL_ATOMIC_SUPPORTS_MAX |
btl_atomic_flags 2541 opal/mca/btl/usnic/btl_usnic_module.c         .btl_atomic_flags = 0,
btl_atomic_flags  256 opal/mca/btl/vader/btl_vader_component.c     mca_btl_vader.super.btl_atomic_flags = MCA_BTL_ATOMIC_SUPPORTS_ADD | MCA_BTL_ATOMIC_SUPPORTS_AND |
btl_atomic_flags  260 opal/mca/btl/vader/btl_vader_component.c     mca_btl_vader.super.btl_atomic_flags |= MCA_BTL_ATOMIC_SUPPORTS_32BIT;
btl_atomic_flags  264 opal/mca/btl/vader/btl_vader_component.c     mca_btl_vader.super.btl_atomic_flags |= MCA_BTL_ATOMIC_SUPPORTS_MIN;
btl_atomic_flags  268 opal/mca/btl/vader/btl_vader_component.c     mca_btl_vader.super.btl_atomic_flags |= MCA_BTL_ATOMIC_SUPPORTS_MAX;