rcache_module 50 opal/mca/rcache/base/base.h mca_rcache_base_module_t *rcache_module; rcache_module 98 opal/mca/rcache/base/rcache_base_create.c sm->rcache_module = module; rcache_module 110 opal/mca/rcache/base/rcache_base_create.c if (module == sm->rcache_module) { rcache_module 112 opal/mca/rcache/base/rcache_base_create.c if (NULL != sm->rcache_module->rcache_finalize) { rcache_module 113 opal/mca/rcache/base/rcache_base_create.c sm->rcache_module->rcache_finalize(sm->rcache_module); rcache_module 94 opal/mca/rcache/base/rcache_base_frame.c if (NULL != sm->rcache_module->rcache_finalize) { rcache_module 95 opal/mca/rcache/base/rcache_base_frame.c sm->rcache_module->rcache_finalize(sm->rcache_module); rcache_module 62 opal/mca/rcache/base/rcache_base_mem_cb.c if (current->rcache_module->rcache_invalidate_range != NULL) { rcache_module 63 opal/mca/rcache/base/rcache_base_mem_cb.c rc = current->rcache_module->rcache_invalidate_range (current->rcache_module, rcache_module 93 opal/mca/rcache/gpusm/rcache_gpusm_component.c mca_rcache_gpusm_module_t* rcache_module; rcache_module 97 opal/mca/rcache/gpusm/rcache_gpusm_component.c rcache_module = (mca_rcache_gpusm_module_t *) calloc (1, sizeof (*rcache_module)); rcache_module 98 opal/mca/rcache/gpusm/rcache_gpusm_component.c if (NULL == rcache_module) { rcache_module 102 opal/mca/rcache/gpusm/rcache_gpusm_component.c mca_rcache_gpusm_module_init(rcache_module); rcache_module 104 opal/mca/rcache/gpusm/rcache_gpusm_component.c return &rcache_module->super; rcache_module 104 opal/mca/rcache/grdma/rcache_grdma_component.c mca_rcache_grdma_module_t *rcache_module; rcache_module 133 opal/mca/rcache/grdma/rcache_grdma_component.c rcache_module = (mca_rcache_grdma_module_t *) malloc (sizeof (*rcache_module)); rcache_module 135 opal/mca/rcache/grdma/rcache_grdma_component.c rcache_module->resources = *resources; rcache_module 137 opal/mca/rcache/grdma/rcache_grdma_component.c mca_rcache_grdma_module_init (rcache_module, cache); rcache_module 139 opal/mca/rcache/grdma/rcache_grdma_component.c return &rcache_module->super; rcache_module 152 opal/mca/rcache/rgpusm/rcache_rgpusm_component.c mca_rcache_rgpusm_module_t* rcache_module; rcache_module 157 opal/mca/rcache/rgpusm/rcache_rgpusm_component.c rcache_module = (mca_rcache_rgpusm_module_t *) calloc (1, sizeof (*rcache_module)); rcache_module 158 opal/mca/rcache/rgpusm/rcache_rgpusm_component.c if (NULL == rcache_module) { rcache_module 162 opal/mca/rcache/rgpusm/rcache_rgpusm_component.c mca_rcache_rgpusm_module_init(rcache_module); rcache_module 164 opal/mca/rcache/rgpusm/rcache_rgpusm_component.c return &rcache_module->super; rcache_module 104 opal/mca/rcache/udreg/rcache_udreg_component.c mca_rcache_udreg_module_t* rcache_module; rcache_module 118 opal/mca/rcache/udreg/rcache_udreg_component.c rcache_module = rcache_module 121 opal/mca/rcache/udreg/rcache_udreg_component.c memmove (&rcache_module->resources, udreg_resources, sizeof (*udreg_resources)); rcache_module 123 opal/mca/rcache/udreg/rcache_udreg_component.c rc = mca_rcache_udreg_module_init(rcache_module); rcache_module 125 opal/mca/rcache/udreg/rcache_udreg_component.c free (rcache_module); rcache_module 129 opal/mca/rcache/udreg/rcache_udreg_component.c return &rcache_module->super;