mem_params 597 opal/mca/common/ucx/common_ucx_wpool.c ucp_mem_map_params_t mem_params; mem_params 602 opal/mca/common/ucx/common_ucx_wpool.c memset(&mem_params, 0, sizeof(ucp_mem_map_params_t)); mem_params 603 opal/mca/common/ucx/common_ucx_wpool.c mem_params.field_mask = UCP_MEM_MAP_PARAM_FIELD_ADDRESS | mem_params 606 opal/mca/common/ucx/common_ucx_wpool.c mem_params.length = size; mem_params 608 opal/mca/common/ucx/common_ucx_wpool.c mem_params.address = NULL; mem_params 609 opal/mca/common/ucx/common_ucx_wpool.c mem_params.flags = UCP_MEM_MAP_ALLOCATE; mem_params 611 opal/mca/common/ucx/common_ucx_wpool.c mem_params.address = (*base); mem_params 614 opal/mca/common/ucx/common_ucx_wpool.c status = ucp_mem_map(wpool->ucp_ctx, &mem_params, memh_ptr);