state_handle 193 ompi/mca/osc/rdma/osc_rdma.h mca_btl_base_registration_handle_t *state_handle; state_handle 400 ompi/mca/osc/rdma/osc_rdma_component.c if (MPI_WIN_FLAVOR_ALLOCATE != module->flavor || NULL == module->state_handle) { state_handle 409 ompi/mca/osc/rdma/osc_rdma_component.c memcpy (region->btl_handle_data, module->state_handle, module->selected_btl->btl_registration_handle_size); state_handle 462 ompi/mca/osc/rdma/osc_rdma_component.c MCA_BTL_REG_FLAG_ACCESS_ANY, &module->state_handle); state_handle 495 ompi/mca/osc/rdma/osc_rdma_component.c my_peer->state_handle = module->state_handle; state_handle 511 ompi/mca/osc/rdma/osc_rdma_component.c ex_peer->super.base_handle = module->state_handle; state_handle 645 ompi/mca/osc/rdma/osc_rdma_component.c &module->state_handle); state_handle 651 ompi/mca/osc/rdma/osc_rdma_component.c if (module->state_handle) { state_handle 652 ompi/mca/osc/rdma/osc_rdma_component.c memcpy (state_region->btl_handle_data, module->state_handle, module->selected_btl->btl_registration_handle_size); state_handle 705 ompi/mca/osc/rdma/osc_rdma_component.c peer->state_handle = (mca_btl_base_registration_handle_t *) state_region->btl_handle_data; state_handle 967 ompi/mca/osc/rdma/osc_rdma_component.c memcpy (my_data->btl_handle_data, module->state_handle, module->selected_btl->btl_registration_handle_size); state_handle 303 ompi/mca/osc/rdma/osc_rdma_dynamic.c ret = ompi_osc_get_data_blocking (module, peer->super.state_endpoint, source_address, peer->super.state_handle, state_handle 343 ompi/mca/osc/rdma/osc_rdma_dynamic.c ret = ompi_osc_get_data_blocking (module, peer->super.state_endpoint, source_address, peer->super.state_handle, state_handle 110 ompi/mca/osc/rdma/osc_rdma_lock.h return ompi_osc_rdma_btl_fop (module, peer->state_endpoint, address, peer->state_handle, op, operand, 0, result, state_handle 179 ompi/mca/osc/rdma/osc_rdma_lock.h return ompi_osc_rdma_btl_op (module, peer->state_endpoint, address, peer->state_handle, op, operand, 0, wait_for_completion, state_handle 240 ompi/mca/osc/rdma/osc_rdma_lock.h return ompi_osc_rdma_btl_cswap (module, peer->state_endpoint, address, peer->state_handle, compare, value, 0, result); state_handle 94 ompi/mca/osc/rdma/osc_rdma_module.c ompi_osc_rdma_deregister (module, module->state_handle); state_handle 150 ompi/mca/osc/rdma/osc_rdma_peer.c peer->state_handle = (mca_btl_base_registration_handle_t *) node_peer_data->btl_handle_data; state_handle 175 ompi/mca/osc/rdma/osc_rdma_peer.c ret = ompi_osc_get_data_blocking (module, peer->state_endpoint, peer->state + peer_data_offset, peer->state_handle, state_handle 299 ompi/mca/osc/rdma/osc_rdma_peer.c if (peer->state_handle && (peer->flags & OMPI_OSC_RDMA_PEER_STATE_FREE)) { state_handle 300 ompi/mca/osc/rdma/osc_rdma_peer.c free (peer->state_handle); state_handle 37 ompi/mca/osc/rdma/osc_rdma_peer.h mca_btl_base_registration_handle_t *state_handle;