mem_tbl           698 opal/mca/common/ucx/common_ucx_wpool.c     tls->mem_tbl = NULL;
mem_tbl           769 opal/mca/common/ucx/common_ucx_wpool.c         if (NULL != tls->mem_tbl[i]->gmem){
mem_tbl           770 opal/mca/common/ucx/common_ucx_wpool.c             _tlocal_mem_record_cleanup(tls->mem_tbl[i]);
mem_tbl           773 opal/mca/common/ucx/common_ucx_wpool.c         free(tls->mem_tbl[i]);
mem_tbl           815 opal/mca/common/ucx/common_ucx_wpool.c     tbl->mem_tbl = realloc(tbl->mem_tbl, newsize * sizeof(*tbl->mem_tbl));
mem_tbl           817 opal/mca/common/ucx/common_ucx_wpool.c         tbl->mem_tbl[i] = calloc(1, sizeof(*tbl->mem_tbl[i]));
mem_tbl           818 opal/mca/common/ucx/common_ucx_wpool.c         if (NULL == tbl->mem_tbl[i]) {
mem_tbl           953 opal/mca/common/ucx/common_ucx_wpool.c         if( tls->mem_tbl[i]->gmem == gmem){
mem_tbl           954 opal/mca/common/ucx/common_ucx_wpool.c             return tls->mem_tbl[i];
mem_tbl          1000 opal/mca/common/ucx/common_ucx_wpool.c         if (NULL != tls->mem_tbl[i]->gmem) {
mem_tbl          1001 opal/mca/common/ucx/common_ucx_wpool.c             if (tls->mem_tbl[i]->gmem->released) {
mem_tbl          1003 opal/mca/common/ucx/common_ucx_wpool.c                 _tlocal_mem_record_cleanup(tls->mem_tbl[i]);
mem_tbl          1006 opal/mca/common/ucx/common_ucx_wpool.c         if ((NULL == tls->mem_tbl[i]->gmem) && !found) {
mem_tbl          1022 opal/mca/common/ucx/common_ucx_wpool.c     tls->mem_tbl[free_idx]->gmem = mem;
mem_tbl          1023 opal/mca/common/ucx/common_ucx_wpool.c     tls->mem_tbl[free_idx]->mem = calloc(1, sizeof(*tls->mem_tbl[free_idx]->mem));
mem_tbl          1031 opal/mca/common/ucx/common_ucx_wpool.c     tls->mem_tbl[free_idx]->ctx_rec = ctx_rec;
mem_tbl          1034 opal/mca/common/ucx/common_ucx_wpool.c     tls->mem_tbl[free_idx]->mem->worker = ctx_rec->winfo;
mem_tbl          1035 opal/mca/common/ucx/common_ucx_wpool.c     tls->mem_tbl[free_idx]->mem->rkeys = calloc(mem->ctx->comm_size,
mem_tbl          1036 opal/mca/common/ucx/common_ucx_wpool.c                                          sizeof(*tls->mem_tbl[free_idx]->mem->rkeys));
mem_tbl          1038 opal/mca/common/ucx/common_ucx_wpool.c     tls->mem_tbl[free_idx]->mem_tls_ptr =
mem_tbl          1039 opal/mca/common/ucx/common_ucx_wpool.c             calloc(1, sizeof(*tls->mem_tbl[free_idx]->mem_tls_ptr));
mem_tbl          1040 opal/mca/common/ucx/common_ucx_wpool.c     tls->mem_tbl[free_idx]->mem_tls_ptr->winfo = ctx_rec->winfo;
mem_tbl          1041 opal/mca/common/ucx/common_ucx_wpool.c     tls->mem_tbl[free_idx]->mem_tls_ptr->rkeys = tls->mem_tbl[free_idx]->mem->rkeys;
mem_tbl          1042 opal/mca/common/ucx/common_ucx_wpool.c     opal_tsd_setspecific(mem->mem_tls_key, tls->mem_tbl[free_idx]->mem_tls_ptr);
mem_tbl          1057 opal/mca/common/ucx/common_ucx_wpool.c     return tls->mem_tbl[free_idx];
mem_tbl            51 opal/mca/common/ucx/common_ucx_wpool_int.h     _tlocal_mem_t **mem_tbl;