uct_module         36 opal/mca/btl/uct/btl_uct_module.c     mca_btl_uct_module_t *uct_module = (mca_btl_uct_module_t *) module;
uct_module         40 opal/mca/btl/uct/btl_uct_module.c     opal_mutex_lock (&uct_module->endpoint_lock);
uct_module         43 opal/mca/btl/uct/btl_uct_module.c         rc = opal_hash_table_get_value_uint64 (&uct_module->id_to_endpoint, (intptr_t) proc, (void **) &ep);
uct_module         59 opal/mca/btl/uct/btl_uct_module.c         (void) opal_hash_table_set_value_uint64 (&uct_module->id_to_endpoint, (intptr_t) proc, ep);
uct_module         62 opal/mca/btl/uct/btl_uct_module.c     opal_mutex_unlock (&uct_module->endpoint_lock);
uct_module         72 opal/mca/btl/uct/btl_uct_module.c     mca_btl_uct_module_t *uct_module = (mca_btl_uct_module_t *) btl;
uct_module         75 opal/mca/btl/uct/btl_uct_module.c     if (false == uct_module->initialized) {
uct_module         76 opal/mca/btl/uct/btl_uct_module.c         mca_btl_uct_tl_t *am_tl = uct_module->am_tl;
uct_module         81 opal/mca/btl/uct/btl_uct_module.c         rc = opal_hash_table_init (&uct_module->id_to_endpoint, 512);
uct_module         88 opal/mca/btl/uct/btl_uct_module.c             rc = opal_free_list_init (&uct_module->short_frags, sizeof (mca_btl_uct_base_frag_t),
uct_module         93 opal/mca/btl/uct/btl_uct_module.c             rc = opal_free_list_init (&uct_module->eager_frags, sizeof (mca_btl_uct_base_frag_t),
uct_module         96 opal/mca/btl/uct/btl_uct_module.c                                       0, 1024, 64, NULL, 0, uct_module->rcache, NULL, NULL);
uct_module         98 opal/mca/btl/uct/btl_uct_module.c             rc = opal_free_list_init (&uct_module->max_frags, sizeof (mca_btl_uct_base_frag_t),
uct_module        101 opal/mca/btl/uct/btl_uct_module.c                                       NULL, 0, uct_module->rcache, NULL, NULL);
uct_module        104 opal/mca/btl/uct/btl_uct_module.c         uct_module->initialized = true;
uct_module        123 opal/mca/btl/uct/btl_uct_module.c     mca_btl_uct_module_t *uct_module = (mca_btl_uct_module_t *) btl;
uct_module        132 opal/mca/btl/uct/btl_uct_module.c         rc = opal_hash_table_get_value_uint64 (&uct_module->id_to_endpoint, (intptr_t) procs[i], (void **) &ep);
uct_module        137 opal/mca/btl/uct/btl_uct_module.c         (void) opal_hash_table_remove_value_uint64 (&uct_module->id_to_endpoint, (intptr_t) procs[i]);
uct_module        168 opal/mca/btl/uct/btl_uct_module.c     mca_btl_uct_module_t *uct_module = (mca_btl_uct_module_t *) btl;
uct_module        173 opal/mca/btl/uct/btl_uct_module.c     rc = uct_module->rcache->rcache_register (uct_module->rcache, base, size, 0, access_flags,
uct_module        195 opal/mca/btl/uct/btl_uct_module.c     mca_btl_uct_module_t *uct_module = (mca_btl_uct_module_t *) btl;
uct_module        199 opal/mca/btl/uct/btl_uct_module.c     (void) uct_module->rcache->rcache_deregister (uct_module->rcache, &reg->base);
uct_module        206 opal/mca/btl/uct/btl_uct_module.c     mca_btl_uct_module_t *uct_module = (mca_btl_uct_module_t *) reg_data;
uct_module        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);
uct_module        237 opal/mca/btl/uct/btl_uct_module.c         ucs_status = uct_md_mkey_pack (uct_module->md->uct_md, uct_reg->uct_memh, uct_reg->handle.packed_handle);
uct_module        240 opal/mca/btl/uct/btl_uct_module.c             uct_md_mem_dereg (uct_module->md->uct_md, uct_reg->uct_memh);
uct_module        250 opal/mca/btl/uct/btl_uct_module.c     mca_btl_uct_module_t *uct_module = (mca_btl_uct_module_t *) reg_data;
uct_module        253 opal/mca/btl/uct/btl_uct_module.c     uct_md_mem_dereg (uct_module->md->uct_md, uct_reg->uct_memh);
uct_module        265 opal/mca/btl/uct/btl_uct_module.c     mca_btl_uct_module_t *uct_module = (mca_btl_uct_module_t *) btl;
uct_module        270 opal/mca/btl/uct/btl_uct_module.c     OPAL_HASH_TABLE_FOREACH(key, uint64, endpoint, &uct_module->id_to_endpoint) {
uct_module        273 opal/mca/btl/uct/btl_uct_module.c     OBJ_DESTRUCT(&uct_module->id_to_endpoint);
uct_module        274 opal/mca/btl/uct/btl_uct_module.c     OBJ_DESTRUCT(&uct_module->short_frags);
uct_module        275 opal/mca/btl/uct/btl_uct_module.c     OBJ_DESTRUCT(&uct_module->eager_frags);
uct_module        276 opal/mca/btl/uct/btl_uct_module.c     OBJ_DESTRUCT(&uct_module->max_frags);
uct_module        277 opal/mca/btl/uct/btl_uct_module.c     OBJ_DESTRUCT(&uct_module->pending_frags);
uct_module        278 opal/mca/btl/uct/btl_uct_module.c     OBJ_DESTRUCT(&uct_module->lock);
uct_module        279 opal/mca/btl/uct/btl_uct_module.c     OBJ_DESTRUCT(&uct_module->pending_connection_reqs);
uct_module        281 opal/mca/btl/uct/btl_uct_module.c     if (uct_module->rcache) {
uct_module        282 opal/mca/btl/uct/btl_uct_module.c         mca_rcache_base_module_destroy (uct_module->rcache);
uct_module        285 opal/mca/btl/uct/btl_uct_module.c     if (NULL != uct_module->am_tl) {
uct_module        286 opal/mca/btl/uct/btl_uct_module.c         OBJ_RELEASE(uct_module->am_tl);
uct_module        289 opal/mca/btl/uct/btl_uct_module.c     if (NULL != uct_module->conn_tl) {
uct_module        290 opal/mca/btl/uct/btl_uct_module.c         OBJ_RELEASE(uct_module->conn_tl);
uct_module        293 opal/mca/btl/uct/btl_uct_module.c     if (NULL != uct_module->rdma_tl) {
uct_module        294 opal/mca/btl/uct/btl_uct_module.c         OBJ_RELEASE(uct_module->rdma_tl);
uct_module        297 opal/mca/btl/uct/btl_uct_module.c     ucs_async_context_destroy (uct_module->ucs_async);
uct_module        299 opal/mca/btl/uct/btl_uct_module.c     OBJ_DESTRUCT(&uct_module->endpoint_lock);
uct_module        301 opal/mca/btl/uct/btl_uct_module.c     free (uct_module->md_name);
uct_module        302 opal/mca/btl/uct/btl_uct_module.c     free (uct_module);