segno             168 oshmem/mca/memheap/base/base.h static inline map_segment_t *memheap_find_seg(int segno)
segno             170 oshmem/mca/memheap/base/base.h     return &mca_memheap_base_map.mem_segs[segno];
segno             173 oshmem/mca/memheap/base/base.h static inline int memheap_is_va_in_segment(void *va, int segno) 
segno             175 oshmem/mca/memheap/base/base.h     return map_segment_is_va_in(&memheap_find_seg(segno)->super, va);
segno             218 oshmem/mca/memheap/base/base.h void mkey_segment_init(mkey_segment_t *seg, sshmem_mkey_t *mkey, uint32_t segno);
segno              52 oshmem/mca/memheap/base/memheap_base_mkey.c     uint32_t segno;
segno             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));
segno             480 oshmem/mca/memheap/base/memheap_base_mkey.c     memheap_oob.segno = seg;
segno             649 oshmem/mca/memheap/base/memheap_base_mkey.c             memheap_oob.segno = j;
segno             748 oshmem/mca/memheap/base/memheap_base_mkey.c void mkey_segment_init(mkey_segment_t *seg, sshmem_mkey_t *mkey, uint32_t segno)
segno             752 oshmem/mca/memheap/base/memheap_base_mkey.c     if (segno >= MCA_MEMHEAP_MAX_SEGMENTS) {
segno             756 oshmem/mca/memheap/base/memheap_base_mkey.c     s = memheap_find_seg(segno);
segno             250 oshmem/mca/spml/base/spml_base.c int mca_spml_base_oob_get_mkeys(shmem_ctx_t ctx, int pe, uint32_t segno, sshmem_mkey_t *mkeys)
segno             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)
segno             186 oshmem/mca/spml/ikrit/spml_ikrit.h                                         uint32_t segno,
segno             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);
segno             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)
segno             345 oshmem/mca/spml/ucx/spml_ucx.c     ucx_mkey = &ucx_ctx->ucp_peers[pe].mkeys[segno].key;
segno             358 oshmem/mca/spml/ucx/spml_ucx.c     mca_spml_ucx_cache_mkey(ucx_ctx, mkey, segno, pe);
segno             405 oshmem/mca/spml/ucx/spml_ucx.c     int segno;
segno             416 oshmem/mca/spml/ucx/spml_ucx.c     segno   = memheap_find_segnum(addr);
segno             417 oshmem/mca/spml/ucx/spml_ucx.c     mem_seg = memheap_find_seg(segno);
segno             419 oshmem/mca/spml/ucx/spml_ucx.c     ucx_mkey = &mca_spml_ucx_ctx_default.ucp_peers[my_pe].mkeys[segno].key;
segno             469 oshmem/mca/spml/ucx/spml_ucx.c     mca_spml_ucx_cache_mkey(&mca_spml_ucx_ctx_default, &mkeys[0], segno, my_pe);
segno             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);
segno             188 oshmem/mca/spml/ucx/spml_ucx.h                                            sshmem_mkey_t *mkey, uint32_t segno, int dst_pe)
segno             193 oshmem/mca/spml/ucx/spml_ucx.h     mkey_segment_init(&peer->mkeys[segno].super, mkey, segno);