old_reg          1651 opal/mca/common/cuda/common_cuda.c                                       mca_rcache_common_cuda_reg_t *old_reg)
old_reg          1654 opal/mca/common/cuda/common_cuda.c     if (0 == memcmp(new_reg->data.memHandle, old_reg->data.memHandle, sizeof(new_reg->data.memHandle))) {
old_reg            73 opal/mca/common/cuda/common_cuda.h                                                     mca_rcache_common_cuda_reg_t *old_reg);
old_reg           173 opal/mca/rcache/grdma/rcache_grdma_module.c     mca_rcache_base_registration_t *old_reg;
old_reg           176 opal/mca/rcache/grdma/rcache_grdma_module.c     old_reg = (mca_rcache_base_registration_t *)
old_reg           178 opal/mca/rcache/grdma/rcache_grdma_module.c     if (NULL == old_reg) {
old_reg           183 opal/mca/rcache/grdma/rcache_grdma_module.c     rcache_grdma = (mca_rcache_grdma_module_t *) old_reg->rcache;
old_reg           185 opal/mca/rcache/grdma/rcache_grdma_module.c     (void) dereg_mem (old_reg);
old_reg           100 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c     mca_rcache_base_registration_t *old_reg;
old_reg           105 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c     old_reg = (mca_rcache_base_registration_t*)
old_reg           107 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c     if (NULL == old_reg) {
old_reg           113 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c     mca_rcache_base_vma_delete (rcache_rgpusm->vma_module, old_reg);
old_reg           117 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c     assert(old_reg->ref_count == 0);
old_reg           118 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c     rc = cuda_closememhandle (NULL, old_reg);
old_reg           127 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c                             old_reg->base, (int)(old_reg->bound - old_reg->base + 1));
old_reg           132 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c                            (opal_free_list_item_t*)old_reg);
old_reg           208 opal/mca/rcache/udreg/rcache_udreg_module.c     mca_rcache_base_registration_t *udreg_reg, *old_reg;
old_reg           251 opal/mca/rcache/udreg/rcache_udreg_module.c             old_reg = udreg_reg;
old_reg           253 opal/mca/rcache/udreg/rcache_udreg_module.c             if (old_reg) {
old_reg           256 opal/mca/rcache/udreg/rcache_udreg_module.c                 addr = old_reg->base;
old_reg           257 opal/mca/rcache/udreg/rcache_udreg_module.c                 size = (size_t)((intptr_t) old_reg->bound - (intptr_t) old_reg->base);
old_reg           260 opal/mca/rcache/udreg/rcache_udreg_module.c                 access_flags |= old_reg->access_flags;
old_reg           262 opal/mca/rcache/udreg/rcache_udreg_module.c                 if (!old_reg->ref_count) {
old_reg           264 opal/mca/rcache/udreg/rcache_udreg_module.c                     mca_rcache_udreg_dereg_func (old_reg, rcache);
old_reg           266 opal/mca/rcache/udreg/rcache_udreg_module.c                     old_reg = NULL;
old_reg           270 opal/mca/rcache/udreg/rcache_udreg_module.c                     old_reg->flags |= MCA_RCACHE_FLAGS_CACHE_BYPASS | MCA_RCACHE_FLAGS_INVALID;