del_procs         144 ompi/mca/pml/cm/pml_cm.c     ret = OMPI_MTL_CALL(del_procs(ompi_mtl, nprocs, procs));
del_procs         456 ompi/mca/pml/ucx/pml_ucx.c     opal_common_ucx_del_proc_t *del_procs;
del_procs         460 ompi/mca/pml/ucx/pml_ucx.c     del_procs = malloc(sizeof(*del_procs) * nprocs);
del_procs         461 ompi/mca/pml/ucx/pml_ucx.c     if (del_procs == NULL) {
del_procs         467 ompi/mca/pml/ucx/pml_ucx.c         del_procs[i].ep   = proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PML];
del_procs         468 ompi/mca/pml/ucx/pml_ucx.c         del_procs[i].vpid = proc->super.proc_name.vpid;
del_procs         474 ompi/mca/pml/ucx/pml_ucx.c     ret = opal_common_ucx_del_procs(del_procs, nprocs, OMPI_PROC_MY_NAME->vpid,
del_procs         476 ompi/mca/pml/ucx/pml_ucx.c     free(del_procs);
del_procs          18 ompi/mca/vprotocol/base/vprotocol_base_parasite.c     if(mca_vprotocol.del_procs)
del_procs          19 ompi/mca/vprotocol/base/vprotocol_base_parasite.c         mca_pml.pml_del_procs = mca_vprotocol.del_procs;
del_procs          61 ompi/mca/vprotocol/vprotocol.h     mca_pml_base_module_del_procs_fn_t      del_procs;
del_procs         338 ompi/runtime/ompi_mpi_finalize.c     MCA_PML_CALL(del_procs(procs, nprocs));
del_procs         103 oshmem/mca/spml/ucx/spml_ucx.c     opal_common_ucx_del_proc_t *del_procs;
del_procs         113 oshmem/mca/spml/ucx/spml_ucx.c     del_procs = malloc(sizeof(*del_procs) * nprocs);
del_procs         114 oshmem/mca/spml/ucx/spml_ucx.c     if (del_procs == NULL) {
del_procs         119 oshmem/mca/spml/ucx/spml_ucx.c         del_procs[i].ep   = mca_spml_ucx_ctx_default.ucp_peers[i].ucp_conn;
del_procs         120 oshmem/mca/spml/ucx/spml_ucx.c         del_procs[i].vpid = i;
del_procs         126 oshmem/mca/spml/ucx/spml_ucx.c     ret = opal_common_ucx_del_procs(del_procs, nprocs, oshmem_my_proc_id(),
del_procs         130 oshmem/mca/spml/ucx/spml_ucx.c     free(del_procs);
del_procs         312 oshmem/mca/spml/ucx/spml_ucx_component.c     opal_common_ucx_del_proc_t *del_procs;
del_procs         314 oshmem/mca/spml/ucx/spml_ucx_component.c     del_procs = malloc(sizeof(*del_procs) * nprocs);
del_procs         323 oshmem/mca/spml/ucx/spml_ucx_component.c         del_procs[i].ep   = ctx->ucp_peers[i].ucp_conn;
del_procs         324 oshmem/mca/spml/ucx/spml_ucx_component.c         del_procs[i].vpid = i;
del_procs         328 oshmem/mca/spml/ucx/spml_ucx_component.c     opal_common_ucx_del_procs_nofence(del_procs, nprocs, oshmem_my_proc_id(),
del_procs         331 oshmem/mca/spml/ucx/spml_ucx_component.c     free(del_procs);
del_procs         129 oshmem/runtime/oshmem_shmem_finalize.c                     MCA_SPML_CALL(del_procs(oshmem_group_all->proc_array, oshmem_group_all->proc_count)))) {