ctxs_num 518 oshmem/mca/spml/ucx/spml_ucx.c if (array->ctxs_count < array->ctxs_num) { ctxs_num 521 oshmem/mca/spml/ucx/spml_ucx.c array->ctxs = realloc(array->ctxs, (array->ctxs_num + MCA_SPML_UCX_CTXS_ARRAY_INC) * sizeof(mca_spml_ucx_ctx_t *)); ctxs_num 523 oshmem/mca/spml/ucx/spml_ucx.c for (i = array->ctxs_num; i < array->ctxs_num + MCA_SPML_UCX_CTXS_ARRAY_INC; i++) { ctxs_num 526 oshmem/mca/spml/ucx/spml_ucx.c array->ctxs[array->ctxs_num] = ctx; ctxs_num 527 oshmem/mca/spml/ucx/spml_ucx.c array->ctxs_num += MCA_SPML_UCX_CTXS_ARRAY_INC; ctxs_num 81 oshmem/mca/spml/ucx/spml_ucx.h int ctxs_num; ctxs_num 238 oshmem/mca/spml/ucx/spml_ucx_component.c mca_spml_ucx.active_array.ctxs_num = mca_spml_ucx.idle_array.ctxs_num = MCA_SPML_UCX_CTXS_ARRAY_SIZE; ctxs_num 239 oshmem/mca/spml/ucx/spml_ucx_component.c mca_spml_ucx.active_array.ctxs = calloc(mca_spml_ucx.active_array.ctxs_num, ctxs_num 241 oshmem/mca/spml/ucx/spml_ucx_component.c mca_spml_ucx.idle_array.ctxs = calloc(mca_spml_ucx.idle_array.ctxs_num,