ucp_context        78 ompi/mca/pml/ucx/pml_ucx.c     .ucp_context           = NULL,
ucp_context       216 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_init(&params, config, &ompi_pml_ucx.ucp_context);
ucp_context       225 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_context_query(ompi_pml_ucx.ucp_context, &attr);
ucp_context       227 ompi/mca/pml/ucx/pml_ucx.c         ucp_cleanup(ompi_pml_ucx.ucp_context);
ucp_context       228 ompi/mca/pml/ucx/pml_ucx.c         ompi_pml_ucx.ucp_context = NULL;
ucp_context       241 ompi/mca/pml/ucx/pml_ucx.c     if (ompi_pml_ucx.ucp_context != NULL) {
ucp_context       242 ompi/mca/pml/ucx/pml_ucx.c         ucp_cleanup(ompi_pml_ucx.ucp_context);
ucp_context       243 ompi/mca/pml/ucx/pml_ucx.c         ompi_pml_ucx.ucp_context = NULL;
ucp_context       265 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_worker_create(ompi_pml_ucx.ucp_context, &params,
ucp_context       311 ompi/mca/pml/ucx/pml_ucx.c                     (void *)ompi_pml_ucx.ucp_context,
ucp_context        43 ompi/mca/pml/ucx/pml_ucx.h     ucp_context_h             ucp_context;
ucp_context        76 oshmem/mca/spml/ucx/spml_ucx.c     .ucp_context            = NULL,
ucp_context       388 oshmem/mca/spml/ucx/spml_ucx.c     status = ucp_mem_advise(mca_spml_ucx.ucp_context, ucx_mkey->mem_h, &params);
ucp_context       436 oshmem/mca/spml/ucx/spml_ucx.c         status = ucp_mem_map(mca_spml_ucx.ucp_context, &mem_map_params, &ucx_mkey->mem_h);
ucp_context       446 oshmem/mca/spml/ucx/spml_ucx.c     status = ucp_rkey_pack(mca_spml_ucx.ucp_context, ucx_mkey->mem_h,
ucp_context       473 oshmem/mca/spml/ucx/spml_ucx.c     ucp_mem_unmap(mca_spml_ucx.ucp_context, ucx_mkey->mem_h);
ucp_context       500 oshmem/mca/spml/ucx/spml_ucx.c         ucp_mem_unmap(mca_spml_ucx.ucp_context, ucx_mkey->mem_h);
ucp_context       572 oshmem/mca/spml/ucx/spml_ucx.c     err = ucp_worker_create(mca_spml_ucx.ucp_context, &params,
ucp_context        87 oshmem/mca/spml/ucx/spml_ucx.h     ucp_context_h            ucp_context;
ucp_context       220 oshmem/mca/spml/ucx/spml_ucx_component.c     err = ucp_init(&params, ucp_config, &mca_spml_ucx.ucp_context);
ucp_context       227 oshmem/mca/spml/ucx/spml_ucx_component.c     err = ucp_context_query(mca_spml_ucx.ucp_context, &attr);
ucp_context       254 oshmem/mca/spml/ucx/spml_ucx_component.c     err = ucp_worker_create(mca_spml_ucx.ucp_context, &wkr_params,
ucp_context       417 oshmem/mca/spml/ucx/spml_ucx_component.c     if (mca_spml_ucx.ucp_context) {
ucp_context       418 oshmem/mca/spml/ucx/spml_ucx_component.c         ucp_cleanup(mca_spml_ucx.ucp_context);
ucp_context       419 oshmem/mca/spml/ucx/spml_ucx_component.c         mca_spml_ucx.ucp_context = NULL;
ucp_context       129 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     status = ucp_mem_map(spml->ucp_context, &mem_map_params, &mem_h);
ucp_context       143 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c             ucp_mem_unmap(spml->ucp_context, mem_h);
ucp_context       155 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         ucp_mem_unmap(spml->ucp_context, mem_h);
ucp_context       194 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     uct_md = ucp_context_find_tl_md(spml->ucp_context, "mlx5");
ucp_context       302 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     ucp_mem_unmap(spml->ucp_context, ctx->ucp_memh);