max_attach         89 ompi/mca/osc/rdma/osc_rdma.h     unsigned int max_attach;
max_attach        221 ompi/mca/osc/rdma/osc_rdma_component.c     mca_osc_rdma_component.max_attach = 32;
max_attach        224 ompi/mca/osc/rdma/osc_rdma_component.c              "resource (default: %d)", mca_osc_rdma_component.max_attach);
max_attach        227 ompi/mca/osc/rdma/osc_rdma_component.c                                            MCA_BASE_VAR_SCOPE_GROUP, &mca_osc_rdma_component.max_attach);
max_attach       1209 ompi/mca/osc/rdma/osc_rdma_component.c         module->state_size += mca_osc_rdma_component.max_attach * module->region_size;
max_attach       1246 ompi/mca/osc/rdma/osc_rdma_component.c         module->dynamic_handles = (ompi_osc_rdma_handle_t *) calloc (mca_osc_rdma_component.max_attach,
max_attach        118 ompi/mca/osc/rdma/osc_rdma_dynamic.c     if (region_count == mca_osc_rdma_component.max_attach) {