my_context        223 opal/mca/btl/ofi/btl_ofi.h     struct mca_btl_ofi_context_t *my_context;
my_context         17 opal/mca/btl/ofi/btl_ofi_context.c opal_thread_local mca_btl_ofi_context_t *my_context = NULL;
my_context        346 opal/mca/btl/ofi/btl_ofi_context.c     if (OPAL_UNLIKELY(my_context == NULL)) {
my_context        349 opal/mca/btl/ofi/btl_ofi_context.c         my_context = &btl->contexts[cur_num];
my_context        355 opal/mca/btl/ofi/btl_ofi_context.c     assert (my_context);
my_context        356 opal/mca/btl/ofi/btl_ofi_context.c     return my_context;
my_context         34 opal/mca/btl/ofi/btl_ofi_endpoint.h extern opal_thread_local  mca_btl_ofi_context_t *my_context;
my_context         53 opal/mca/btl/ofi/btl_ofi_frag.c     comp->base.my_context = context;
my_context         42 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->base.my_context = ofi_context;