ctx_tbl 696 opal/mca/common/ucx/common_ucx_wpool.c tls->ctx_tbl = NULL; ctx_tbl 779 opal/mca/common/ucx/common_ucx_wpool.c if (NULL != tls->ctx_tbl[i]->gctx){ ctx_tbl 780 opal/mca/common/ucx/common_ucx_wpool.c assert(tls->ctx_tbl[i]->refcnt == 0); ctx_tbl 781 opal/mca/common/ucx/common_ucx_wpool.c _tlocal_ctx_record_cleanup(tls->ctx_tbl[i]); ctx_tbl 783 opal/mca/common/ucx/common_ucx_wpool.c free(tls->ctx_tbl[i]); ctx_tbl 797 opal/mca/common/ucx/common_ucx_wpool.c tbl->ctx_tbl = realloc(tbl->ctx_tbl, newsize * sizeof(*tbl->ctx_tbl)); ctx_tbl 799 opal/mca/common/ucx/common_ucx_wpool.c tbl->ctx_tbl[i] = calloc(1, sizeof(*tbl->ctx_tbl[i])); ctx_tbl 800 opal/mca/common/ucx/common_ucx_wpool.c if (NULL == tbl->ctx_tbl[i]) { ctx_tbl 832 opal/mca/common/ucx/common_ucx_wpool.c if (tls->ctx_tbl[i]->gctx == ctx){ ctx_tbl 833 opal/mca/common/ucx/common_ucx_wpool.c return tls->ctx_tbl[i]; ctx_tbl 871 opal/mca/common/ucx/common_ucx_wpool.c if (NULL != tls->ctx_tbl[i]->gctx && tls->ctx_tbl[i]->refcnt == 0) { ctx_tbl 872 opal/mca/common/ucx/common_ucx_wpool.c if (tls->ctx_tbl[i]->gctx->released ) { ctx_tbl 874 opal/mca/common/ucx/common_ucx_wpool.c _tlocal_ctx_record_cleanup(tls->ctx_tbl[i]); ctx_tbl 877 opal/mca/common/ucx/common_ucx_wpool.c if ((NULL == tls->ctx_tbl[i]->gctx) && !found) { ctx_tbl 894 opal/mca/common/ucx/common_ucx_wpool.c tls->ctx_tbl[free_idx]->gctx = ctx; ctx_tbl 895 opal/mca/common/ucx/common_ucx_wpool.c tls->ctx_tbl[free_idx]->winfo = _wpool_get_idle(tls->wpool, ctx->comm_size); ctx_tbl 896 opal/mca/common/ucx/common_ucx_wpool.c if (NULL == tls->ctx_tbl[free_idx]->winfo) { ctx_tbl 909 opal/mca/common/ucx/common_ucx_wpool.c _wpool_add_active(tls->wpool, tls->ctx_tbl[free_idx]->winfo); ctx_tbl 912 opal/mca/common/ucx/common_ucx_wpool.c rc = _common_ucx_wpctx_append(ctx, tls->ctx_tbl[free_idx]->winfo); ctx_tbl 919 opal/mca/common/ucx/common_ucx_wpool.c return tls->ctx_tbl[free_idx]; ctx_tbl 49 opal/mca/common/ucx/common_ucx_wpool_int.h _tlocal_ctx_t **ctx_tbl;