mem_attr          138 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         ucp_mem_attr_t mem_attr;
mem_attr          139 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         mem_attr.field_mask = UCP_MEM_ATTR_FIELD_ADDRESS;
mem_attr          140 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         status = ucp_mem_query(mem_h, &mem_attr);
mem_attr          148 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         ds_buf->super.va_base = mem_attr.address;