num_contexts_per_module  151 opal/mca/btl/ofi/btl_ofi.h     int num_contexts_per_module;
num_contexts_per_module  146 opal/mca/btl/ofi/btl_ofi_component.c     mca_btl_ofi_component.num_contexts_per_module = 1;
num_contexts_per_module  155 opal/mca/btl/ofi/btl_ofi_component.c                                           &mca_btl_ofi_component.num_contexts_per_module);
num_contexts_per_module  434 opal/mca/btl/ofi/btl_ofi_component.c     num_contexts_to_create = mca_btl_ofi_component.num_contexts_per_module;
num_contexts_per_module  139 opal/mca/btl/uct/btl_uct.h     int num_contexts_per_module;
num_contexts_per_module   67 opal/mca/btl/uct/btl_uct_component.c     mca_btl_uct_component.num_contexts_per_module = 0;
num_contexts_per_module   76 opal/mca/btl/uct/btl_uct_component.c                                            MCA_BASE_VAR_SCOPE_ALL, &mca_btl_uct_component.num_contexts_per_module);
num_contexts_per_module  112 opal/mca/btl/uct/btl_uct_component.c     if (0 == mca_btl_uct_component.num_contexts_per_module) {
num_contexts_per_module  123 opal/mca/btl/uct/btl_uct_component.c             mca_btl_uct_component.num_contexts_per_module = 1;
num_contexts_per_module  125 opal/mca/btl/uct/btl_uct_component.c             mca_btl_uct_component.num_contexts_per_module = core_count / (opal_process_info.num_local_peers + 1);
num_contexts_per_module  129 opal/mca/btl/uct/btl_uct_component.c     if (mca_btl_uct_component.num_contexts_per_module > MCA_BTL_UCT_MAX_WORKERS) {
num_contexts_per_module  130 opal/mca/btl/uct/btl_uct_component.c         mca_btl_uct_component.num_contexts_per_module = MCA_BTL_UCT_MAX_WORKERS;
num_contexts_per_module   72 opal/mca/btl/uct/btl_uct_device_context.h                 mca_btl_uct_component.num_contexts_per_module;
num_contexts_per_module   78 opal/mca/btl/uct/btl_uct_device_context.h         context_id = next_uct_index++ % mca_btl_uct_component.num_contexts_per_module;
num_contexts_per_module   23 opal/mca/btl/uct/btl_uct_endpoint.c     memset (endpoint->uct_eps, 0, sizeof (endpoint->uct_eps[0]) * mca_btl_uct_component.num_contexts_per_module);
num_contexts_per_module   31 opal/mca/btl/uct/btl_uct_endpoint.c         for (int i = 0 ; i < mca_btl_uct_component.num_contexts_per_module ; ++i) {
num_contexts_per_module   48 opal/mca/btl/uct/btl_uct_endpoint.c                                                mca_btl_uct_component.num_contexts_per_module);
num_contexts_per_module  249 opal/mca/btl/uct/btl_uct_rdma.c     const int context_count = mca_btl_uct_component.num_contexts_per_module;
num_contexts_per_module  441 opal/mca/btl/uct/btl_uct_tl.c 	tl->max_device_contexts = mca_btl_uct_component.num_contexts_per_module;
num_contexts_per_module  461 opal/mca/btl/uct/btl_uct_tl.c 	tl->max_device_contexts = mca_btl_uct_component.num_contexts_per_module;