OMPI_OSC_UCX_ATTACH_MAX 89 ompi/mca/osc/ucx/osc_ucx.h volatile ompi_osc_dynamic_win_info_t dynamic_wins[OMPI_OSC_UCX_ATTACH_MAX]; OMPI_OSC_UCX_ATTACH_MAX 105 ompi/mca/osc/ucx/osc_ucx.h ompi_osc_local_dynamic_win_info_t local_dynamic_win_info[OMPI_OSC_UCX_ATTACH_MAX]; OMPI_OSC_UCX_ATTACH_MAX 282 ompi/mca/osc/ucx/osc_ucx_comm.c size_t len = sizeof(uint64_t) + sizeof(ompi_osc_dynamic_win_info_t) * OMPI_OSC_UCX_ATTACH_MAX; OMPI_OSC_UCX_ATTACH_MAX 303 ompi/mca/osc/ucx/osc_ucx_comm.c assert(win_count > 0 && win_count <= OMPI_OSC_UCX_ATTACH_MAX); OMPI_OSC_UCX_ATTACH_MAX 384 ompi/mca/osc/ucx/osc_ucx_component.c for (i = 0; i < OMPI_OSC_UCX_ATTACH_MAX; i++) { OMPI_OSC_UCX_ATTACH_MAX 466 ompi/mca/osc/ucx/osc_ucx_component.c if (module->state.dynamic_win_count >= OMPI_OSC_UCX_ATTACH_MAX) { OMPI_OSC_UCX_ATTACH_MAX 483 ompi/mca/osc/ucx/osc_ucx_component.c (OMPI_OSC_UCX_ATTACH_MAX - (insert_index + 1)) * sizeof(ompi_osc_local_dynamic_win_info_t)); OMPI_OSC_UCX_ATTACH_MAX 486 ompi/mca/osc/ucx/osc_ucx_component.c (OMPI_OSC_UCX_ATTACH_MAX - (insert_index + 1)) * sizeof(ompi_osc_dynamic_win_info_t)); OMPI_OSC_UCX_ATTACH_MAX 536 ompi/mca/osc/ucx/osc_ucx_component.c (OMPI_OSC_UCX_ATTACH_MAX - (contain + 1)) * sizeof(ompi_osc_local_dynamic_win_info_t)); OMPI_OSC_UCX_ATTACH_MAX 539 ompi/mca/osc/ucx/osc_ucx_component.c (OMPI_OSC_UCX_ATTACH_MAX - (contain + 1)) * sizeof(ompi_osc_dynamic_win_info_t));