memheap_map       161 oshmem/mca/memheap/base/base.h extern mca_memheap_map_t* memheap_map;
memheap_map       225 oshmem/mca/memheap/base/base.h     for (i = 0; i < memheap_map->n_segments; i++) {
memheap_map       227 oshmem/mca/memheap/base/base.h             s = &memheap_map->mem_segs[i];
memheap_map       235 oshmem/mca/memheap/base/base.h                 s - memheap_map->mem_segs,
memheap_map       281 oshmem/mca/memheap/base/base.h     return memheap_map->num_transports;
memheap_map       286 oshmem/mca/memheap/base/base.h     return memheap_map->mem_segs[seg].super.va_base;
memheap_map        61 oshmem/mca/memheap/base/memheap_base_mkey.c mca_memheap_map_t* memheap_map = NULL;
memheap_map        93 oshmem/mca/memheap/base/memheap_base_mkey.c     n = memheap_map->num_transports;
memheap_map       136 oshmem/mca/memheap/base/memheap_base_mkey.c     mca_sshmem_segment_attach(&(memheap_map->mem_segs[HEAP_SEG_INDEX]), mkey);
memheap_map       389 oshmem/mca/memheap/base/memheap_base_mkey.c     memheap_map = map;
memheap_map       467 oshmem/mca/memheap/base/memheap_base_mkey.c         for (i = 0; i < memheap_map->num_transports; i++) {
memheap_map       572 oshmem/mca/memheap/base/memheap_base_mkey.c     for (j = 0; j < memheap_map->n_segments; j++) {
memheap_map       583 oshmem/mca/memheap/base/memheap_base_mkey.c     MEMHEAP_VERBOSE(1, "local keys packed into %d bytes, %d segments", size, memheap_map->n_segments);
memheap_map       588 oshmem/mca/memheap/base/memheap_base_mkey.c     rc = oshmem_shmem_allgather(&memheap_map->num_transports, rcv_n_transports, sizeof(int));
memheap_map       634 oshmem/mca/memheap/base/memheap_base_mkey.c         for (j = 0; j < memheap_map->n_segments; j++) {
memheap_map       637 oshmem/mca/memheap/base/memheap_base_mkey.c             s = &memheap_map->mem_segs[j];
memheap_map       693 oshmem/mca/memheap/base/memheap_base_mkey.c     s->mkeys_cache[pe] = (sshmem_mkey_t *) calloc(memheap_map->num_transports,
memheap_map       699 oshmem/mca/memheap/base/memheap_base_mkey.c                                s - memheap_map->mem_segs,
memheap_map        24 oshmem/mca/memheap/base/memheap_base_register.c int mca_memheap_base_reg(mca_memheap_map_t *memheap_map)
memheap_map        29 oshmem/mca/memheap/base/memheap_base_register.c     for (i = 0; i < memheap_map->n_segments; i++) {
memheap_map        30 oshmem/mca/memheap/base/memheap_base_register.c         map_segment_t *s = &memheap_map->mem_segs[i];
memheap_map        40 oshmem/mca/memheap/base/memheap_base_register.c         ret = _reg_segment(s, &memheap_map->num_transports);
memheap_map        42 oshmem/mca/memheap/base/memheap_base_register.c             mca_memheap_base_dereg(memheap_map);
memheap_map        50 oshmem/mca/memheap/base/memheap_base_register.c int mca_memheap_base_dereg(mca_memheap_map_t *memheap_map)
memheap_map        54 oshmem/mca/memheap/base/memheap_base_register.c     for (i = 0; i < memheap_map->n_segments; i++) {
memheap_map        55 oshmem/mca/memheap/base/memheap_base_register.c         map_segment_t *s = &memheap_map->mem_segs[i];
memheap_map       595 oshmem/mca/spml/ucx/spml_ucx.c         for (j = 0; j < memheap_map->n_segments; j++) {
memheap_map       596 oshmem/mca/spml/ucx/spml_ucx.c             mkey = &memheap_map->mem_segs[j].mkeys_cache[i][0];
memheap_map       317 oshmem/mca/spml/ucx/spml_ucx_component.c         for (j = 0; j < memheap_map->n_segments; j++) {