active_array      648 oshmem/mca/spml/ucx/spml_ucx.c     if (mca_spml_ucx.active_array.ctxs_count == 0) {
active_array      653 oshmem/mca/spml/ucx/spml_ucx.c     _ctx_add(&mca_spml_ucx.active_array, ucx_ctx);
active_array      665 oshmem/mca/spml/ucx/spml_ucx.c     _ctx_remove(&mca_spml_ucx.active_array, (mca_spml_ucx_ctx_t *)ctx);
active_array      669 oshmem/mca/spml/ucx/spml_ucx.c     if (!mca_spml_ucx.active_array.ctxs_count) {
active_array       93 oshmem/mca/spml/ucx/spml_ucx.h     mca_spml_ucx_ctx_array_t active_array;
active_array      139 oshmem/mca/spml/ucx/spml_ucx_component.c     for (i = 0; i < mca_spml_ucx.active_array.ctxs_count; i++) {
active_array      140 oshmem/mca/spml/ucx/spml_ucx_component.c         ucp_worker_progress(mca_spml_ucx.active_array.ctxs[i]->ucp_worker);
active_array      237 oshmem/mca/spml/ucx/spml_ucx_component.c     mca_spml_ucx.active_array.ctxs_count = mca_spml_ucx.idle_array.ctxs_count = 0;
active_array      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;
active_array      239 oshmem/mca/spml/ucx/spml_ucx_component.c     mca_spml_ucx.active_array.ctxs = calloc(mca_spml_ucx.active_array.ctxs_num,
active_array      341 oshmem/mca/spml/ucx/spml_ucx_component.c     if (mca_spml_ucx.active_array.ctxs_count) {
active_array      359 oshmem/mca/spml/ucx/spml_ucx_component.c     for (i = 0; i < mca_spml_ucx.active_array.ctxs_count; i++) {
active_array      360 oshmem/mca/spml/ucx/spml_ucx_component.c         _ctx_cleanup(mca_spml_ucx.active_array.ctxs[i]);
active_array      374 oshmem/mca/spml/ucx/spml_ucx_component.c         for (i = 0; i < mca_spml_ucx.active_array.ctxs_count; i++) {
active_array      375 oshmem/mca/spml/ucx/spml_ucx_component.c             ucp_worker_progress(mca_spml_ucx.active_array.ctxs[i]->ucp_worker);
active_array      390 oshmem/mca/spml/ucx/spml_ucx_component.c     for (i = 0; i < mca_spml_ucx.active_array.ctxs_count; i++) {
active_array      391 oshmem/mca/spml/ucx/spml_ucx_component.c         ucp_worker_destroy(mca_spml_ucx.active_array.ctxs[i]->ucp_worker);
active_array      392 oshmem/mca/spml/ucx/spml_ucx_component.c         free(mca_spml_ucx.active_array.ctxs[i]);
active_array      410 oshmem/mca/spml/ucx/spml_ucx_component.c     free(mca_spml_ucx.active_array.ctxs);