ctxs              519 oshmem/mca/spml/ucx/spml_ucx.c         array->ctxs[array->ctxs_count] = ctx;
ctxs              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              524 oshmem/mca/spml/ucx/spml_ucx.c             array->ctxs[i] = NULL;
ctxs              526 oshmem/mca/spml/ucx/spml_ucx.c         array->ctxs[array->ctxs_num] = ctx;
ctxs              539 oshmem/mca/spml/ucx/spml_ucx.c         if (array->ctxs[i] == ctx) {
ctxs              540 oshmem/mca/spml/ucx/spml_ucx.c             array->ctxs[i] = array->ctxs[array->ctxs_count-1];
ctxs              541 oshmem/mca/spml/ucx/spml_ucx.c             array->ctxs[array->ctxs_count-1] = NULL;
ctxs               82 oshmem/mca/spml/ucx/spml_ucx.h     mca_spml_ucx_ctx_t       **ctxs;
ctxs              140 oshmem/mca/spml/ucx/spml_ucx_component.c         ucp_worker_progress(mca_spml_ucx.active_array.ctxs[i]->ucp_worker);
ctxs              239 oshmem/mca/spml/ucx/spml_ucx_component.c     mca_spml_ucx.active_array.ctxs = calloc(mca_spml_ucx.active_array.ctxs_num,
ctxs              241 oshmem/mca/spml/ucx/spml_ucx_component.c     mca_spml_ucx.idle_array.ctxs = calloc(mca_spml_ucx.idle_array.ctxs_num,
ctxs              360 oshmem/mca/spml/ucx/spml_ucx_component.c         _ctx_cleanup(mca_spml_ucx.active_array.ctxs[i]);
ctxs              364 oshmem/mca/spml/ucx/spml_ucx_component.c         _ctx_cleanup(mca_spml_ucx.idle_array.ctxs[i]);
ctxs              375 oshmem/mca/spml/ucx/spml_ucx_component.c             ucp_worker_progress(mca_spml_ucx.active_array.ctxs[i]->ucp_worker);
ctxs              379 oshmem/mca/spml/ucx/spml_ucx_component.c             ucp_worker_progress(mca_spml_ucx.idle_array.ctxs[i]->ucp_worker);
ctxs              391 oshmem/mca/spml/ucx/spml_ucx_component.c         ucp_worker_destroy(mca_spml_ucx.active_array.ctxs[i]->ucp_worker);
ctxs              392 oshmem/mca/spml/ucx/spml_ucx_component.c         free(mca_spml_ucx.active_array.ctxs[i]);
ctxs              396 oshmem/mca/spml/ucx/spml_ucx_component.c         ucp_worker_destroy(mca_spml_ucx.idle_array.ctxs[i]->ucp_worker);
ctxs              397 oshmem/mca/spml/ucx/spml_ucx_component.c         free(mca_spml_ucx.idle_array.ctxs[i]);
ctxs              410 oshmem/mca/spml/ucx/spml_ucx_component.c     free(mca_spml_ucx.active_array.ctxs);
ctxs              411 oshmem/mca/spml/ucx/spml_ucx_component.c     free(mca_spml_ucx.idle_array.ctxs);