dynamic_handles   250 ompi/mca/osc/rdma/osc_rdma.h     ompi_osc_rdma_handle_t *dynamic_handles;
dynamic_handles  1246 ompi/mca/osc/rdma/osc_rdma_component.c         module->dynamic_handles = (ompi_osc_rdma_handle_t *) calloc (mca_osc_rdma_component.max_attach,
dynamic_handles  1247 ompi/mca/osc/rdma/osc_rdma_component.c                                                                      sizeof (module->dynamic_handles[0]));
dynamic_handles  1248 ompi/mca/osc/rdma/osc_rdma_component.c         if (NULL == module->dynamic_handles) {
dynamic_handles   133 ompi/mca/osc/rdma/osc_rdma_dynamic.c         ++module->dynamic_handles[region_index].refcnt;
dynamic_handles   154 ompi/mca/osc/rdma/osc_rdma_dynamic.c                 memmove (module->dynamic_handles + region_index + 1, module->dynamic_handles + region_index,
dynamic_handles   155 ompi/mca/osc/rdma/osc_rdma_dynamic.c                          (region_count - region_index) * sizeof (module->dynamic_handles[0]));
dynamic_handles   180 ompi/mca/osc/rdma/osc_rdma_dynamic.c         module->dynamic_handles[region_index].btl_handle = handle;
dynamic_handles   182 ompi/mca/osc/rdma/osc_rdma_dynamic.c         module->dynamic_handles[region_index].btl_handle = NULL;
dynamic_handles   185 ompi/mca/osc/rdma/osc_rdma_dynamic.c     module->dynamic_handles[region_index].refcnt = 1;
dynamic_handles   239 ompi/mca/osc/rdma/osc_rdma_dynamic.c     if (--module->dynamic_handles[region_index].refcnt > 0) {
dynamic_handles   252 ompi/mca/osc/rdma/osc_rdma_dynamic.c         ompi_osc_rdma_deregister (module, module->dynamic_handles[region_index].btl_handle);
dynamic_handles   255 ompi/mca/osc/rdma/osc_rdma_dynamic.c             memmove (module->dynamic_handles + region_index, module->dynamic_handles + region_index + 1,
dynamic_handles   259 ompi/mca/osc/rdma/osc_rdma_dynamic.c         memset (module->dynamic_handles + region_count - 1, 0, sizeof (module->dynamic_handles[0]));
dynamic_handles    80 ompi/mca/osc/rdma/osc_rdma_module.c         if (NULL != module->dynamic_handles) {
dynamic_handles    82 ompi/mca/osc/rdma/osc_rdma_module.c                 ompi_osc_rdma_deregister (module, module->dynamic_handles[i].btl_handle);
dynamic_handles    85 ompi/mca/osc/rdma/osc_rdma_module.c             free (module->dynamic_handles);