tr_id              75 oshmem/mca/memheap/base/base.h                                                            int tr_id);
tr_id             120 oshmem/mca/memheap/base/memheap_base_mkey.c static void memheap_attach_segment(sshmem_mkey_t *mkey, int tr_id)
tr_id             133 oshmem/mca/memheap/base/memheap_base_mkey.c             tr_id,
tr_id             140 oshmem/mca/memheap/base/memheap_base_mkey.c                 tr_id, (unsigned long long)mkey->u.key, errno);
tr_id             150 oshmem/mca/memheap/base/memheap_base_mkey.c     int32_t tr_id;
tr_id             159 oshmem/mca/memheap/base/memheap_base_mkey.c         opal_dss.unpack(msg, &tr_id, &cnt, OPAL_UINT32);
tr_id             162 oshmem/mca/memheap/base/memheap_base_mkey.c                         &memheap_oob.mkeys[tr_id].va_base,
tr_id             166 oshmem/mca/memheap/base/memheap_base_mkey.c         if (0 == memheap_oob.mkeys[tr_id].va_base) {
tr_id             168 oshmem/mca/memheap/base/memheap_base_mkey.c             opal_dss.unpack(msg, &memheap_oob.mkeys[tr_id].u.key, &cnt, OPAL_UINT64);
tr_id             170 oshmem/mca/memheap/base/memheap_base_mkey.c                 memheap_attach_segment(&memheap_oob.mkeys[tr_id], tr_id);
tr_id             174 oshmem/mca/memheap/base/memheap_base_mkey.c             opal_dss.unpack(msg, &memheap_oob.mkeys[tr_id].len, &cnt, OPAL_UINT16);
tr_id             175 oshmem/mca/memheap/base/memheap_base_mkey.c             if (0 < memheap_oob.mkeys[tr_id].len) {
tr_id             176 oshmem/mca/memheap/base/memheap_base_mkey.c                 memheap_oob.mkeys[tr_id].u.data = malloc(memheap_oob.mkeys[tr_id].len);
tr_id             177 oshmem/mca/memheap/base/memheap_base_mkey.c                 if (NULL == memheap_oob.mkeys[tr_id].u.data) {
tr_id             178 oshmem/mca/memheap/base/memheap_base_mkey.c                     MEMHEAP_ERROR("Failed allocate %d bytes", memheap_oob.mkeys[tr_id].len);
tr_id             181 oshmem/mca/memheap/base/memheap_base_mkey.c                 cnt = memheap_oob.mkeys[tr_id].len;
tr_id             182 oshmem/mca/memheap/base/memheap_base_mkey.c                 opal_dss.unpack(msg, memheap_oob.mkeys[tr_id].u.data, &cnt, OPAL_BYTE);
tr_id             184 oshmem/mca/memheap/base/memheap_base_mkey.c                 memheap_oob.mkeys[tr_id].u.key = MAP_SEGMENT_SHM_INVALID;
tr_id             186 oshmem/mca/memheap/base/memheap_base_mkey.c             MCA_SPML_CALL(rmkey_unpack(ctx, &memheap_oob.mkeys[tr_id], memheap_oob.segno, remote_pe, tr_id));
tr_id             191 oshmem/mca/memheap/base/memheap_base_mkey.c                         tr_id, mca_spml_base_mkey2str(&memheap_oob.mkeys[tr_id]));
tr_id             711 oshmem/mca/memheap/base/memheap_base_mkey.c sshmem_mkey_t *mca_memheap_base_get_mkey(void* va, int tr_id)
tr_id             717 oshmem/mca/memheap/base/memheap_base_mkey.c     return ((s && MAP_SEGMENT_IS_VALID(s)) ? &s->mkeys[tr_id] : NULL );
tr_id              80 oshmem/mca/spml/base/base.h OSHMEM_DECLSPEC void mca_spml_base_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t seg, int pe, int tr_id);
tr_id             255 oshmem/mca/spml/base/spml_base.c void mca_spml_base_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t segno, int pe, int tr_id)
tr_id             152 oshmem/mca/spml/ikrit/spml_ikrit.c static void mca_spml_ikrit_cache_mkeys(sshmem_mkey_t *, uint32_t seg, int remote_pe, int tr_id);
tr_id             189 oshmem/mca/spml/ikrit/spml_ikrit.c static void mca_spml_ikrit_cache_mkeys(sshmem_mkey_t *mkey, uint32_t seg, int dst_pe, int tr_id)
tr_id             193 oshmem/mca/spml/ikrit/spml_ikrit.c     if (MXM_PTL_RDMA != tr_id) {
tr_id             135 oshmem/mca/spml/spml.h typedef void (*mca_spml_base_module_mkey_unpack_fn_t)(shmem_ctx_t ctx, sshmem_mkey_t *, uint32_t segno, int remote_pe, int tr_id);
tr_id             339 oshmem/mca/spml/ucx/spml_ucx.c void mca_spml_ucx_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t segno, int pe, int tr_id)
tr_id             160 oshmem/mca/spml/ucx/spml_ucx.h extern void mca_spml_ucx_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t segno, int pe, int tr_id);