uct_flags         209 opal/mca/btl/uct/btl_uct_module.c     int uct_flags = 0;
uct_flags         214 opal/mca/btl/uct/btl_uct_module.c         uct_flags |= UCT_MD_MEM_ACCESS_REMOTE_GET;
uct_flags         217 opal/mca/btl/uct/btl_uct_module.c         uct_flags |= UCT_MD_MEM_ACCESS_REMOTE_PUT;
uct_flags         220 opal/mca/btl/uct/btl_uct_module.c         uct_flags |= UCT_MD_MEM_ACCESS_REMOTE_ATOMIC;
uct_flags         224 opal/mca/btl/uct/btl_uct_module.c     if (0 == uct_flags) {
uct_flags         225 opal/mca/btl/uct/btl_uct_module.c         uct_flags = UCT_MD_MEM_ACCESS_ALL;
uct_flags         228 opal/mca/btl/uct/btl_uct_module.c     ucs_status = uct_md_mem_reg (uct_module->md->uct_md, base, size, uct_flags, &uct_reg->uct_memh);