ctx 92 ompi/mca/bml/base/bml_base_btl.c mca_bml_base_context_t* ctx = (mca_bml_base_context_t*) des->des_cbdata; ctx 94 ompi/mca/bml/base/bml_base_btl.c ((unsigned char*)des->des_segments[0].seg_addr.pval)[ctx->index] ^= ~0; ctx 95 ompi/mca/bml/base/bml_base_btl.c des->des_cbdata = ctx->cbdata; ctx 96 ompi/mca/bml/base/bml_base_btl.c des->des_cbfunc = ctx->cbfunc; ctx 97 ompi/mca/bml/base/bml_base_btl.c free(ctx); ctx 120 ompi/mca/bml/base/bml_base_btl.c mca_bml_base_context_t* ctx = (mca_bml_base_context_t*) ctx 122 ompi/mca/bml/base/bml_base_btl.c if(NULL != ctx) { ctx 124 ompi/mca/bml/base/bml_base_btl.c ctx->index = (size_t) ((des->des_segments[0].seg_len * ctx 126 ompi/mca/bml/base/bml_base_btl.c ctx->cbfunc = des->des_cbfunc; ctx 127 ompi/mca/bml/base/bml_base_btl.c ctx->cbdata = des->des_cbdata; ctx 128 ompi/mca/bml/base/bml_base_btl.c ((unsigned char*)des->des_segments[0].seg_addr.pval)[ctx->index] ^= ~0; ctx 129 ompi/mca/bml/base/bml_base_btl.c des->des_cbdata = ctx; ctx 39 ompi/mca/common/ompio/common_ompio_buffer.c static void* mca_common_ompio_buffer_alloc_seg ( void *ctx, size_t *size ); ctx 40 ompi/mca/common/ompio/common_ompio_buffer.c static void mca_common_ompio_buffer_free_seg ( void *ctx, void *buf ); ctx 63 ompi/mca/common/ompio/common_ompio_buffer.c static void* mca_common_ompio_buffer_alloc_seg ( void*ctx, size_t *size ) ctx 81 ompi/mca/common/ompio/common_ompio_buffer.c static void mca_common_ompio_buffer_free_seg ( void *ctx, void *buf ) ctx 372 ompi/mca/mtl/ofi/mtl_ofi.h (void *) &ack_req->ctx), ret); ctx 468 ompi/mca/mtl/ofi/mtl_ofi.h fi_cancel((fid_t)ompi_mtl_ofi.ofi_ctxt[ctxt_id].tx_ep, &ack_req->ctx); ctx 485 ompi/mca/mtl/ofi/mtl_ofi.h (void *) &ofi_req.ctx), ret); ctx 493 ompi/mca/mtl/ofi/mtl_ofi.h (void *) &ofi_req.ctx), ret); ctx 587 ompi/mca/mtl/ofi/mtl_ofi.h (void *) &ofi_req->ctx), ret); ctx 595 ompi/mca/mtl/ofi/mtl_ofi.h (void *) &ofi_req->ctx), ret); ctx 814 ompi/mca/mtl/ofi/mtl_ofi.h (void *)&ofi_req->ctx), ret); ctx 926 ompi/mca/mtl/ofi/mtl_ofi.h msg.context = (void *)&ofi_req->ctx; ctx 1022 ompi/mca/mtl/ofi/mtl_ofi.h msg.context = (void *)&ofi_req.ctx; ctx 1119 ompi/mca/mtl/ofi/mtl_ofi.h msg.context = (void *)&ofi_req->ctx; ctx 1198 ompi/mca/mtl/ofi/mtl_ofi.h &ofi_req->ctx); ctx 19 ompi/mca/mtl/ofi/mtl_ofi_request.h container_of((_ptr_ctx), struct ompi_mtl_ofi_request_t, ctx) ctx 37 ompi/mca/mtl/ofi/mtl_ofi_request.h struct fi_context ctx; ctx 72 ompi/mca/mtl/psm2/mtl_psm2_stats.c int index = (int)(intptr_t) pvar->ctx; ctx 230 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c void *ctx = request->req_complete_cb_data; ctx 234 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c module = *(ompi_osc_pt2pt_module_t **)ctx; ctx 240 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c free (ctx); ctx 266 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c void *ctx, *data_copy; ctx 272 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ctx = malloc (sizeof(ompi_osc_pt2pt_module_t*) + len); ctx 273 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c if (OPAL_UNLIKELY(NULL == ctx)) { ctx 282 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c *(ompi_osc_pt2pt_module_t**)ctx = module; ctx 283 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c data_copy = (ompi_osc_pt2pt_module_t**)ctx + 1; ctx 287 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c module->comm, ompi_osc_pt2pt_control_send_unbuffered_cb, ctx); ctx 1739 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_communicator_t *comm, ompi_request_complete_fn_t cb, void *ctx) ctx 1757 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c request->req_complete_cb_data = ctx; ctx 1766 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_request_complete_fn_t cb, void *ctx) ctx 1787 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c (*request_out)->req_complete_cb_data = ctx; ctx 72 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h ompi_communicator_t *comm, ompi_request_complete_fn_t cb, void *ctx); ctx 96 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h ompi_request_complete_fn_t cb, void *ctx); ctx 175 ompi/mca/osc/rdma/osc_rdma_component.c int offset = (int) (intptr_t) pvar->ctx; ctx 48 ompi/mca/osc/rdma/osc_rdma_request.h void *ctx; ctx 116 ompi/mca/osc/ucx/osc_ucx.h opal_common_ucx_ctx_t *ctx; ctx 309 ompi/mca/osc/ucx/osc_ucx_component.c &module->ctx); ctx 324 ompi/mca/osc/ucx/osc_ucx_component.c ret = opal_common_ucx_wpmem_create(module->ctx, base, size, ctx 336 ompi/mca/osc/ucx/osc_ucx_component.c ret = opal_common_ucx_wpmem_create(module->ctx, &state_base, ctx 491 ompi/mca/osc/ucx/osc_ucx_component.c ret = opal_common_ucx_wpmem_create(module->ctx, &base, len, ctx 577 ompi/mca/osc/ucx/osc_ucx_component.c opal_common_ucx_wpctx_release(module->ctx); ctx 62 ompi/mca/pml/base/pml_base_bsend.c static void* mca_pml_bsend_alloc_segment(void *ctx, size_t *size_inout) ctx 87 ompi/mca/pml/ob1/pml_ob1_component.c void *mca_pml_ob1_seg_alloc (void *ctx, size_t* size); ctx 89 ompi/mca/pml/ob1/pml_ob1_component.c void mca_pml_ob1_seg_free (void *ctx, void *segment); ctx 383 ompi/mca/pml/ob1/pml_ob1_component.c void *mca_pml_ob1_seg_alloc (void *ctx, size_t *size) ctx 388 ompi/mca/pml/ob1/pml_ob1_component.c void mca_pml_ob1_seg_free (void *ctx, void *segment) ctx 48 ompi/mca/vprotocol/base/vprotocol_base_request.c pml_fl_save.ctx); ctx 77 ompi/mca/vprotocol/base/vprotocol_base_request.c pml_fl_save.ctx); ctx 59 opal/class/opal_free_list.c fl->ctx = NULL; ctx 121 opal/class/opal_free_list.c void *ctx) ctx 155 opal/class/opal_free_list.c flist->ctx = ctx; ctx 256 opal/class/opal_free_list.c if (OPAL_SUCCESS != (rc = flist->item_init(item, flist->ctx))) { ctx 54 opal/class/opal_free_list.h struct opal_free_list_item_t *item, void *ctx); ctx 94 opal/class/opal_free_list.h void *ctx; ctx 142 opal/class/opal_free_list.h void *ctx); ctx 646 opal/class/opal_interval_tree.c opal_interval_tree_node_t * node, void *ctx) ctx 654 opal/class/opal_interval_tree.c rc = inorder_traversal(tree, low, high, partial_ok, action, node->left, ctx); ctx 664 opal/class/opal_interval_tree.c rc = action (node->low, node->high, node->data, ctx); ctx 670 opal/class/opal_interval_tree.c return inorder_traversal(tree, low, high, partial_ok, action, node->right, ctx); ctx 696 opal/class/opal_interval_tree.c bool partial_ok, opal_interval_tree_action_fn_t action, void *ctx) ctx 706 opal/class/opal_interval_tree.c rc = inorder_traversal (tree, low, high, partial_ok, action, tree->root.left, ctx); ctx 112 opal/class/opal_interval_tree.h typedef int (*opal_interval_tree_action_fn_t)(uint64_t low, uint64_t high, void *data, void *ctx); ctx 196 opal/class/opal_interval_tree.h bool complete, opal_interval_tree_action_fn_t action, void *ctx); ctx 103 opal/mca/allocator/allocator.h typedef void* (*mca_allocator_base_component_segment_alloc_fn_t)(void *ctx, ctx 111 opal/mca/allocator/allocator.h typedef void (*mca_allocator_base_component_segment_free_fn_t)(void *ctx, ctx 80 opal/mca/allocator/basic/allocator_basic.h void *ctx ctx 205 opal/mca/base/mca_base_component_repository.c char *path_to_use = NULL, *dir, *ctx; ctx 215 opal/mca/base/mca_base_component_repository.c dir = strtok_r (path_to_use, sep, &ctx); ctx 228 opal/mca/base/mca_base_component_repository.c } while (NULL != (dir = strtok_r (NULL, sep, &ctx))); ctx 154 opal/mca/base/mca_base_pvar.c memmove (value, pvar->ctx, ompi_var_type_sizes[pvar->type]); ctx 164 opal/mca/base/mca_base_pvar.c memmove (pvar->ctx, value, ompi_var_type_sizes[pvar->type]); ctx 187 opal/mca/base/mca_base_pvar.c mca_base_set_value_fn_t set_value, mca_base_notify_fn_t notify, void *ctx) ctx 193 opal/mca/base/mca_base_pvar.c if (!get_value && !ctx) { ctx 335 opal/mca/base/mca_base_pvar.c pvar->ctx = ctx; ctx 344 opal/mca/base/mca_base_pvar.c mca_base_set_value_fn_t set_value, mca_base_notify_fn_t notify, void *ctx) ctx 349 opal/mca/base/mca_base_pvar.c flags | MCA_BASE_PVAR_FLAG_IWG, get_value, set_value, notify, ctx); ctx 210 opal/mca/base/mca_base_pvar.h void *ctx; ctx 318 opal/mca/base/mca_base_pvar.h mca_base_set_value_fn_t set_value, mca_base_notify_fn_t notify, void *ctx); ctx 333 opal/mca/base/mca_base_pvar.h mca_base_set_value_fn_t set_value, mca_base_notify_fn_t notify, void *ctx); ctx 208 opal/mca/btl/ofi/btl_ofi.h struct fi_context ctx; ctx 84 opal/mca/btl/ugni/btl_ugni_component.c gni_statistic_t statistic = (gni_statistic_t) (intptr_t) pvar->ctx; ctx 64 opal/mca/btl/ugni/btl_ugni_frag.c int mca_btl_ugni_rdma_desc_init (opal_free_list_item_t *item, void *ctx) ctx 67 opal/mca/btl/ugni/btl_ugni_frag.c mca_btl_ugni_device_t *device = (mca_btl_ugni_device_t *) ctx; ctx 34 opal/mca/btl/ugni/btl_ugni_frag.h void *ctx; ctx 42 opal/mca/btl/ugni/btl_ugni_frag.h void *ctx; ctx 100 opal/mca/btl/ugni/btl_ugni_frag.h void *ctx; ctx 140 opal/mca/btl/ugni/btl_ugni_frag.h int mca_btl_ugni_rdma_desc_init (opal_free_list_item_t *item, void *ctx); ctx 188 opal/mca/btl/ugni/btl_ugni_frag.h desc->local_handle, desc->ctx, desc->cbdata, rc); ctx 92 opal/mca/btl/ugni/btl_ugni_get.c BTL_VERBOSE(("eager get for rem_ctx %p complete", frag->hdr.eager.ctx)) ctx 113 opal/mca/btl/ugni/btl_ugni_get.c frag->hdr.rdma.ctx = frag->hdr.eager.ctx; ctx 139 opal/mca/btl/ugni/btl_ugni_get.c BTL_VERBOSE(("starting eager get for remote ctx: %p", hdr.eager.ctx)); ctx 34 opal/mca/btl/ugni/btl_ugni_rdma.h post_desc->ctx = cbcontext; ctx 125 opal/mca/btl/ugni/btl_ugni_smsg.c if (((mca_btl_ugni_base_frag_t *)frag.hdr.rdma.ctx)->flags & MCA_BTL_UGNI_FRAG_SMSG_COMPLETE) { ctx 126 opal/mca/btl/ugni/btl_ugni_smsg.c mca_btl_ugni_frag_complete (frag.hdr.rdma.ctx, OPAL_SUCCESS); ctx 129 opal/mca/btl/ugni/btl_ugni_smsg.c ((mca_btl_ugni_base_frag_t *)frag.hdr.rdma.ctx)->flags &= ~MCA_BTL_UGNI_FRAG_IGNORE; ctx 122 opal/mca/btl/ugni/btl_ugni_smsg.h frag->hdr.eager.ctx = (void *) frag; ctx 1745 opal/mca/btl/usnic/btl_usnic_module.c if (channel->recv_segs.ctx == module) { ctx 1857 opal/mca/btl/usnic/btl_usnic_module.c channel->recv_segs.ctx = module; /* must come after ctx 285 opal/mca/btl/usnic/btl_usnic_stats.c size_t offset = (size_t) pvar->ctx; ctx 26 opal/mca/btl/usnic/btl_usnic_test.c void *ctx; ctx 58 opal/mca/btl/usnic/btl_usnic_test.c void *ctx) ctx 69 opal/mca/btl/usnic/btl_usnic_test.c info->ctx = ctx; ctx 87 opal/mca/btl/usnic/btl_usnic_test.c result = info->test_fn(info->ctx); ctx 116 opal/mca/btl/usnic/btl_usnic_test.c void *ctx) ctx 15 opal/mca/btl/usnic/btl_usnic_test.h typedef int (*opal_btl_usnic_test_fn_t)(void *ctx); ctx 72 opal/mca/btl/usnic/btl_usnic_test.h # define USNIC_REGISTER_TEST(name, test_fn, ctx) \ ctx 76 opal/mca/btl/usnic/btl_usnic_test.h opal_btl_usnic_register_test(name, test_fn, ctx); \ ctx 81 opal/mca/btl/usnic/btl_usnic_test.h # define USNIC_REGISTER_TEST(name, test_fn, ctx) ctx 90 opal/mca/btl/usnic/btl_usnic_test.h void *ctx); ctx 16 opal/mca/btl/usnic/test/btl_usnic_component_test.h static int test_parse_ifex_str(void *ctx) ctx 43 opal/mca/btl/vader/btl_vader_frag.c int mca_btl_vader_frag_init (opal_free_list_item_t *item, void *ctx) ctx 48 opal/mca/btl/vader/btl_vader_frag.c frag->my_list = (opal_free_list_t *) ctx; ctx 152 opal/mca/btl/vader/btl_vader_frag.h int mca_btl_vader_frag_init (opal_free_list_item_t *item, void *ctx); ctx 93 opal/mca/btl/vader/btl_vader_sc_emu.c static void mca_btl_vader_sc_emu_rdma (mca_btl_base_module_t *btl, mca_btl_base_tag_t tag, mca_btl_base_descriptor_t *desc, void *ctx) ctx 43 opal/mca/btl/vader/btl_vader_xpmem.c static int vader_check_reg (mca_rcache_base_registration_t *reg, void *ctx) ctx 45 opal/mca/btl/vader/btl_vader_xpmem.c vader_check_reg_ctx_t *vader_ctx = (vader_check_reg_ctx_t *) ctx; ctx 154 opal/mca/btl/vader/btl_vader_xpmem.c static int mca_btl_vader_endpoint_xpmem_rcache_cleanup (mca_rcache_base_registration_t *reg, void *ctx) ctx 156 opal/mca/btl/vader/btl_vader_xpmem.c mca_btl_vader_endpoint_t *ep = (mca_btl_vader_endpoint_t *) ctx; ctx 1741 opal/mca/common/cuda/common_cuda.c CUcontext ctx = NULL, memCtx = NULL; ctx 1799 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuCtxGetCurrent(&ctx); ctx 1800 opal/mca/common/cuda/common_cuda.c if (OPAL_UNLIKELY(NULL == ctx)) { ctx 259 opal/mca/common/sm/common_sm.c void *mca_common_sm_seg_alloc (void *ctx, size_t *size) ctx 261 opal/mca/common/sm/common_sm.c mca_common_sm_module_t *sm_module = (mca_common_sm_module_t *) ctx; ctx 132 opal/mca/common/sm/common_sm.h OPAL_DECLSPEC extern void *mca_common_sm_seg_alloc (void *ctx, size_t *size); ctx 380 opal/mca/common/ucx/common_ucx_wpool.c opal_common_ucx_ctx_t *ctx = calloc(1, sizeof(*ctx)); ctx 383 opal/mca/common/ucx/common_ucx_wpool.c OBJ_CONSTRUCT(&ctx->mutex, opal_recursive_mutex_t); ctx 384 opal/mca/common/ucx/common_ucx_wpool.c OBJ_CONSTRUCT(&ctx->tls_workers, opal_list_t); ctx 385 opal/mca/common/ucx/common_ucx_wpool.c ctx->released = 0; ctx 386 opal/mca/common/ucx/common_ucx_wpool.c ctx->refcntr = 1; /* application holding the context */ ctx 387 opal/mca/common/ucx/common_ucx_wpool.c ctx->wpool = wpool; ctx 388 opal/mca/common/ucx/common_ucx_wpool.c ctx->comm_size = comm_size; ctx 390 opal/mca/common/ucx/common_ucx_wpool.c ctx->recv_worker_addrs = NULL; ctx 391 opal/mca/common/ucx/common_ucx_wpool.c ctx->recv_worker_displs = NULL; ctx 393 opal/mca/common/ucx/common_ucx_wpool.c &ctx->recv_worker_addrs, ctx 394 opal/mca/common/ucx/common_ucx_wpool.c &ctx->recv_worker_displs, exchange_metadata); ctx 399 opal/mca/common/ucx/common_ucx_wpool.c (*ctx_ptr) = ctx; ctx 402 opal/mca/common/ucx/common_ucx_wpool.c OBJ_DESTRUCT(&ctx->mutex); ctx 403 opal/mca/common/ucx/common_ucx_wpool.c OBJ_DESTRUCT(&ctx->tls_workers); ctx 404 opal/mca/common/ucx/common_ucx_wpool.c free(ctx); ctx 410 opal/mca/common/ucx/common_ucx_wpool.c opal_common_ucx_wpctx_release(opal_common_ucx_ctx_t *ctx) ctx 419 opal/mca/common/ucx/common_ucx_wpool.c ctx->released = 1; ctx 422 opal/mca/common/ucx/common_ucx_wpool.c my_refcntr = OPAL_ATOMIC_ADD_FETCH32(&ctx->refcntr, -1); ctx 430 opal/mca/common/ucx/common_ucx_wpool.c _common_ucx_wpctx_free(ctx); ctx 437 opal/mca/common/ucx/common_ucx_wpool.c _common_ucx_wpctx_free(opal_common_ucx_ctx_t *ctx) ctx 439 opal/mca/common/ucx/common_ucx_wpool.c free(ctx->recv_worker_addrs); ctx 440 opal/mca/common/ucx/common_ucx_wpool.c free(ctx->recv_worker_displs); ctx 441 opal/mca/common/ucx/common_ucx_wpool.c OBJ_DESTRUCT(&ctx->mutex); ctx 442 opal/mca/common/ucx/common_ucx_wpool.c OBJ_DESTRUCT(&ctx->tls_workers); ctx 443 opal/mca/common/ucx/common_ucx_wpool.c free(ctx); ctx 448 opal/mca/common/ucx/common_ucx_wpool.c _common_ucx_wpctx_append(opal_common_ucx_ctx_t *ctx, ctx 456 opal/mca/common/ucx/common_ucx_wpool.c OPAL_ATOMIC_ADD_FETCH32(&ctx->refcntr, 1); ctx 460 opal/mca/common/ucx/common_ucx_wpool.c opal_mutex_lock(&ctx->mutex); ctx 461 opal/mca/common/ucx/common_ucx_wpool.c opal_list_append(&ctx->tls_workers, &item->super); ctx 462 opal/mca/common/ucx/common_ucx_wpool.c opal_mutex_unlock(&ctx->mutex); ctx 469 opal/mca/common/ucx/common_ucx_wpool.c _common_ucx_wpctx_remove(opal_common_ucx_ctx_t *ctx, ctx 475 opal/mca/common/ucx/common_ucx_wpool.c opal_mutex_lock(&ctx->mutex); ctx 477 opal/mca/common/ucx/common_ucx_wpool.c OPAL_LIST_FOREACH_SAFE(item, next, &ctx->tls_workers, ctx 480 opal/mca/common/ucx/common_ucx_wpool.c opal_list_remove_item(&ctx->tls_workers, &item->super); ctx 488 opal/mca/common/ucx/common_ucx_wpool.c opal_mutex_unlock(&ctx->mutex); ctx 494 opal/mca/common/ucx/common_ucx_wpool.c my_refcntr = OPAL_ATOMIC_ADD_FETCH32(&ctx->refcntr, -1); ctx 502 opal/mca/common/ucx/common_ucx_wpool.c _common_ucx_wpctx_free(ctx); ctx 512 opal/mca/common/ucx/common_ucx_wpool.c int opal_common_ucx_wpmem_create(opal_common_ucx_ctx_t *ctx, ctx 529 opal/mca/common/ucx/common_ucx_wpool.c mem->ctx = ctx; ctx 533 opal/mca/common/ucx/common_ucx_wpool.c ret = _comm_ucx_wpmem_map(ctx->wpool, mem_base, mem_size, &mem->memh, ctx 540 opal/mca/common/ucx/common_ucx_wpool.c status = ucp_rkey_pack(ctx->wpool->ucp_ctx, mem->memh, ctx 565 opal/mca/common/ucx/common_ucx_wpool.c ucp_mem_unmap(ctx->wpool->ucp_ctx, mem->memh); ctx 647 opal/mca/common/ucx/common_ucx_wpool.c ucp_mem_unmap(mem->ctx->wpool->ucp_ctx, mem->memh); ctx 828 opal/mca/common/ucx/common_ucx_wpool.c _tlocal_ctx_search(_tlocal_table_t *tls, opal_common_ucx_ctx_t *ctx) ctx 832 opal/mca/common/ucx/common_ucx_wpool.c if (tls->ctx_tbl[i]->gctx == ctx){ ctx 863 opal/mca/common/ucx/common_ucx_wpool.c _tlocal_add_ctx(_tlocal_table_t *tls, opal_common_ucx_ctx_t *ctx) ctx 894 opal/mca/common/ucx/common_ucx_wpool.c tls->ctx_tbl[free_idx]->gctx = ctx; ctx 895 opal/mca/common/ucx/common_ucx_wpool.c tls->ctx_tbl[free_idx]->winfo = _wpool_get_idle(tls->wpool, ctx->comm_size); ctx 912 opal/mca/common/ucx/common_ucx_wpool.c rc = _common_ucx_wpctx_append(ctx, tls->ctx_tbl[free_idx]->winfo); ctx 965 opal/mca/common/ucx/common_ucx_wpool.c for(i = 0; i < mem_rec->gmem->ctx->comm_size; i++) { ctx 1025 opal/mca/common/ucx/common_ucx_wpool.c ctx_rec = _tlocal_ctx_search(tls, mem->ctx); ctx 1035 opal/mca/common/ucx/common_ucx_wpool.c tls->mem_tbl[free_idx]->mem->rkeys = calloc(mem->ctx->comm_size, ctx 1090 opal/mca/common/ucx/common_ucx_wpool.c tls = _tlocal_get_tls(mem->ctx->wpool); ctx 1093 opal/mca/common/ucx/common_ucx_wpool.c ctx_rec = _tlocal_ctx_search(tls, mem->ctx); ctx 1096 opal/mca/common/ucx/common_ucx_wpool.c ctx_rec = _tlocal_add_ctx(tls, mem->ctx); ctx 1184 opal/mca/common/ucx/common_ucx_wpool.c opal_common_ucx_ctx_t *ctx = mem->ctx; ctx 1187 opal/mca/common/ucx/common_ucx_wpool.c opal_mutex_lock(&ctx->mutex); ctx 1189 opal/mca/common/ucx/common_ucx_wpool.c OPAL_LIST_FOREACH(item, &ctx->tls_workers, _ctx_record_list_item_t) { ctx 1215 opal/mca/common/ucx/common_ucx_wpool.c opal_mutex_unlock(&ctx->mutex); ctx 85 opal/mca/common/ucx/common_ucx_wpool.h opal_common_ucx_ctx_t *ctx; ctx 175 opal/mca/common/ucx/common_ucx_wpool.h OPAL_DECLSPEC void opal_common_ucx_wpctx_release(opal_common_ucx_ctx_t *ctx); ctx 220 opal/mca/common/ucx/common_ucx_wpool.h OPAL_DECLSPEC int opal_common_ucx_wpmem_create(opal_common_ucx_ctx_t *ctx, ctx 62 opal/mca/common/ucx/common_ucx_wpool_int.h opal_common_ucx_ctx_t *ctx); ctx 65 opal/mca/common/ucx/common_ucx_wpool_int.h opal_common_ucx_ctx_t *ctx); ctx 66 opal/mca/common/ucx/common_ucx_wpool_int.h static int _tlocal_ctx_connect(_tlocal_ctx_t *ctx, int target); ctx 97 opal/mca/common/ucx/common_ucx_wpool_int.h static void _common_ucx_wpctx_free(opal_common_ucx_ctx_t *ctx); ctx 98 opal/mca/common/ucx/common_ucx_wpool_int.h static int _common_ucx_wpctx_append(opal_common_ucx_ctx_t *ctx, ctx 100 opal/mca/common/ucx/common_ucx_wpool_int.h static void _common_ucx_wpctx_remove(opal_common_ucx_ctx_t *ctx, ctx 792 opal/mca/event/libevent2022/libevent/bufferevent.c bufferevent_generic_read_timeout_cb(evutil_socket_t fd, short event, void *ctx) ctx 794 opal/mca/event/libevent2022/libevent/bufferevent.c struct bufferevent *bev = ctx; ctx 801 opal/mca/event/libevent2022/libevent/bufferevent.c bufferevent_generic_write_timeout_cb(evutil_socket_t fd, short event, void *ctx) ctx 803 opal/mca/event/libevent2022/libevent/bufferevent.c struct bufferevent *bev = ctx; ctx 151 opal/mca/event/libevent2022/libevent/bufferevent_filter.c enum bufferevent_flush_mode state, void *ctx) ctx 166 opal/mca/event/libevent2022/libevent/bufferevent_filter.c void *ctx) ctx 197 opal/mca/event/libevent2022/libevent/bufferevent_filter.c bufev_f->context = ctx; ctx 891 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c be_openssl_readcb(struct bufferevent *bev_base, void *ctx) ctx 893 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c struct bufferevent_openssl *bev_ssl = ctx; ctx 898 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c be_openssl_writecb(struct bufferevent *bev_base, void *ctx) ctx 900 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c struct bufferevent_openssl *bev_ssl = ctx; ctx 905 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c be_openssl_eventcb(struct bufferevent *bev_base, short what, void *ctx) ctx 907 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c struct bufferevent_openssl *bev_ssl = ctx; ctx 1041 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c be_openssl_handshakecb(struct bufferevent *bev_base, void *ctx) ctx 1043 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c struct bufferevent_openssl *bev_ssl = ctx; ctx 42 opal/mca/event/libevent2022/libevent/evmap-internal.h void evmap_io_initmap(struct event_io_map* ctx); ctx 43 opal/mca/event/libevent2022/libevent/evmap-internal.h void evmap_signal_initmap(struct event_signal_map* ctx); ctx 49 opal/mca/event/libevent2022/libevent/evmap-internal.h void evmap_io_clear(struct event_io_map* ctx); ctx 50 opal/mca/event/libevent2022/libevent/evmap-internal.h void evmap_signal_clear(struct event_signal_map* ctx); ctx 88 opal/mca/event/libevent2022/libevent/evmap-internal.h void *evmap_io_get_fdinfo(struct event_io_map *ctx, evutil_socket_t fd); ctx 139 opal/mca/event/libevent2022/libevent/evmap.c void evmap_io_initmap(struct event_io_map *ctx) ctx 141 opal/mca/event/libevent2022/libevent/evmap.c HT_INIT(event_io_map, ctx); ctx 144 opal/mca/event/libevent2022/libevent/evmap.c void evmap_io_clear(struct event_io_map *ctx) ctx 147 opal/mca/event/libevent2022/libevent/evmap.c for (ent = HT_START(event_io_map, ctx); ent; ent = next) { ctx 149 opal/mca/event/libevent2022/libevent/evmap.c next = HT_NEXT_RMV(event_io_map, ctx, ent); ctx 152 opal/mca/event/libevent2022/libevent/evmap.c HT_CLEAR(event_io_map, ctx); /* remove all storage held by the ctx. */ ctx 186 opal/mca/event/libevent2022/libevent/evmap.c evmap_io_initmap(struct event_io_map* ctx) ctx 188 opal/mca/event/libevent2022/libevent/evmap.c evmap_signal_initmap(ctx); ctx 191 opal/mca/event/libevent2022/libevent/evmap.c evmap_io_clear(struct event_io_map* ctx) ctx 193 opal/mca/event/libevent2022/libevent/evmap.c evmap_signal_clear(ctx); ctx 226 opal/mca/event/libevent2022/libevent/evmap.c evmap_signal_initmap(struct event_signal_map *ctx) ctx 228 opal/mca/event/libevent2022/libevent/evmap.c ctx->nentries = 0; ctx 229 opal/mca/event/libevent2022/libevent/evmap.c ctx->entries = NULL; ctx 233 opal/mca/event/libevent2022/libevent/evmap.c evmap_signal_clear(struct event_signal_map *ctx) ctx 235 opal/mca/event/libevent2022/libevent/evmap.c if (ctx->entries != NULL) { ctx 237 opal/mca/event/libevent2022/libevent/evmap.c for (i = 0; i < ctx->nentries; ++i) { ctx 238 opal/mca/event/libevent2022/libevent/evmap.c if (ctx->entries[i] != NULL) ctx 239 opal/mca/event/libevent2022/libevent/evmap.c mm_free(ctx->entries[i]); ctx 241 opal/mca/event/libevent2022/libevent/evmap.c mm_free(ctx->entries); ctx 242 opal/mca/event/libevent2022/libevent/evmap.c ctx->entries = NULL; ctx 244 opal/mca/event/libevent2022/libevent/evmap.c ctx->nentries = 0; ctx 267 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_io *ctx = NULL; ctx 283 opal/mca/event/libevent2022/libevent/evmap.c GET_IO_SLOT_AND_CTOR(ctx, io, fd, evmap_io, evmap_io_init, ctx 286 opal/mca/event/libevent2022/libevent/evmap.c nread = ctx->nread; ctx 287 opal/mca/event/libevent2022/libevent/evmap.c nwrite = ctx->nwrite; ctx 308 opal/mca/event/libevent2022/libevent/evmap.c (old_ev = TAILQ_FIRST(&ctx->events)) && ctx 316 opal/mca/event/libevent2022/libevent/evmap.c void *extra = ((char*)ctx) + sizeof(struct evmap_io); ctx 326 opal/mca/event/libevent2022/libevent/evmap.c ctx->nread = (ev_uint16_t) nread; ctx 327 opal/mca/event/libevent2022/libevent/evmap.c ctx->nwrite = (ev_uint16_t) nwrite; ctx 328 opal/mca/event/libevent2022/libevent/evmap.c TAILQ_INSERT_TAIL(&ctx->events, ev, ev_io_next); ctx 340 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_io *ctx; ctx 354 opal/mca/event/libevent2022/libevent/evmap.c GET_IO_SLOT(ctx, io, fd, evmap_io); ctx 356 opal/mca/event/libevent2022/libevent/evmap.c nread = ctx->nread; ctx 357 opal/mca/event/libevent2022/libevent/evmap.c nwrite = ctx->nwrite; ctx 376 opal/mca/event/libevent2022/libevent/evmap.c void *extra = ((char*)ctx) + sizeof(struct evmap_io); ctx 382 opal/mca/event/libevent2022/libevent/evmap.c ctx->nread = nread; ctx 383 opal/mca/event/libevent2022/libevent/evmap.c ctx->nwrite = nwrite; ctx 384 opal/mca/event/libevent2022/libevent/evmap.c TAILQ_REMOVE(&ctx->events, ev, ev_io_next); ctx 393 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_io *ctx; ctx 399 opal/mca/event/libevent2022/libevent/evmap.c GET_IO_SLOT(ctx, io, fd, evmap_io); ctx 401 opal/mca/event/libevent2022/libevent/evmap.c EVUTIL_ASSERT(ctx); ctx 402 opal/mca/event/libevent2022/libevent/evmap.c TAILQ_FOREACH(ev, &ctx->events, ev_io_next) { ctx 422 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_signal *ctx = NULL; ctx 429 opal/mca/event/libevent2022/libevent/evmap.c GET_SIGNAL_SLOT_AND_CTOR(ctx, map, sig, evmap_signal, evmap_signal_init, ctx 432 opal/mca/event/libevent2022/libevent/evmap.c if (TAILQ_EMPTY(&ctx->events)) { ctx 438 opal/mca/event/libevent2022/libevent/evmap.c TAILQ_INSERT_TAIL(&ctx->events, ev, ev_signal_next); ctx 448 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_signal *ctx; ctx 453 opal/mca/event/libevent2022/libevent/evmap.c GET_SIGNAL_SLOT(ctx, map, sig, evmap_signal); ctx 455 opal/mca/event/libevent2022/libevent/evmap.c if (TAILQ_FIRST(&ctx->events) == TAILQ_LAST(&ctx->events, event_list)) { ctx 460 opal/mca/event/libevent2022/libevent/evmap.c TAILQ_REMOVE(&ctx->events, ev, ev_signal_next); ctx 469 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_signal *ctx; ctx 473 opal/mca/event/libevent2022/libevent/evmap.c GET_SIGNAL_SLOT(ctx, map, sig, evmap_signal); ctx 475 opal/mca/event/libevent2022/libevent/evmap.c TAILQ_FOREACH(ev, &ctx->events, ev_signal_next) ctx 482 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_io *ctx; ctx 483 opal/mca/event/libevent2022/libevent/evmap.c GET_IO_SLOT(ctx, map, fd, evmap_io); ctx 484 opal/mca/event/libevent2022/libevent/evmap.c if (ctx) ctx 485 opal/mca/event/libevent2022/libevent/evmap.c return ((char*)ctx) + sizeof(struct evmap_io); ctx 513 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_signal *ctx; ctx 514 opal/mca/event/libevent2022/libevent/evmap.c GET_SIGNAL_SLOT(ctx, &base->sigmap, change->fd, evmap_signal); ctx 515 opal/mca/event/libevent2022/libevent/evmap.c ptr = ((char*)ctx) + sizeof(struct evmap_signal); ctx 517 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_io *ctx; ctx 518 opal/mca/event/libevent2022/libevent/evmap.c GET_IO_SLOT(ctx, &base->io, change->fd, evmap_io); ctx 519 opal/mca/event/libevent2022/libevent/evmap.c ptr = ((char*)ctx) + sizeof(struct evmap_io); ctx 752 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_io *ctx = &(*mapent)->ent.evmap_io; ctx 756 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_io *ctx = io->entries[i]; ctx 758 opal/mca/event/libevent2022/libevent/evmap.c if (!ctx) ctx 762 opal/mca/event/libevent2022/libevent/evmap.c TAILQ_FOREACH(ev, &ctx->events, ev_io_next) { ctx 771 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_signal *ctx = sigmap->entries[i]; ctx 772 opal/mca/event/libevent2022/libevent/evmap.c if (!ctx) ctx 775 opal/mca/event/libevent2022/libevent/evmap.c TAILQ_FOREACH(ev, &ctx->events, ev_signal_next) { ctx 100 opal/mca/event/libevent2022/libevent/evrpc-internal.h void *ctx; ctx 127 opal/mca/event/libevent2022/libevent/evrpc-internal.h static void evrpc_hook_context_free(struct evrpc_hook_meta *ctx); ctx 187 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_process_hooks(struct evrpc_hook_list *head, void *ctx, ctx 192 opal/mca/event/libevent2022/libevent/evrpc.c int res = hook->process(ctx, req, evbuf, hook->process_arg); ctx 279 opal/mca/event/libevent2022/libevent/evrpc.c static int evrpc_pause_request(void *vbase, void *ctx, ctx 507 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *ctx); ctx 655 opal/mca/event/libevent2022/libevent/evrpc.c static void evrpc_schedule_request_closure(void *ctx, enum EVRPC_HOOK_RESULT); ctx 662 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *ctx) ctx 665 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_pool *pool = ctx->pool; ctx 668 opal/mca/event/libevent2022/libevent/evrpc.c if ((req = evhttp_request_new(evrpc_reply_done, ctx)) == NULL) ctx 672 opal/mca/event/libevent2022/libevent/evrpc.c ctx->request_marshal(req->output_buffer, ctx->request); ctx 675 opal/mca/event/libevent2022/libevent/evrpc.c ctx->evcon = connection; ctx 678 opal/mca/event/libevent2022/libevent/evrpc.c ctx->req = req; ctx 683 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_hook_associate_meta(&ctx->hook_meta, connection); ctx 687 opal/mca/event/libevent2022/libevent/evrpc.c ctx, req, req->output_buffer); ctx 694 opal/mca/event/libevent2022/libevent/evrpc.c if (evrpc_pause_request(pool, ctx, ctx 708 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_schedule_request_closure(ctx, EVRPC_CONTINUE); ctx 714 opal/mca/event/libevent2022/libevent/evrpc.c (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); ctx 715 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_request_wrapper_free(ctx); ctx 722 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *ctx = arg; ctx 723 opal/mca/event/libevent2022/libevent/evrpc.c struct evhttp_connection *connection = ctx->evcon; ctx 724 opal/mca/event/libevent2022/libevent/evrpc.c struct evhttp_request *req = ctx->req; ctx 725 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_pool *pool = ctx->pool; ctx 733 opal/mca/event/libevent2022/libevent/evrpc.c uri = evrpc_construct_uri(ctx->name); ctx 744 opal/mca/event/libevent2022/libevent/evrpc.c evtimer_add(&ctx->ev_timeout, &tv); ctx 759 opal/mca/event/libevent2022/libevent/evrpc.c (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); ctx 760 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_request_wrapper_free(ctx); ctx 765 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_pause_request(void *vbase, void *ctx, ctx 773 opal/mca/event/libevent2022/libevent/evrpc.c pause->ctx = ctx; ctx 781 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res) ctx 788 opal/mca/event/libevent2022/libevent/evrpc.c if (pause->ctx == ctx) ctx 795 opal/mca/event/libevent2022/libevent/evrpc.c (*pause->cb)(pause->ctx, res); ctx 802 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_make_request(struct evrpc_request_wrapper *ctx) ctx 804 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_pool *pool = ctx->pool; ctx 807 opal/mca/event/libevent2022/libevent/evrpc.c evtimer_assign(&ctx->ev_timeout, pool->base, evrpc_request_timeout, ctx); ctx 816 opal/mca/event/libevent2022/libevent/evrpc.c TAILQ_INSERT_TAIL(&pool->requests, ctx, next); ctx 834 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *ctx = (struct evrpc_request_wrapper *) ctx 836 opal/mca/event/libevent2022/libevent/evrpc.c if (ctx == NULL) ctx 839 opal/mca/event/libevent2022/libevent/evrpc.c ctx->pool = pool; ctx 840 opal/mca/event/libevent2022/libevent/evrpc.c ctx->hook_meta = NULL; ctx 841 opal/mca/event/libevent2022/libevent/evrpc.c ctx->evcon = NULL; ctx 842 opal/mca/event/libevent2022/libevent/evrpc.c ctx->name = mm_strdup(rpcname); ctx 843 opal/mca/event/libevent2022/libevent/evrpc.c if (ctx->name == NULL) { ctx 844 opal/mca/event/libevent2022/libevent/evrpc.c mm_free(ctx); ctx 847 opal/mca/event/libevent2022/libevent/evrpc.c ctx->cb = cb; ctx 848 opal/mca/event/libevent2022/libevent/evrpc.c ctx->cb_arg = cbarg; ctx 849 opal/mca/event/libevent2022/libevent/evrpc.c ctx->request = request; ctx 850 opal/mca/event/libevent2022/libevent/evrpc.c ctx->reply = reply; ctx 851 opal/mca/event/libevent2022/libevent/evrpc.c ctx->request_marshal = req_marshal; ctx 852 opal/mca/event/libevent2022/libevent/evrpc.c ctx->reply_clear = rpl_clear; ctx 853 opal/mca/event/libevent2022/libevent/evrpc.c ctx->reply_unmarshal = rpl_unmarshal; ctx 855 opal/mca/event/libevent2022/libevent/evrpc.c return (ctx); ctx 864 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *ctx = arg; ctx 865 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_pool *pool = ctx->pool; ctx 869 opal/mca/event/libevent2022/libevent/evrpc.c event_del(&ctx->ev_timeout); ctx 871 opal/mca/event/libevent2022/libevent/evrpc.c ctx->req = req; ctx 875 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_reply_done_closure(ctx, EVRPC_CONTINUE); ctx 880 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_hook_associate_meta(&ctx->hook_meta, ctx->evcon); ctx 884 opal/mca/event/libevent2022/libevent/evrpc.c ctx, req, req->input_buffer); ctx 900 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_pause_request(pool, ctx, ctx 910 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_reply_done_closure(ctx, hook_res); ctx 918 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *ctx = arg; ctx 919 opal/mca/event/libevent2022/libevent/evrpc.c struct evhttp_request *req = ctx->req; ctx 920 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_pool *pool = ctx->pool; ctx 933 opal/mca/event/libevent2022/libevent/evrpc.c res = ctx->reply_unmarshal(ctx->reply, req->input_buffer); ctx 940 opal/mca/event/libevent2022/libevent/evrpc.c ctx->reply_clear(ctx->reply); ctx 943 opal/mca/event/libevent2022/libevent/evrpc.c (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); ctx 945 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_request_wrapper_free(ctx); ctx 959 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *ctx = TAILQ_FIRST(&pool->requests); ctx 963 opal/mca/event/libevent2022/libevent/evrpc.c if (ctx == NULL) ctx 967 opal/mca/event/libevent2022/libevent/evrpc.c TAILQ_REMOVE(&pool->requests, ctx, next); ctx 968 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_schedule_request(evcon, ctx); ctx 975 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *ctx = arg; ctx 976 opal/mca/event/libevent2022/libevent/evrpc.c struct evhttp_connection *evcon = ctx->evcon; ctx 1003 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_hook_meta *ctx; ctx 1004 opal/mca/event/libevent2022/libevent/evrpc.c ctx = mm_malloc(sizeof(struct evrpc_hook_meta)); ctx 1005 opal/mca/event/libevent2022/libevent/evrpc.c EVUTIL_ASSERT(ctx != NULL); ctx 1007 opal/mca/event/libevent2022/libevent/evrpc.c TAILQ_INIT(&ctx->meta_data); ctx 1008 opal/mca/event/libevent2022/libevent/evrpc.c ctx->evcon = NULL; ctx 1010 opal/mca/event/libevent2022/libevent/evrpc.c return (ctx); ctx 1017 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_hook_meta *ctx = *pctx; ctx 1018 opal/mca/event/libevent2022/libevent/evrpc.c if (ctx == NULL) ctx 1019 opal/mca/event/libevent2022/libevent/evrpc.c *pctx = ctx = evrpc_hook_meta_new(); ctx 1020 opal/mca/event/libevent2022/libevent/evrpc.c ctx->evcon = evcon; ctx 1024 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_hook_context_free(struct evrpc_hook_meta *ctx) ctx 1026 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_meta_data_free(&ctx->meta_data); ctx 1027 opal/mca/event/libevent2022/libevent/evrpc.c mm_free(ctx); ctx 1032 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_hook_add_meta(void *ctx, const char *key, ctx 1035 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *req = ctx; ctx 1055 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_hook_find_meta(void *ctx, const char *key, void **data, size_t *data_size) ctx 1057 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *req = ctx; ctx 1075 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_hook_get_connection(void *ctx) ctx 1077 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *req = ctx; ctx 1092 opal/mca/event/libevent2022/libevent/evrpc.c struct evrpc_request_wrapper *ctx; ctx 1093 opal/mca/event/libevent2022/libevent/evrpc.c ctx = evrpc_make_request_ctx(pool, request, reply, ctx 1095 opal/mca/event/libevent2022/libevent/evrpc.c if (ctx == NULL) ctx 1097 opal/mca/event/libevent2022/libevent/evrpc.c return (evrpc_make_request(ctx)); ctx 1155 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_request_get_pool(struct evrpc_request_wrapper *ctx) ctx 1157 opal/mca/event/libevent2022/libevent/evrpc.c return (ctx->pool); ctx 1161 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_request_set_pool(struct evrpc_request_wrapper *ctx, ctx 1164 opal/mca/event/libevent2022/libevent/evrpc.c ctx->pool = pool; ctx 1168 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_request_set_cb(struct evrpc_request_wrapper *ctx, ctx 1172 opal/mca/event/libevent2022/libevent/evrpc.c ctx->cb = cb; ctx 1173 opal/mca/event/libevent2022/libevent/evrpc.c ctx->cb_arg = cb_arg; ctx 133 opal/mca/event/libevent2022/libevent/include/event2/bufferevent.h typedef void (*bufferevent_data_cb)(struct bufferevent *bev, void *ctx); ctx 149 opal/mca/event/libevent2022/libevent/include/event2/bufferevent.h typedef void (*bufferevent_event_cb)(struct bufferevent *bev, short what, void *ctx); ctx 388 opal/mca/event/libevent2022/libevent/include/event2/rpc.h int evrpc_make_request(struct evrpc_request_wrapper *ctx); ctx 515 opal/mca/event/libevent2022/libevent/include/event2/rpc.h evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res); ctx 528 opal/mca/event/libevent2022/libevent/include/event2/rpc.h void evrpc_hook_add_meta(void *ctx, const char *key, ctx 541 opal/mca/event/libevent2022/libevent/include/event2/rpc.h int evrpc_hook_find_meta(void *ctx, const char *key, ctx 550 opal/mca/event/libevent2022/libevent/include/event2/rpc.h struct evhttp_connection *evrpc_hook_get_connection(void *ctx); ctx 585 opal/mca/event/libevent2022/libevent/include/event2/rpc.h struct evrpc_pool* evrpc_request_get_pool(struct evrpc_request_wrapper *ctx); ctx 586 opal/mca/event/libevent2022/libevent/include/event2/rpc.h void evrpc_request_set_pool(struct evrpc_request_wrapper *ctx, ctx 588 opal/mca/event/libevent2022/libevent/include/event2/rpc.h void evrpc_request_set_cb(struct evrpc_request_wrapper *ctx, ctx 42 opal/mca/event/libevent2022/libevent/sample/le-proxy.c static void drained_writecb(struct bufferevent *bev, void *ctx); ctx 43 opal/mca/event/libevent2022/libevent/sample/le-proxy.c static void eventcb(struct bufferevent *bev, short what, void *ctx); ctx 46 opal/mca/event/libevent2022/libevent/sample/le-proxy.c readcb(struct bufferevent *bev, void *ctx) ctx 48 opal/mca/event/libevent2022/libevent/sample/le-proxy.c struct bufferevent *partner = ctx; ctx 73 opal/mca/event/libevent2022/libevent/sample/le-proxy.c drained_writecb(struct bufferevent *bev, void *ctx) ctx 75 opal/mca/event/libevent2022/libevent/sample/le-proxy.c struct bufferevent *partner = ctx; ctx 86 opal/mca/event/libevent2022/libevent/sample/le-proxy.c close_on_finished_writecb(struct bufferevent *bev, void *ctx) ctx 96 opal/mca/event/libevent2022/libevent/sample/le-proxy.c eventcb(struct bufferevent *bev, short what, void *ctx) ctx 98 opal/mca/event/libevent2022/libevent/sample/le-proxy.c struct bufferevent *partner = ctx; ctx 119 opal/mca/event/libevent2022/libevent/sample/le-proxy.c readcb(bev, ctx); ctx 299 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c ev_ssize_t lim, enum bufferevent_flush_mode state, void *ctx) ctx 321 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c ev_ssize_t lim, enum bufferevent_flush_mode state, void *ctx) ctx 406 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c sender_writecb(struct bufferevent *bev, void *ctx) ctx 415 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c sender_errorcb(struct bufferevent *bev, short what, void *ctx) ctx 443 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c reader_eventcb(struct bufferevent *bev, short what, void *ctx) ctx 445 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c struct event_base *base = ctx; ctx 468 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c reader_readcb(struct bufferevent *bev, void *ctx) ctx 552 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c want_fail_eventcb(struct bufferevent *bev, short what, void *ctx) ctx 554 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c struct event_base *base = ctx; ctx 1014 opal/mca/event/libevent2022/libevent/test/regress_dns.c be_connect_hostname_event_cb(struct bufferevent *bev, short what, void *ctx) ctx 1016 opal/mca/event/libevent2022/libevent/test/regress_dns.c struct be_conn_hostname_result *got = ctx; ctx 397 opal/mca/event/libevent2022/libevent/test/regress_rpc.c rpc_hook_add_header(void *ctx, struct evhttp_request *req, ctx 406 opal/mca/event/libevent2022/libevent/test/regress_rpc.c assert(evrpc_hook_get_connection(ctx) != NULL); ctx 412 opal/mca/event/libevent2022/libevent/test/regress_rpc.c rpc_hook_add_meta(void *ctx, struct evhttp_request *req, ctx 415 opal/mca/event/libevent2022/libevent/test/regress_rpc.c evrpc_hook_add_meta(ctx, "meta", "test", 5); ctx 417 opal/mca/event/libevent2022/libevent/test/regress_rpc.c assert(evrpc_hook_get_connection(ctx) != NULL); ctx 423 opal/mca/event/libevent2022/libevent/test/regress_rpc.c rpc_hook_remove_header(void *ctx, struct evhttp_request *req, ctx 436 opal/mca/event/libevent2022/libevent/test/regress_rpc.c assert(evrpc_hook_find_meta(ctx, "meta", &data, &data_len) == 0); ctx 440 opal/mca/event/libevent2022/libevent/test/regress_rpc.c assert(evrpc_hook_get_connection(ctx) != NULL); ctx 498 opal/mca/event/libevent2022/libevent/test/regress_rpc.c struct evrpc_request_wrapper *ctx = ctx 501 opal/mca/event/libevent2022/libevent/test/regress_rpc.c evrpc_make_request(ctx); ctx 597 opal/mca/event/libevent2022/libevent/test/regress_rpc.c void *ctx; ctx 605 opal/mca/event/libevent2022/libevent/test/regress_rpc.c struct _rpc_hook_ctx *ctx = arg; ctx 607 opal/mca/event/libevent2022/libevent/test/regress_rpc.c evrpc_resume_request(ctx->vbase, ctx->ctx, EVRPC_CONTINUE); ctx 612 opal/mca/event/libevent2022/libevent/test/regress_rpc.c rpc_hook_pause(void *ctx, struct evhttp_request *req, struct evbuffer *evbuf, ctx 620 opal/mca/event/libevent2022/libevent/test/regress_rpc.c tmp->ctx = ctx; ctx 181 opal/mca/event/libevent2022/libevent/test/regress_ssl.c respond_to_number(struct bufferevent *bev, void *ctx) ctx 198 opal/mca/event/libevent2022/libevent/test/regress_ssl.c if (!strcmp(ctx, "client") && n == renegotiate_at) { ctx 210 opal/mca/event/libevent2022/libevent/test/regress_ssl.c done_writing_cb(struct bufferevent *bev, void *ctx) ctx 221 opal/mca/event/libevent2022/libevent/test/regress_ssl.c eventcb(struct bufferevent *bev, short what, void *ctx) ctx 231 opal/mca/event/libevent2022/libevent/test/regress_ssl.c if (0==strcmp(ctx, "server")) { ctx 93 opal/mca/event/libevent2022/libevent/test/regress_zlib.c zlib_deflate_free(void *ctx) ctx 95 opal/mca/event/libevent2022/libevent/test/regress_zlib.c z_streamp p = ctx; ctx 101 opal/mca/event/libevent2022/libevent/test/regress_zlib.c zlib_inflate_free(void *ctx) ctx 103 opal/mca/event/libevent2022/libevent/test/regress_zlib.c z_streamp p = ctx; ctx 129 opal/mca/event/libevent2022/libevent/test/regress_zlib.c ev_ssize_t lim, enum bufferevent_flush_mode state, void *ctx) ctx 136 opal/mca/event/libevent2022/libevent/test/regress_zlib.c z_streamp p = ctx; ctx 183 opal/mca/event/libevent2022/libevent/test/regress_zlib.c ev_ssize_t lim, enum bufferevent_flush_mode state, void *ctx) ctx 190 opal/mca/event/libevent2022/libevent/test/regress_zlib.c z_streamp p = ctx; ctx 87 opal/mca/event/libevent2022/libevent/test/test-ratelim.c loud_writecb(struct bufferevent *bev, void *ctx) ctx 89 opal/mca/event/libevent2022/libevent/test/test-ratelim.c struct client_state *cs = ctx; ctx 105 opal/mca/event/libevent2022/libevent/test/test-ratelim.c discard_readcb(struct bufferevent *bev, void *ctx) ctx 107 opal/mca/event/libevent2022/libevent/test/test-ratelim.c struct client_state *cs = ctx; ctx 115 opal/mca/event/libevent2022/libevent/test/test-ratelim.c write_on_connectedcb(struct bufferevent *bev, short what, void *ctx) ctx 118 opal/mca/event/libevent2022/libevent/test/test-ratelim.c loud_writecb(bev, ctx); ctx 125 opal/mca/event/libevent2022/libevent/test/test-ratelim.c echo_readcb(struct bufferevent *bev, void *ctx) ctx 136 opal/mca/event/libevent2022/libevent/test/test-ratelim.c echo_writecb(struct bufferevent *bev, void *ctx) ctx 144 opal/mca/event/libevent2022/libevent/test/test-ratelim.c echo_eventcb(struct bufferevent *bev, short what, void *ctx) ctx 154 opal/mca/event/libevent2022/libevent/test/test-ratelim.c struct sockaddr *sourceaddr, int socklen, void *ctx) ctx 156 opal/mca/event/libevent2022/libevent/test/test-ratelim.c struct event_base *base = ctx; ctx 25 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c static void hwloc_libxml2_error_callback(void * ctx __hwloc_attribute_unused, const char * msg __hwloc_attribute_unused, ...) { /* do nothing */ } ctx 87 opal/mca/mpool/hugepage/mpool_hugepage.h void *mca_mpool_hugepage_seg_alloc (void *ctx, size_t *sizep); ctx 88 opal/mca/mpool/hugepage/mpool_hugepage.h void mca_mpool_hugepage_seg_free (void *ctx, void *addr); ctx 212 opal/mca/mpool/hugepage/mpool_hugepage_component.c char *opts, *tok, *ctx; ctx 231 opal/mca/mpool/hugepage/mpool_hugepage_component.c tok = strtok_r (opts, ",", &ctx); ctx 237 opal/mca/mpool/hugepage/mpool_hugepage_component.c tok = strtok_r (NULL, ",", &ctx); ctx 120 opal/mca/mpool/hugepage/mpool_hugepage_module.c void *mca_mpool_hugepage_seg_alloc (void *ctx, size_t *sizep) ctx 122 opal/mca/mpool/hugepage/mpool_hugepage_module.c mca_mpool_hugepage_module_t *hugepage_module = (mca_mpool_hugepage_module_t *) ctx; ctx 199 opal/mca/mpool/hugepage/mpool_hugepage_module.c void mca_mpool_hugepage_seg_free (void *ctx, void *addr) ctx 201 opal/mca/mpool/hugepage/mpool_hugepage_module.c mca_mpool_hugepage_module_t *hugepage_module = (mca_mpool_hugepage_module_t *) ctx; ctx 173 opal/mca/patcher/linux/patcher_linux_module.c int16_t phnum, int phent, mca_patcher_linux_dl_iter_context_t *ctx) ctx 179 opal/mca/patcher/linux/patcher_linux_module.c entry = mca_patcher_linux_get_got_entry (base, phdr, phnum, phent, ctx->patch->super.patch_symbol); ctx 192 opal/mca/patcher/linux/patcher_linux_module.c if (!ctx->remove) { ctx 193 opal/mca/patcher/linux/patcher_linux_module.c if (*entry != (void *) ctx->patch->super.patch_value) { ctx 200 opal/mca/patcher/linux/patcher_linux_module.c "patch %p (%s): modifying got entry %p. original value %p. new value %p\n", (void *)ctx->patch, ctx 201 opal/mca/patcher/linux/patcher_linux_module.c ctx->patch->super.patch_symbol, (void *) entry, *entry, (void *) ctx->patch->super.patch_value); ctx 206 opal/mca/patcher/linux/patcher_linux_module.c opal_list_append (&ctx->patch->patch_got_list, &patch_got->super); ctx 208 opal/mca/patcher/linux/patcher_linux_module.c *entry = (void *) ctx->patch->super.patch_value; ctx 213 opal/mca/patcher/linux/patcher_linux_module.c OPAL_LIST_FOREACH_REV(patch_got, &ctx->patch->patch_got_list, mca_patcher_linux_patch_got_t) { ctx 217 opal/mca/patcher/linux/patcher_linux_module.c if (*entry == (void *) ctx->patch->super.patch_value) { ctx 220 opal/mca/patcher/linux/patcher_linux_module.c opal_list_remove_item (&ctx->patch->patch_got_list, &patch_got->super); ctx 232 opal/mca/patcher/linux/patcher_linux_module.c mca_patcher_linux_dl_iter_context_t *ctx = data; ctx 239 opal/mca/patcher/linux/patcher_linux_module.c ctx->status = OPAL_ERR_NOT_SUPPORTED; ctx 243 opal/mca/patcher/linux/patcher_linux_module.c ctx->status = mca_patcher_linux_modify_got (info->dlpi_addr, info->dlpi_phdr, ctx 245 opal/mca/patcher/linux/patcher_linux_module.c phent, ctx); ctx 246 opal/mca/patcher/linux/patcher_linux_module.c if (ctx->status == OPAL_SUCCESS) { ctx 256 opal/mca/patcher/linux/patcher_linux_module.c mca_patcher_linux_dl_iter_context_t ctx = { ctx 265 opal/mca/patcher/linux/patcher_linux_module.c (void) dl_iterate_phdr(mca_patcher_linux_phdr_iterator, &ctx); ctx 267 opal/mca/patcher/linux/patcher_linux_module.c return ctx.status; ctx 272 opal/mca/patcher/linux/patcher_linux_module.c mca_patcher_linux_dl_iter_context_t ctx = { ctx 281 opal/mca/patcher/linux/patcher_linux_module.c (void) dl_iterate_phdr(mca_patcher_linux_phdr_iterator, &ctx); ctx 283 opal/mca/patcher/linux/patcher_linux_module.c return ctx.status; ctx 98 opal/mca/pmix/pmix4x/pmix/include/pmi2.h int (*read)( void *buf, int maxlen, void *ctx ); ctx 99 opal/mca/pmix/pmix4x/pmix/include/pmi2.h int (*write)( const void *buf, int len, void *ctx ); ctx 100 opal/mca/pmix/pmix4x/pmix/include/pmi2.h void *ctx; ctx 204 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c char *path_to_use = NULL, *dir, *ctx; ctx 214 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c dir = strtok_r (path_to_use, sep, &ctx); ctx 232 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c } while (NULL != (dir = strtok_r (NULL, sep, &ctx))); ctx 28 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h typedef pmix_status_t (*pmix_common_dstor_lock_init_fn_t)(pmix_common_dstor_lock_ctx_t *ctx, ctx 31 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h typedef void (*pmix_common_dstor_lock_finalize_fn_t)(pmix_common_dstor_lock_ctx_t *ctx); ctx 32 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h typedef pmix_status_t (*pmix_common_dstor_lock_rd_get_fn_t)(pmix_common_dstor_lock_ctx_t ctx); ctx 33 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h typedef pmix_status_t (*pmix_common_dstor_lock_rd_rel_fn_t)(pmix_common_dstor_lock_ctx_t ctx); ctx 34 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h typedef pmix_status_t (*pmix_common_dstor_lock_wr_get_fn_t)(pmix_common_dstor_lock_ctx_t ctx); ctx 35 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h typedef pmix_status_t (*pmix_common_dstor_lock_wr_rel_fn_t)(pmix_common_dstor_lock_ctx_t ctx); ctx 46 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_PUT_KEY(rc, ctx, addr, key, buf, size) \ ctx 49 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->put_key) { \ ctx 50 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h rc = (ctx)->file_cbs->put_key(addr, key, buf, size); \ ctx 54 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KV_SIZE(ctx, addr) \ ctx 57 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->kval_size) { \ ctx 58 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h size = (ctx)->file_cbs->kval_size(addr); \ ctx 63 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KNAME_PTR(ctx, addr) \ ctx 66 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->kname_ptr) { \ ctx 67 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h name_ptr = (ctx)->file_cbs->kname_ptr(addr); \ ctx 72 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KNAME_LEN(ctx, addr) \ ctx 75 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->kname_len) { \ ctx 76 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h len = (ctx)->file_cbs->kname_len((char*)addr); \ ctx 81 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_DATA_PTR(ctx, addr) \ ctx 84 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->data_ptr) { \ ctx 85 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h data_ptr = (ctx)->file_cbs->data_ptr(addr); \ ctx 90 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_DATA_SIZE(ctx, addr, data_ptr) \ ctx 93 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->data_size) { \ ctx 94 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h size = (ctx)->file_cbs->data_size(addr, data_ptr); \ ctx 99 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KEY_SIZE(ctx, key, data_size) \ ctx 102 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->key_size) { \ ctx 103 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h __size = (ctx)->file_cbs->key_size(key, data_size); \ ctx 108 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_SLOT_SIZE(ctx) \ ctx 111 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->ext_slot_size) { \ ctx 112 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h __size = (ctx)->file_cbs->ext_slot_size(); \ ctx 117 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KEY_HASH(ctx, key) \ ctx 120 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->key_hash) { \ ctx 121 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h keyhash = (ctx)->file_cbs->key_hash(key); \ ctx 126 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KEY_MATCH(ctx, addr, key, hash) \ ctx 129 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->key_match) { \ ctx 130 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h ret = (ctx)->file_cbs->key_match(addr, key, hash); \ ctx 135 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KEY_IS_INVALID(ctx, addr) \ ctx 138 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->is_invalid) { \ ctx 139 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h ret = (ctx)->file_cbs->is_invalid(addr); \ ctx 144 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KEY_SET_INVALID(ctx, addr) \ ctx 146 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->set_invalid) { \ ctx 147 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h (ctx)->file_cbs->set_invalid(addr); \ ctx 151 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KEY_IS_EXTSLOT(ctx, addr) \ ctx 154 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h if ((ctx)->file_cbs && (ctx)->file_cbs->is_invalid) { \ ctx 155 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h ret = (ctx)->file_cbs->is_extslot(addr); \ ctx 100 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h typedef pmix_status_t (*pmix_gds_base_store_modex_cb_fn_t)(pmix_gds_base_ctx_t ctx, ctx 130 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h pmix_gds_base_ctx_t ctx, ctx 93 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c pmix_gds_base_ctx_t ctx, ctx 244 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c rc = cb_fn(ctx, &proc, kmap_type, kmap, &pbkt); ctx 84 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c pmix_status_t pmix_gds_ds12_lock_init(pmix_common_dstor_lock_ctx_t *ctx, const char *base_path, ctx 90 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c if (*ctx != NULL) { ctx 100 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c *ctx = lock_ctx; ctx 167 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c *ctx = NULL; ctx 69 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c pmix_status_t pmix_gds_ds12_lock_init(pmix_common_dstor_lock_ctx_t *ctx, const char *base_path, ctx 75 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c ds12_lock_pthread_ctx_t *lock_ctx = (ds12_lock_pthread_ctx_t*)ctx; ctx 77 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c if (*ctx != NULL) { ctx 88 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c *ctx = (pmix_common_dstor_lock_ctx_t*)lock_ctx; ctx 187 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c *ctx = (pmix_common_dstor_lock_ctx_t*)NULL; ctx 115 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c pmix_status_t pmix_gds_ds21_lock_init(pmix_common_dstor_lock_ctx_t *ctx, const char *base_path, const char * name, ctx 124 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c lock_ctx_t *lock_ctx = (lock_ctx_t*)*ctx; ctx 128 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c if (NULL == *ctx) { ctx 137 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c *ctx = lock_ctx; ctx 268 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c *ctx = NULL; ctx 73 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c static pmix_status_t _hash_store_modex(pmix_gds_base_ctx_t ctx, ctx 1200 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c static pmix_status_t _hash_store_modex(pmix_gds_base_ctx_t ctx, ctx 151 opal/mca/rcache/base/rcache_base_vma.c void *ctx) ctx 153 opal/mca/rcache/base/rcache_base_vma.c return mca_rcache_base_vma_tree_iterate (vma_module, base, size, partial_ok, callback_fn, ctx); ctx 93 opal/mca/rcache/base/rcache_base_vma.h void *ctx); ctx 61 opal/mca/rcache/base/rcache_base_vma_tree.c static int mca_rcache_base_vma_tree_find_all_helper (uint64_t low, uint64_t high, void *data, void *ctx) ctx 63 opal/mca/rcache/base/rcache_base_vma_tree.c mca_rcache_base_vma_tree_find_all_helper_args_t *args = (mca_rcache_base_vma_tree_find_all_helper_args_t *) ctx; ctx 88 opal/mca/rcache/base/rcache_base_vma_tree.c void *ctx; ctx 92 opal/mca/rcache/base/rcache_base_vma_tree.c static int mca_rcache_base_vma_tree_iterate_helper (uint64_t low, uint64_t high, void *data, void *ctx) ctx 94 opal/mca/rcache/base/rcache_base_vma_tree.c mca_rcache_base_vma_tree_iterate_helper_args_t *args = (mca_rcache_base_vma_tree_iterate_helper_args_t *) ctx; ctx 95 opal/mca/rcache/base/rcache_base_vma_tree.c return args->callback_fn ((mca_rcache_base_registration_t *) data, args->ctx); ctx 100 opal/mca/rcache/base/rcache_base_vma_tree.c void *ctx) ctx 102 opal/mca/rcache/base/rcache_base_vma_tree.c mca_rcache_base_vma_tree_iterate_helper_args_t args = {.callback_fn = callback_fn, .ctx = ctx}; ctx 129 opal/mca/rcache/base/rcache_base_vma_tree.c static int mca_rcache_base_tree_dump_range_helper (uint64_t low, uint64_t high, void *data, void *ctx) ctx 87 opal/mca/rcache/base/rcache_base_vma_tree.h void *ctx); ctx 241 opal/mca/rcache/grdma/rcache_grdma_module.c static int mca_rcache_grdma_check_cached (mca_rcache_base_registration_t *grdma_reg, void *ctx) ctx 243 opal/mca/rcache/grdma/rcache_grdma_module.c mca_rcache_base_find_args_t *args = (mca_rcache_base_find_args_t *) ctx; ctx 469 opal/mca/rcache/grdma/rcache_grdma_module.c static int gc_add (mca_rcache_base_registration_t *grdma_reg, void *ctx) ctx 471 opal/mca/rcache/grdma/rcache_grdma_module.c gc_add_args_t *args = (gc_add_args_t *) ctx; ctx 70 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_create(long options, shmem_ctx_t *ctx); ctx 71 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_destroy(shmem_ctx_t ctx); ctx 76 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_p(shmem_ctx_t ctx, char* addr, char value, int pe); ctx 77 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_p(shmem_ctx_t ctx, short* addr, short value, int pe); ctx 78 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_p(shmem_ctx_t ctx, int* addr, int value, int pe); ctx 79 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_p(shmem_ctx_t ctx, long* addr, long value, int pe); ctx 80 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_p(shmem_ctx_t ctx, float* addr, float value, int pe); ctx 81 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_p(shmem_ctx_t ctx, double* addr, double value, int pe); ctx 82 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_p(shmem_ctx_t ctx, long long* addr, long long value, int pe); ctx 83 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_p(shmem_ctx_t ctx, signed char* addr, signed char value, int pe); ctx 84 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_p(shmem_ctx_t ctx, unsigned char* addr, unsigned char value, int pe); ctx 85 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_p(shmem_ctx_t ctx, unsigned short* addr, unsigned short value, int pe); ctx 86 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_p(shmem_ctx_t ctx, unsigned int* addr, unsigned int value, int pe); ctx 87 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_p(shmem_ctx_t ctx, unsigned long* addr, unsigned long value, int pe); ctx 88 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_p(shmem_ctx_t ctx, unsigned long long* addr, unsigned long long value, int pe); ctx 89 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_p(shmem_ctx_t ctx, long double* addr, long double value, int pe); ctx 90 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_p(shmem_ctx_t ctx, int8_t* addr, int8_t value, int pe); ctx 91 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_p(shmem_ctx_t ctx, int16_t* addr, int16_t value, int pe); ctx 92 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_p(shmem_ctx_t ctx, int32_t* addr, int32_t value, int pe); ctx 93 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_p(shmem_ctx_t ctx, int64_t* addr, int64_t value, int pe); ctx 94 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_p(shmem_ctx_t ctx, uint8_t* addr, uint8_t value, int pe); ctx 95 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_p(shmem_ctx_t ctx, uint16_t* addr, uint16_t value, int pe); ctx 96 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_p(shmem_ctx_t ctx, uint32_t* addr, uint32_t value, int pe); ctx 97 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_p(shmem_ctx_t ctx, uint64_t* addr, uint64_t value, int pe); ctx 98 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_p(shmem_ctx_t ctx, size_t* addr, size_t value, int pe); ctx 99 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_p(shmem_ctx_t ctx, ptrdiff_t* addr, ptrdiff_t value, int pe); ctx 163 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_put(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); ctx 164 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_put(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); ctx 165 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_put(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); ctx 166 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_put(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); ctx 167 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_put(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); ctx 168 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_put(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); ctx 169 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_put(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); ctx 170 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_put(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); ctx 171 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_put(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); ctx 172 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_put(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); ctx 173 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_put(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); ctx 174 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_put(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); ctx 175 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_put(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); ctx 176 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_put(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); ctx 177 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_put(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); ctx 178 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_put(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); ctx 179 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_put(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); ctx 180 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_put(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); ctx 181 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_put(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); ctx 182 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_put(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); ctx 183 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_put(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); ctx 184 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_put(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); ctx 185 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_put(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); ctx 186 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_put(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); ctx 247 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put8(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 248 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put16(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 249 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put32(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 250 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put64(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 251 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put128(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 252 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_putmem(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 264 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_iput(shmem_ctx_t ctx, char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 265 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_iput(shmem_ctx_t ctx, short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 266 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_iput(shmem_ctx_t ctx, int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 267 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_iput(shmem_ctx_t ctx, long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 268 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_iput(shmem_ctx_t ctx, float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 269 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_iput(shmem_ctx_t ctx, double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 270 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_iput(shmem_ctx_t ctx, long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 271 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_iput(shmem_ctx_t ctx, signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 272 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_iput(shmem_ctx_t ctx, unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 273 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_iput(shmem_ctx_t ctx, unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 274 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_iput(shmem_ctx_t ctx, unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 275 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_iput(shmem_ctx_t ctx, unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 276 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_iput(shmem_ctx_t ctx, unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 277 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_iput(shmem_ctx_t ctx, long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 278 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_iput(shmem_ctx_t ctx, int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 279 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_iput(shmem_ctx_t ctx, int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 280 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_iput(shmem_ctx_t ctx, int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 281 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_iput(shmem_ctx_t ctx, int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 282 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_iput(shmem_ctx_t ctx, uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 283 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_iput(shmem_ctx_t ctx, uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 284 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_iput(shmem_ctx_t ctx, uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 285 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_iput(shmem_ctx_t ctx, uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 286 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_iput(shmem_ctx_t ctx, size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 287 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_iput(shmem_ctx_t ctx, ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 348 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput8(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 349 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput16(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 350 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput32(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 351 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput64(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 352 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput128(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 363 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_put_nbi(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); ctx 364 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_put_nbi(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); ctx 365 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_put_nbi(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); ctx 366 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_put_nbi(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); ctx 367 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_put_nbi(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); ctx 368 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_put_nbi(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); ctx 369 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_put_nbi(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); ctx 370 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_put_nbi(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); ctx 371 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_put_nbi(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); ctx 372 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_put_nbi(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); ctx 373 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_put_nbi(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); ctx 374 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_put_nbi(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); ctx 375 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_put_nbi(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); ctx 376 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_put_nbi(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); ctx 377 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_put_nbi(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); ctx 378 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_put_nbi(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); ctx 379 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_put_nbi(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); ctx 380 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_put_nbi(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); ctx 381 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_put_nbi(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); ctx 382 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_put_nbi(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); ctx 383 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_put_nbi(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); ctx 384 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_put_nbi(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); ctx 385 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_put_nbi(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); ctx 386 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_put_nbi(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); ctx 447 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put8_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 448 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put16_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 449 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put32_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 450 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put64_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 451 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put128_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 452 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_putmem_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 464 oshmem/include/pshmem.h OSHMEM_DECLSPEC char pshmem_ctx_char_g(shmem_ctx_t ctx, const char* addr, int pe); ctx 465 oshmem/include/pshmem.h OSHMEM_DECLSPEC short pshmem_ctx_short_g(shmem_ctx_t ctx, const short* addr, int pe); ctx 466 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_g(shmem_ctx_t ctx, const int* addr, int pe); ctx 467 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_g(shmem_ctx_t ctx, const long* addr, int pe); ctx 468 oshmem/include/pshmem.h OSHMEM_DECLSPEC float pshmem_ctx_float_g(shmem_ctx_t ctx, const float* addr, int pe); ctx 469 oshmem/include/pshmem.h OSHMEM_DECLSPEC double pshmem_ctx_double_g(shmem_ctx_t ctx, const double* addr, int pe); ctx 470 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_g(shmem_ctx_t ctx, const long long* addr, int pe); ctx 471 oshmem/include/pshmem.h OSHMEM_DECLSPEC long double pshmem_ctx_longdouble_g(shmem_ctx_t ctx, const long double* addr, int pe); ctx 472 oshmem/include/pshmem.h OSHMEM_DECLSPEC signed char pshmem_ctx_schar_g(shmem_ctx_t ctx, const signed char* addr, int pe); ctx 473 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned char pshmem_ctx_uchar_g(shmem_ctx_t ctx, const unsigned char* addr, int pe); ctx 474 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned short pshmem_ctx_ushort_g(shmem_ctx_t ctx, const unsigned short* addr, int pe); ctx 475 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_g(shmem_ctx_t ctx, const unsigned int* addr, int pe); ctx 476 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_g(shmem_ctx_t ctx, const unsigned long* addr, int pe); ctx 477 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_g(shmem_ctx_t ctx, const unsigned long long* addr, int pe); ctx 478 oshmem/include/pshmem.h OSHMEM_DECLSPEC int8_t pshmem_ctx_int8_g(shmem_ctx_t ctx, const int8_t* addr, int pe); ctx 479 oshmem/include/pshmem.h OSHMEM_DECLSPEC int16_t pshmem_ctx_int16_g(shmem_ctx_t ctx, const int16_t* addr, int pe); ctx 480 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_ctx_int32_g(shmem_ctx_t ctx, const int32_t* addr, int pe); ctx 481 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_ctx_int64_g(shmem_ctx_t ctx, const int64_t* addr, int pe); ctx 482 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint8_t pshmem_ctx_uint8_g(shmem_ctx_t ctx, const uint8_t* addr, int pe); ctx 483 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint16_t pshmem_ctx_uint16_g(shmem_ctx_t ctx, const uint16_t* addr, int pe); ctx 484 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_ctx_uint32_g(shmem_ctx_t ctx, const uint32_t* addr, int pe); ctx 485 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_ctx_uint64_g(shmem_ctx_t ctx, const uint64_t* addr, int pe); ctx 486 oshmem/include/pshmem.h OSHMEM_DECLSPEC size_t pshmem_ctx_size_g(shmem_ctx_t ctx, const size_t* addr, int pe); ctx 487 oshmem/include/pshmem.h OSHMEM_DECLSPEC ptrdiff_t pshmem_ctx_ptrdiff_g(shmem_ctx_t ctx, const ptrdiff_t* addr, int pe); ctx 551 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_get(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); ctx 552 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_get(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); ctx 553 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_get(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); ctx 554 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_get(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); ctx 555 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_get(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); ctx 556 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_get(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); ctx 557 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_get(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); ctx 558 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_get(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); ctx 559 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_get(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); ctx 560 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_get(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); ctx 561 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_get(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); ctx 562 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_get(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); ctx 563 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_get(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); ctx 564 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_get(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); ctx 565 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_get(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); ctx 566 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_get(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); ctx 567 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_get(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); ctx 568 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_get(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); ctx 569 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_get(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); ctx 570 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_get(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); ctx 571 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_get(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); ctx 572 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_get(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); ctx 573 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_get(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); ctx 574 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_get(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); ctx 635 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get8(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 636 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get16(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 637 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get32(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 638 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get64(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 639 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get128(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 640 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_getmem(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 652 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_iget(shmem_ctx_t ctx, char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 653 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_iget(shmem_ctx_t ctx, short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 654 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_iget(shmem_ctx_t ctx, int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 655 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_iget(shmem_ctx_t ctx, long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 656 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_iget(shmem_ctx_t ctx, long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 657 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_iget(shmem_ctx_t ctx, signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 658 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_iget(shmem_ctx_t ctx, unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 659 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_iget(shmem_ctx_t ctx, unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 660 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_iget(shmem_ctx_t ctx, unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 661 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_iget(shmem_ctx_t ctx, unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 662 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_iget(shmem_ctx_t ctx, unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 663 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_iget(shmem_ctx_t ctx, float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 664 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_iget(shmem_ctx_t ctx, double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 665 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_iget(shmem_ctx_t ctx, long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 666 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_iget(shmem_ctx_t ctx, int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 667 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_iget(shmem_ctx_t ctx, int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 668 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_iget(shmem_ctx_t ctx, int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 669 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_iget(shmem_ctx_t ctx, int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 670 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_iget(shmem_ctx_t ctx, uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 671 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_iget(shmem_ctx_t ctx, uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 672 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_iget(shmem_ctx_t ctx, uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 673 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_iget(shmem_ctx_t ctx, uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 674 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_iget(shmem_ctx_t ctx, size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 675 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_iget(shmem_ctx_t ctx, ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); ctx 736 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget8(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 737 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget16(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 738 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget32(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 739 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget64(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 740 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget128(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); ctx 751 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_get_nbi(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); ctx 752 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_get_nbi(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); ctx 753 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_get_nbi(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); ctx 754 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_get_nbi(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); ctx 755 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_get_nbi(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); ctx 756 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_get_nbi(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); ctx 757 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_get_nbi(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); ctx 758 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_get_nbi(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); ctx 759 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_get_nbi(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); ctx 760 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_get_nbi(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); ctx 761 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_get_nbi(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); ctx 762 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_get_nbi(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); ctx 763 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_get_nbi(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); ctx 764 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_get_nbi(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); ctx 765 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_get_nbi(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); ctx 766 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_get_nbi(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); ctx 767 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_get_nbi(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); ctx 768 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_get_nbi(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); ctx 769 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_get_nbi(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); ctx 770 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_get_nbi(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); ctx 771 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_get_nbi(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); ctx 772 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_get_nbi(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); ctx 773 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_get_nbi(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); ctx 774 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_get_nbi(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); ctx 836 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get8_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 837 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get16_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 838 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get32_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 839 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get64_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 840 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get128_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 841 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_getmem_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); ctx 853 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_swap(shmem_ctx_t ctx, int *target, int value, int pe); ctx 854 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_swap(shmem_ctx_t ctx, long *target, long value, int pe); ctx 855 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_swap(shmem_ctx_t ctx, long long *target, long long value, int pe); ctx 856 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_swap(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); ctx 857 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_swap(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); ctx 858 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_swap(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); ctx 859 oshmem/include/pshmem.h OSHMEM_DECLSPEC float pshmem_ctx_float_atomic_swap(shmem_ctx_t ctx, float *target, float value, int pe); ctx 860 oshmem/include/pshmem.h OSHMEM_DECLSPEC double pshmem_ctx_double_atomic_swap(shmem_ctx_t ctx, double *target, double value, int pe); ctx 909 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_set(shmem_ctx_t ctx, int *target, int value, int pe); ctx 910 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_set(shmem_ctx_t ctx, long *target, long value, int pe); ctx 911 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_set(shmem_ctx_t ctx, long long *target, long long value, int pe); ctx 912 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_set(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); ctx 913 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_set(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); ctx 914 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_set(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); ctx 915 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_atomic_set(shmem_ctx_t ctx, float *target, float value, int pe); ctx 916 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_atomic_set(shmem_ctx_t ctx, double *target, double value, int pe); ctx 965 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_compare_swap(shmem_ctx_t ctx, int *target, int cond, int value, int pe); ctx 966 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_compare_swap(shmem_ctx_t ctx, long *target, long cond, long value, int pe); ctx 967 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_compare_swap(shmem_ctx_t ctx, long long *target, long long cond, long long value, int pe); ctx 968 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_compare_swap(shmem_ctx_t ctx, unsigned int *target, unsigned int cond, unsigned int value, int pe); ctx 969 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_compare_swap(shmem_ctx_t ctx, unsigned long *target, unsigned long cond, unsigned long value, int pe); ctx 970 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_compare_swap(shmem_ctx_t ctx, unsigned long long *target, unsigned long long cond, unsigned long long value, int pe); ctx 1010 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch_add(shmem_ctx_t ctx, int *target, int value, int pe); ctx 1011 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch_add(shmem_ctx_t ctx, long *target, long value, int pe); ctx 1012 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch_add(shmem_ctx_t ctx, long long *target, long long value, int pe); ctx 1013 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch_add(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); ctx 1014 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch_add(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); ctx 1015 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch_add(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); ctx 1054 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch_and(shmem_ctx_t ctx, int *target, int value, int pe); ctx 1055 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch_and(shmem_ctx_t ctx, long *target, long value, int pe); ctx 1056 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch_and(shmem_ctx_t ctx, long long *target, long long value, int pe); ctx 1057 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch_and(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); ctx 1058 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch_and(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); ctx 1059 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch_and(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); ctx 1060 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_ctx_int32_atomic_fetch_and(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); ctx 1061 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_ctx_int64_atomic_fetch_and(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); ctx 1062 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_ctx_uint32_atomic_fetch_and(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); ctx 1063 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_ctx_uint64_atomic_fetch_and(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); ctx 1103 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch_or(shmem_ctx_t ctx, int *target, int value, int pe); ctx 1104 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch_or(shmem_ctx_t ctx, long *target, long value, int pe); ctx 1105 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch_or(shmem_ctx_t ctx, long long *target, long long value, int pe); ctx 1106 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch_or(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); ctx 1107 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch_or(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); ctx 1108 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch_or(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); ctx 1109 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_ctx_int32_atomic_fetch_or(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); ctx 1110 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_ctx_int64_atomic_fetch_or(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); ctx 1111 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_ctx_uint32_atomic_fetch_or(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); ctx 1112 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_ctx_uint64_atomic_fetch_or(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); ctx 1152 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch_xor(shmem_ctx_t ctx, int *target, int value, int pe); ctx 1153 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch_xor(shmem_ctx_t ctx, long *target, long value, int pe); ctx 1154 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch_xor(shmem_ctx_t ctx, long long *target, long long value, int pe); ctx 1155 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch_xor(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); ctx 1156 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch_xor(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); ctx 1157 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch_xor(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); ctx 1158 oshmem/include/pshmem.h OSHMEM_DECLSPEC int32_t pshmem_ctx_int32_atomic_fetch_xor(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); ctx 1159 oshmem/include/pshmem.h OSHMEM_DECLSPEC int64_t pshmem_ctx_int64_atomic_fetch_xor(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); ctx 1160 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint32_t pshmem_ctx_uint32_atomic_fetch_xor(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); ctx 1161 oshmem/include/pshmem.h OSHMEM_DECLSPEC uint64_t pshmem_ctx_uint64_atomic_fetch_xor(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); ctx 1201 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch(shmem_ctx_t ctx, const int *target, int pe); ctx 1202 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch(shmem_ctx_t ctx, const long *target, int pe); ctx 1203 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch(shmem_ctx_t ctx, const long long *target, int pe); ctx 1204 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch(shmem_ctx_t ctx, const unsigned int *target, int pe); ctx 1205 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch(shmem_ctx_t ctx, const unsigned long *target, int pe); ctx 1206 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch(shmem_ctx_t ctx, const unsigned long long *target, int pe); ctx 1207 oshmem/include/pshmem.h OSHMEM_DECLSPEC float pshmem_ctx_float_atomic_fetch(shmem_ctx_t ctx, const float *target, int pe); ctx 1208 oshmem/include/pshmem.h OSHMEM_DECLSPEC double pshmem_ctx_double_atomic_fetch(shmem_ctx_t ctx, const double *target, int pe); ctx 1257 oshmem/include/pshmem.h OSHMEM_DECLSPEC int pshmem_ctx_int_atomic_fetch_inc(shmem_ctx_t ctx, int *target, int pe); ctx 1258 oshmem/include/pshmem.h OSHMEM_DECLSPEC long pshmem_ctx_long_atomic_fetch_inc(shmem_ctx_t ctx, long *target, int pe); ctx 1259 oshmem/include/pshmem.h OSHMEM_DECLSPEC long long pshmem_ctx_longlong_atomic_fetch_inc(shmem_ctx_t ctx, long long *target, int pe); ctx 1260 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned int pshmem_ctx_uint_atomic_fetch_inc(shmem_ctx_t ctx, unsigned int *target, int pe); ctx 1261 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long pshmem_ctx_ulong_atomic_fetch_inc(shmem_ctx_t ctx, unsigned long *target, int pe); ctx 1262 oshmem/include/pshmem.h OSHMEM_DECLSPEC unsigned long long pshmem_ctx_ulonglong_atomic_fetch_inc(shmem_ctx_t ctx, unsigned long long *target, int pe); ctx 1301 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_add(shmem_ctx_t ctx, int *target, int value, int pe); ctx 1302 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_add(shmem_ctx_t ctx, long *target, long value, int pe); ctx 1303 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_add(shmem_ctx_t ctx, long long *target, long long value, int pe); ctx 1304 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_add(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); ctx 1305 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_add(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); ctx 1306 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_add(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); ctx 1345 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_and(shmem_ctx_t ctx, int *target, int value, int pe); ctx 1346 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_and(shmem_ctx_t ctx, long *target, long value, int pe); ctx 1347 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_and(shmem_ctx_t ctx, long long *target, long long value, int pe); ctx 1348 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_and(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); ctx 1349 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_and(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); ctx 1350 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_and(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); ctx 1351 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_atomic_and(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); ctx 1352 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_atomic_and(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); ctx 1353 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_atomic_and(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); ctx 1354 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_atomic_and(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); ctx 1386 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_or(shmem_ctx_t ctx, int *target, int value, int pe); ctx 1387 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_or(shmem_ctx_t ctx, long *target, long value, int pe); ctx 1388 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_or(shmem_ctx_t ctx, long long *target, long long value, int pe); ctx 1389 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_or(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); ctx 1390 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_or(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); ctx 1391 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_or(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); ctx 1392 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_atomic_or(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); ctx 1393 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_atomic_or(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); ctx 1394 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_atomic_or(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); ctx 1395 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_atomic_or(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); ctx 1427 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_xor(shmem_ctx_t ctx, int *target, int value, int pe); ctx 1428 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_xor(shmem_ctx_t ctx, long *target, long value, int pe); ctx 1429 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_xor(shmem_ctx_t ctx, long long *target, long long value, int pe); ctx 1430 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_xor(shmem_ctx_t ctx, unsigned int *target, unsigned int value, int pe); ctx 1431 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_xor(shmem_ctx_t ctx, unsigned long *target, unsigned long value, int pe); ctx 1432 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_xor(shmem_ctx_t ctx, unsigned long long *target, unsigned long long value, int pe); ctx 1433 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_atomic_xor(shmem_ctx_t ctx, int32_t *target, int32_t value, int pe); ctx 1434 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_atomic_xor(shmem_ctx_t ctx, int64_t *target, int64_t value, int pe); ctx 1435 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_atomic_xor(shmem_ctx_t ctx, uint32_t *target, uint32_t value, int pe); ctx 1436 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_atomic_xor(shmem_ctx_t ctx, uint64_t *target, uint64_t value, int pe); ctx 1468 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_atomic_inc(shmem_ctx_t ctx, int *target, int pe); ctx 1469 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_atomic_inc(shmem_ctx_t ctx, long *target, int pe); ctx 1470 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_atomic_inc(shmem_ctx_t ctx, long long *target, int pe); ctx 1471 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_atomic_inc(shmem_ctx_t ctx, unsigned int *target, int pe); ctx 1472 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_inc(shmem_ctx_t ctx, unsigned long *target, int pe); ctx 1473 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_atomic_inc(shmem_ctx_t ctx, unsigned long long *target, int pe); ctx 1589 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_fence(shmem_ctx_t ctx); ctx 1591 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_quiet(shmem_ctx_t ctx); ctx 38 oshmem/mca/atomic/atomic.h #define DO_SHMEM_TYPE_OP(ctx, type_name, type, op, target, value, pe) do { \ ctx 48 oshmem/mca/atomic/atomic.h ctx, \ ctx 66 oshmem/mca/atomic/atomic.h void prefix##_ctx_##type_name##_atomic_##op(shmem_ctx_t ctx, type *target, type value, int pe) \ ctx 68 oshmem/mca/atomic/atomic.h DO_SHMEM_TYPE_OP(ctx, type_name, type, op, \ ctx 72 oshmem/mca/atomic/atomic.h #define DO_OSHMEM_TYPE_FOP(ctx, type_name, type, op, target, value, pe) do { \ ctx 83 oshmem/mca/atomic/atomic.h ctx, \ ctx 102 oshmem/mca/atomic/atomic.h type prefix##_ctx_##type_name##_atomic_fetch_##op(shmem_ctx_t ctx, type *target, type value, int pe) \ ctx 104 oshmem/mca/atomic/atomic.h DO_OSHMEM_TYPE_FOP(ctx, type_name, type, op, \ ctx 161 oshmem/mca/atomic/atomic.h int (*atomic_add)(shmem_ctx_t ctx, ctx 166 oshmem/mca/atomic/atomic.h int (*atomic_and)(shmem_ctx_t ctx, ctx 171 oshmem/mca/atomic/atomic.h int (*atomic_or)(shmem_ctx_t ctx, ctx 176 oshmem/mca/atomic/atomic.h int (*atomic_xor)(shmem_ctx_t ctx, ctx 181 oshmem/mca/atomic/atomic.h int (*atomic_fadd)(shmem_ctx_t ctx, ctx 187 oshmem/mca/atomic/atomic.h int (*atomic_fand)(shmem_ctx_t ctx, ctx 193 oshmem/mca/atomic/atomic.h int (*atomic_for)(shmem_ctx_t ctx, ctx 199 oshmem/mca/atomic/atomic.h int (*atomic_fxor)(shmem_ctx_t ctx, ctx 205 oshmem/mca/atomic/atomic.h int (*atomic_swap)(shmem_ctx_t ctx, ctx 211 oshmem/mca/atomic/atomic.h int (*atomic_cswap)(shmem_ctx_t ctx, ctx 29 oshmem/mca/atomic/basic/atomic_basic.h OSHMEM_DECLSPEC void atomic_basic_lock(shmem_ctx_t ctx, int pe); ctx 30 oshmem/mca/atomic/basic/atomic_basic.h OSHMEM_DECLSPEC void atomic_basic_unlock(shmem_ctx_t ctx, int pe); ctx 39 oshmem/mca/atomic/basic/atomic_basic.h int mca_atomic_basic_cswap(shmem_ctx_t ctx, ctx 21 oshmem/mca/atomic/basic/atomic_basic_cswap.c int mca_atomic_basic_cswap(shmem_ctx_t ctx, ctx 36 oshmem/mca/atomic/basic/atomic_basic_cswap.c atomic_basic_lock(ctx, pe); ctx 38 oshmem/mca/atomic/basic/atomic_basic_cswap.c rc = MCA_SPML_CALL(get(ctx, target, nlong, prev, pe)); ctx 41 oshmem/mca/atomic/basic/atomic_basic_cswap.c rc = MCA_SPML_CALL(put(ctx, target, nlong, (void*)&value, pe)); ctx 45 oshmem/mca/atomic/basic/atomic_basic_cswap.c atomic_basic_unlock(ctx, pe); ctx 96 oshmem/mca/atomic/basic/atomic_basic_module.c int mca_atomic_basic_fop(shmem_ctx_t ctx, ctx 107 oshmem/mca/atomic/basic/atomic_basic_module.c atomic_basic_lock(ctx, pe); ctx 109 oshmem/mca/atomic/basic/atomic_basic_module.c rc = MCA_SPML_CALL(get(ctx, target, size, (void*)&temp_value, pe)); ctx 118 oshmem/mca/atomic/basic/atomic_basic_module.c rc = MCA_SPML_CALL(put(ctx, target, size, (void*)&temp_value, pe)); ctx 122 oshmem/mca/atomic/basic/atomic_basic_module.c atomic_basic_unlock(ctx, pe); ctx 128 oshmem/mca/atomic/basic/atomic_basic_module.c int mca_atomic_basic_op(shmem_ctx_t ctx, ctx 137 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, &prev, value, size, pe, op); ctx 140 oshmem/mca/atomic/basic/atomic_basic_module.c static int mca_atomic_basic_add(shmem_ctx_t ctx, void *target, uint64_t value, ctx 143 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_op(ctx, target, value, size, pe, ctx 147 oshmem/mca/atomic/basic/atomic_basic_module.c static int mca_atomic_basic_and(shmem_ctx_t ctx, ctx 151 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_op(ctx, target, value, size, pe, ctx 155 oshmem/mca/atomic/basic/atomic_basic_module.c static int mca_atomic_basic_or(shmem_ctx_t ctx, void *target, uint64_t value, ctx 158 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_op(ctx, target, value, size, pe, ctx 162 oshmem/mca/atomic/basic/atomic_basic_module.c static int mca_atomic_basic_xor(shmem_ctx_t ctx, ctx 166 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_op(ctx, target, value, size, pe, ctx 170 oshmem/mca/atomic/basic/atomic_basic_module.c static int mca_atomic_basic_fadd(shmem_ctx_t ctx, void *target, void *prev, uint64_t value, ctx 173 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, prev, value, size, pe, ctx 177 oshmem/mca/atomic/basic/atomic_basic_module.c static int mca_atomic_basic_fand(shmem_ctx_t ctx, ctx 181 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, prev, value, size, pe, ctx 185 oshmem/mca/atomic/basic/atomic_basic_module.c static int mca_atomic_basic_for(shmem_ctx_t ctx, void *target, void *prev, uint64_t value, ctx 188 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, prev, value, size, pe, ctx 192 oshmem/mca/atomic/basic/atomic_basic_module.c static int mca_atomic_basic_fxor(shmem_ctx_t ctx, void *target, void *prev, uint64_t value, ctx 195 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, prev, value, size, pe, ctx 199 oshmem/mca/atomic/basic/atomic_basic_module.c static int mca_atomic_basic_swap(shmem_ctx_t ctx, void *target, void *prev, uint64_t value, ctx 202 oshmem/mca/atomic/basic/atomic_basic_module.c return mca_atomic_basic_fop(ctx, target, prev, value, size, pe, ctx 231 oshmem/mca/atomic/basic/atomic_basic_module.c void atomic_basic_lock(shmem_ctx_t ctx, int pe) ctx 243 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(put(ctx, (void*)(atomic_lock_sync + me), sizeof(lock_required), (void*)&lock_required, root_pe)); ctx 244 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(get(ctx, (void*)atomic_lock_sync, num_pe * sizeof(*atomic_lock_sync), (void*)local_lock_sync, root_pe)); ctx 247 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(get(ctx, (void*)atomic_lock_turn, sizeof(index), (void*)&index, root_pe)); ctx 250 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(get(ctx, (void*)atomic_lock_turn, sizeof(index), (void*)&index, root_pe)); ctx 251 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(get(ctx, (void*)atomic_lock_sync, num_pe * sizeof(*atomic_lock_sync), (void*)local_lock_sync, root_pe)); ctx 259 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(put(ctx, (void*)(atomic_lock_sync + me), sizeof(lock_active), (void*)&lock_active, root_pe)); ctx 260 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(get(ctx, (void*)atomic_lock_sync, num_pe * sizeof(*atomic_lock_sync), (void*)local_lock_sync, root_pe)); ctx 270 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(get(ctx, (void*)atomic_lock_turn, sizeof(*atomic_lock_turn), (void*)local_lock_turn, root_pe)); ctx 275 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(put(ctx, (void*)atomic_lock_turn, sizeof(me), (void*)&me, root_pe)); ctx 278 oshmem/mca/atomic/basic/atomic_basic_module.c void atomic_basic_unlock(shmem_ctx_t ctx, int pe) ctx 286 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(get(ctx, (void*)atomic_lock_sync, num_pe * sizeof(*atomic_lock_sync), (void*)local_lock_sync, root_pe)); ctx 287 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(get(ctx, (void*)atomic_lock_turn, sizeof(index), (void*)&index, root_pe)); ctx 293 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(put(ctx, (void*)atomic_lock_turn, sizeof(index), (void*)&index, root_pe)); ctx 296 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(put(ctx, (void*)(atomic_lock_sync + me), sizeof(lock_idle), (void*)&lock_idle, root_pe)); ctx 297 oshmem/mca/atomic/basic/atomic_basic_module.c MCA_SPML_CALL(get(ctx, (void*)atomic_lock_sync, num_pe * sizeof(*atomic_lock_sync), (void*)local_lock_sync, root_pe)); ctx 45 oshmem/mca/atomic/mxm/atomic_mxm.h int mca_atomic_mxm_add(shmem_ctx_t ctx, ctx 50 oshmem/mca/atomic/mxm/atomic_mxm.h int mca_atomic_mxm_fadd(shmem_ctx_t ctx, ctx 56 oshmem/mca/atomic/mxm/atomic_mxm.h int mca_atomic_mxm_swap(shmem_ctx_t ctx, ctx 62 oshmem/mca/atomic/mxm/atomic_mxm.h int mca_atomic_mxm_cswap(shmem_ctx_t ctx, ctx 27 oshmem/mca/atomic/mxm/atomic_mxm_cswap.c int mca_atomic_mxm_swap(shmem_ctx_t ctx, ctx 47 oshmem/mca/atomic/mxm/atomic_mxm_cswap.c int mca_atomic_mxm_cswap(shmem_ctx_t ctx, ctx 28 oshmem/mca/atomic/mxm/atomic_mxm_fadd.c int mca_atomic_mxm_add(shmem_ctx_t ctx, ctx 48 oshmem/mca/atomic/mxm/atomic_mxm_fadd.c int mca_atomic_mxm_fadd(shmem_ctx_t ctx, ctx 35 oshmem/mca/atomic/mxm/atomic_mxm_module.c static int mca_atomic_mxm_op_not_implemented(shmem_ctx_t ctx, ctx 44 oshmem/mca/atomic/mxm/atomic_mxm_module.c static int mca_atomic_mxm_fop_not_implemented(shmem_ctx_t ctx, ctx 45 oshmem/mca/atomic/ucx/atomic_ucx.h int mca_atomic_ucx_cswap(shmem_ctx_t ctx, ctx 22 oshmem/mca/atomic/ucx/atomic_ucx_cswap.c int mca_atomic_ucx_cswap(shmem_ctx_t ctx, ctx 33 oshmem/mca/atomic/ucx/atomic_ucx_cswap.c mca_spml_ucx_ctx_t *ucx_ctx = (mca_spml_ucx_ctx_t *)ctx; ctx 43 oshmem/mca/atomic/ucx/atomic_ucx_cswap.c ucx_mkey = mca_spml_ucx_get_mkey(ctx, pe, target, (void *)&rva, mca_spml_self); ctx 36 oshmem/mca/atomic/ucx/atomic_ucx_module.c int mca_atomic_ucx_op(shmem_ctx_t ctx, ctx 46 oshmem/mca/atomic/ucx/atomic_ucx_module.c mca_spml_ucx_ctx_t *ucx_ctx = (mca_spml_ucx_ctx_t *)ctx; ctx 50 oshmem/mca/atomic/ucx/atomic_ucx_module.c ucx_mkey = mca_spml_ucx_get_mkey(ctx, pe, target, (void *)&rva, mca_spml_self); ctx 58 oshmem/mca/atomic/ucx/atomic_ucx_module.c int mca_atomic_ucx_fop(shmem_ctx_t ctx, ctx 69 oshmem/mca/atomic/ucx/atomic_ucx_module.c mca_spml_ucx_ctx_t *ucx_ctx = (mca_spml_ucx_ctx_t *)ctx; ctx 73 oshmem/mca/atomic/ucx/atomic_ucx_module.c ucx_mkey = mca_spml_ucx_get_mkey(ctx, pe, target, (void *)&rva, mca_spml_self); ctx 82 oshmem/mca/atomic/ucx/atomic_ucx_module.c static int mca_atomic_ucx_add(shmem_ctx_t ctx, ctx 88 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_op(ctx, target, value, size, pe, UCP_ATOMIC_POST_OP_ADD); ctx 91 oshmem/mca/atomic/ucx/atomic_ucx_module.c static int mca_atomic_ucx_and(shmem_ctx_t ctx, ctx 98 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_op(ctx, target, value, size, pe, UCP_ATOMIC_POST_OP_AND); ctx 104 oshmem/mca/atomic/ucx/atomic_ucx_module.c static int mca_atomic_ucx_or(shmem_ctx_t ctx, ctx 111 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_op(ctx, target, value, size, pe, UCP_ATOMIC_POST_OP_OR); ctx 117 oshmem/mca/atomic/ucx/atomic_ucx_module.c static int mca_atomic_ucx_xor(shmem_ctx_t ctx, ctx 124 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_op(ctx, target, value, size, pe, UCP_ATOMIC_POST_OP_XOR); ctx 130 oshmem/mca/atomic/ucx/atomic_ucx_module.c static int mca_atomic_ucx_fadd(shmem_ctx_t ctx, ctx 137 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_fop(ctx, target, prev, value, size, pe, UCP_ATOMIC_FETCH_OP_FADD); ctx 140 oshmem/mca/atomic/ucx/atomic_ucx_module.c static int mca_atomic_ucx_fand(shmem_ctx_t ctx, ctx 148 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_fop(ctx, target, prev, value, size, pe, UCP_ATOMIC_FETCH_OP_FAND); ctx 154 oshmem/mca/atomic/ucx/atomic_ucx_module.c static int mca_atomic_ucx_for(shmem_ctx_t ctx, ctx 162 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_fop(ctx, target, prev, value, size, pe, UCP_ATOMIC_FETCH_OP_FOR); ctx 168 oshmem/mca/atomic/ucx/atomic_ucx_module.c static int mca_atomic_ucx_fxor(shmem_ctx_t ctx, ctx 176 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_fop(ctx, target, prev, value, size, pe, UCP_ATOMIC_FETCH_OP_FXOR); ctx 182 oshmem/mca/atomic/ucx/atomic_ucx_module.c static int mca_atomic_ucx_swap(shmem_ctx_t ctx, ctx 189 oshmem/mca/atomic/ucx/atomic_ucx_module.c return mca_atomic_ucx_fop(ctx, target, prev, value, size, pe, UCP_ATOMIC_FETCH_OP_SWAP); ctx 76 oshmem/mca/memheap/base/base.h OSHMEM_DECLSPEC sshmem_mkey_t * mca_memheap_base_get_cached_mkey_slow(shmem_ctx_t ctx, ctx 245 oshmem/mca/memheap/base/base.h static inline sshmem_mkey_t *mca_memheap_base_get_cached_mkey(shmem_ctx_t ctx, ctx 276 oshmem/mca/memheap/base/base.h return mca_memheap_base_get_cached_mkey_slow(ctx, s, pe, va, btl_id, rva); ctx 58 oshmem/mca/memheap/base/memheap_base_mkey.c shmem_ctx_t ctx; ctx 70 oshmem/mca/memheap/base/memheap_base_mkey.c static int memheap_oob_get_mkeys(shmem_ctx_t ctx, int pe, ctx 146 oshmem/mca/memheap/base/memheap_base_mkey.c static void unpack_remote_mkeys(shmem_ctx_t ctx, opal_buffer_t *msg, int remote_pe) ctx 186 oshmem/mca/memheap/base/memheap_base_mkey.c MCA_SPML_CALL(rmkey_unpack(ctx, &memheap_oob.mkeys[tr_id], memheap_oob.segno, remote_pe, tr_id)); ctx 246 oshmem/mca/memheap/base/memheap_base_mkey.c unpack_remote_mkeys(memheap_oob.ctx, buffer, source_pe); ctx 459 oshmem/mca/memheap/base/memheap_base_mkey.c static int memheap_oob_get_mkeys(shmem_ctx_t ctx, int pe, uint32_t seg, sshmem_mkey_t *mkeys) ctx 466 oshmem/mca/memheap/base/memheap_base_mkey.c if (OSHMEM_SUCCESS == MCA_SPML_CALL(oob_get_mkeys(ctx, pe, seg, mkeys))) { ctx 482 oshmem/mca/memheap/base/memheap_base_mkey.c memheap_oob.ctx = ctx; ctx 679 oshmem/mca/memheap/base/memheap_base_mkey.c sshmem_mkey_t * mca_memheap_base_get_cached_mkey_slow(shmem_ctx_t ctx, ctx 698 oshmem/mca/memheap/base/memheap_base_mkey.c rc = memheap_oob_get_mkeys(ctx, pe, ctx 75 oshmem/mca/spml/base/base.h OSHMEM_DECLSPEC int mca_spml_base_oob_get_mkeys(shmem_ctx_t ctx, ctx 80 oshmem/mca/spml/base/base.h OSHMEM_DECLSPEC void mca_spml_base_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t seg, int pe, int tr_id); ctx 250 oshmem/mca/spml/base/spml_base.c int mca_spml_base_oob_get_mkeys(shmem_ctx_t ctx, int pe, uint32_t segno, sshmem_mkey_t *mkeys) ctx 255 oshmem/mca/spml/base/spml_base.c void mca_spml_base_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t segno, int pe, int tr_id) ctx 578 oshmem/mca/spml/ikrit/spml_ikrit.c int mca_spml_ikrit_ctx_create(long options, shmem_ctx_t *ctx) ctx 582 oshmem/mca/spml/ikrit/spml_ikrit.c *ctx = (shmem_ctx_t)ctxp; ctx 586 oshmem/mca/spml/ikrit/spml_ikrit.c void mca_spml_ikrit_ctx_destroy(shmem_ctx_t ctx) ctx 588 oshmem/mca/spml/ikrit/spml_ikrit.c free(ctx); ctx 649 oshmem/mca/spml/ikrit/spml_ikrit.c int mca_spml_ikrit_get_nb(shmem_ctx_t ctx, ctx 659 oshmem/mca/spml/ikrit/spml_ikrit.c int mca_spml_ikrit_get(shmem_ctx_t ctx, void *src_addr, size_t size, void *dst_addr, int src) ctx 695 oshmem/mca/spml/ikrit/spml_ikrit.c static inline void get_completion_cb(void *ctx) ctx 697 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit_get_request_t *get_req = (mca_spml_ikrit_get_request_t *) ctx; ctx 734 oshmem/mca/spml/ikrit/spml_ikrit.c static inline void fence_completion_cb(void *ctx) ctx 737 oshmem/mca/spml/ikrit/spml_ikrit.c (mca_spml_ikrit_get_request_t *) ctx; ctx 767 oshmem/mca/spml/ikrit/spml_ikrit.c static inline void put_completion_cb(void *ctx) ctx 769 oshmem/mca/spml/ikrit/spml_ikrit.c mca_spml_ikrit_put_request_t *put_req = (mca_spml_ikrit_put_request_t *) ctx; ctx 959 oshmem/mca/spml/ikrit/spml_ikrit.c int mca_spml_ikrit_put_nb(shmem_ctx_t ctx, ctx 976 oshmem/mca/spml/ikrit/spml_ikrit.c int mca_spml_ikrit_put(shmem_ctx_t ctx, void* dst_addr, size_t size, void* src_addr, int dst) ctx 1007 oshmem/mca/spml/ikrit/spml_ikrit.c int mca_spml_ikrit_fence(shmem_ctx_t ctx) ctx 148 oshmem/mca/spml/ikrit/spml_ikrit.h shmem_ctx_t *ctx); ctx 149 oshmem/mca/spml/ikrit/spml_ikrit.h extern void mca_spml_ikrit_ctx_destroy(shmem_ctx_t ctx); ctx 150 oshmem/mca/spml/ikrit/spml_ikrit.h extern int mca_spml_ikrit_get(shmem_ctx_t ctx, ctx 155 oshmem/mca/spml/ikrit/spml_ikrit.h extern int mca_spml_ikrit_get_nb(shmem_ctx_t ctx, ctx 162 oshmem/mca/spml/ikrit/spml_ikrit.h extern int mca_spml_ikrit_put(shmem_ctx_t ctx, ctx 167 oshmem/mca/spml/ikrit/spml_ikrit.h extern int mca_spml_ikrit_put_nb(shmem_ctx_t ctx, ctx 191 oshmem/mca/spml/ikrit/spml_ikrit.h extern int mca_spml_ikrit_fence(shmem_ctx_t ctx); ctx 135 oshmem/mca/spml/spml.h typedef void (*mca_spml_base_module_mkey_unpack_fn_t)(shmem_ctx_t ctx, sshmem_mkey_t *, uint32_t segno, int remote_pe, int tr_id); ctx 183 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_oob_get_mkeys_fn_t)(shmem_ctx_t ctx, int pe, ctx 209 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_ctx_create_fn_t)(long options, shmem_ctx_t *ctx); ctx 217 oshmem/mca/spml/spml.h typedef void (*mca_spml_base_module_ctx_destroy_fn_t)(shmem_ctx_t ctx); ctx 229 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_put_fn_t)(shmem_ctx_t ctx, ctx 249 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_put_nb_fn_t)(shmem_ctx_t ctx, ctx 267 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_get_fn_t)(shmem_ctx_t ctx, ctx 286 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_get_nb_fn_t)(shmem_ctx_t ctx, ctx 352 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_fence_fn_t)(shmem_ctx_t ctx); ctx 360 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_quiet_fn_t)(shmem_ctx_t ctx); ctx 339 oshmem/mca/spml/ucx/spml_ucx.c void mca_spml_ucx_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t segno, int pe, int tr_id) ctx 342 oshmem/mca/spml/ucx/spml_ucx.c mca_spml_ucx_ctx_t *ucx_ctx = (mca_spml_ucx_ctx_t *)ctx; ctx 442 oshmem/mca/spml/ucx/spml_ucx.c mca_sshmem_ucx_segment_context_t *ctx = mem_seg->context; ctx 443 oshmem/mca/spml/ucx/spml_ucx.c ucx_mkey->mem_h = ctx->ucp_memh; ctx 514 oshmem/mca/spml/ucx/spml_ucx.c static inline void _ctx_add(mca_spml_ucx_ctx_array_t *array, mca_spml_ucx_ctx_t *ctx) ctx 519 oshmem/mca/spml/ucx/spml_ucx.c array->ctxs[array->ctxs_count] = ctx; ctx 526 oshmem/mca/spml/ucx/spml_ucx.c array->ctxs[array->ctxs_num] = ctx; ctx 534 oshmem/mca/spml/ucx/spml_ucx.c static inline void _ctx_remove(mca_spml_ucx_ctx_array_t *array, mca_spml_ucx_ctx_t *ctx) ctx 539 oshmem/mca/spml/ucx/spml_ucx.c if (array->ctxs[i] == ctx) { ctx 633 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_ctx_create(long options, shmem_ctx_t *ctx) ctx 656 oshmem/mca/spml/ucx/spml_ucx.c (*ctx) = (shmem_ctx_t)ucx_ctx; ctx 660 oshmem/mca/spml/ucx/spml_ucx.c void mca_spml_ucx_ctx_destroy(shmem_ctx_t ctx) ctx 662 oshmem/mca/spml/ucx/spml_ucx.c MCA_SPML_CALL(quiet(ctx)); ctx 665 oshmem/mca/spml/ucx/spml_ucx.c _ctx_remove(&mca_spml_ucx.active_array, (mca_spml_ucx_ctx_t *)ctx); ctx 666 oshmem/mca/spml/ucx/spml_ucx.c _ctx_add(&mca_spml_ucx.idle_array, (mca_spml_ucx_ctx_t *)ctx); ctx 674 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_get(shmem_ctx_t ctx, void *src_addr, size_t size, void *dst_addr, int src) ctx 678 oshmem/mca/spml/ucx/spml_ucx.c mca_spml_ucx_ctx_t *ucx_ctx = (mca_spml_ucx_ctx_t *)ctx; ctx 685 oshmem/mca/spml/ucx/spml_ucx.c ucx_mkey = mca_spml_ucx_get_mkey(ctx, src, src_addr, &rva, &mca_spml_ucx); ctx 697 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_get_nb(shmem_ctx_t ctx, void *src_addr, size_t size, void *dst_addr, int src, void **handle) ctx 702 oshmem/mca/spml/ucx/spml_ucx.c mca_spml_ucx_ctx_t *ucx_ctx = (mca_spml_ucx_ctx_t *)ctx; ctx 704 oshmem/mca/spml/ucx/spml_ucx.c ucx_mkey = mca_spml_ucx_get_mkey(ctx, src, src_addr, &rva, &mca_spml_ucx); ctx 711 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_put(shmem_ctx_t ctx, void* dst_addr, size_t size, void* src_addr, int dst) ctx 715 oshmem/mca/spml/ucx/spml_ucx.c mca_spml_ucx_ctx_t *ucx_ctx = (mca_spml_ucx_ctx_t *)ctx; ctx 722 oshmem/mca/spml/ucx/spml_ucx.c ucx_mkey = mca_spml_ucx_get_mkey(ctx, dst, dst_addr, &rva, &mca_spml_ucx); ctx 734 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_put_nb(shmem_ctx_t ctx, void* dst_addr, size_t size, void* src_addr, int dst, void **handle) ctx 739 oshmem/mca/spml/ucx/spml_ucx.c mca_spml_ucx_ctx_t *ucx_ctx = (mca_spml_ucx_ctx_t *)ctx; ctx 741 oshmem/mca/spml/ucx/spml_ucx.c ucx_mkey = mca_spml_ucx_get_mkey(ctx, dst, dst_addr, &rva, &mca_spml_ucx); ctx 750 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_fence(shmem_ctx_t ctx) ctx 753 oshmem/mca/spml/ucx/spml_ucx.c mca_spml_ucx_ctx_t *ucx_ctx = (mca_spml_ucx_ctx_t *)ctx; ctx 766 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_quiet(shmem_ctx_t ctx) ctx 769 oshmem/mca/spml/ucx/spml_ucx.c mca_spml_ucx_ctx_t *ucx_ctx = (mca_spml_ucx_ctx_t *)ctx; ctx 781 oshmem/mca/spml/ucx/spml_ucx.c if (ctx == oshmem_ctx_default) { ctx 870 oshmem/mca/spml/ucx/spml_ucx.c shmem_ctx_t ctx; ctx 890 oshmem/mca/spml/ucx/spml_ucx.c ctx = (shmem_ctx_t)mca_spml_ucx.aux_ctx; ctx 892 oshmem/mca/spml/ucx/spml_ucx.c ctx = oshmem_ctx_default; ctx 895 oshmem/mca/spml/ucx/spml_ucx.c assert(ctx != NULL); /* make coverity happy */ ctx 899 oshmem/mca/spml/ucx/spml_ucx.c rc = mca_spml_ucx_put_nb(ctx, ctx 906 oshmem/mca/spml/ucx/spml_ucx.c mca_spml_ucx_fence(ctx); ctx 908 oshmem/mca/spml/ucx/spml_ucx.c rc = MCA_ATOMIC_CALL(add(ctx, (void*)counter, val, sizeof(val), dst_pe)); ctx 912 oshmem/mca/spml/ucx/spml_ucx.c request = ucp_worker_flush_nb(((mca_spml_ucx_ctx_t*)ctx)->ucp_worker, 0, ctx 77 oshmem/mca/spml/ucx/spml_ucx.h typedef spml_ucx_mkey_t * (*mca_spml_ucx_get_mkey_slow_fn_t)(shmem_ctx_t ctx, int pe, void *va, void **rva); ctx 114 oshmem/mca/spml/ucx/spml_ucx.h shmem_ctx_t *ctx); ctx 115 oshmem/mca/spml/ucx/spml_ucx.h extern void mca_spml_ucx_ctx_destroy(shmem_ctx_t ctx); ctx 116 oshmem/mca/spml/ucx/spml_ucx.h extern int mca_spml_ucx_get(shmem_ctx_t ctx, ctx 121 oshmem/mca/spml/ucx/spml_ucx.h extern int mca_spml_ucx_get_nb(shmem_ctx_t ctx, ctx 128 oshmem/mca/spml/ucx/spml_ucx.h extern int mca_spml_ucx_put(shmem_ctx_t ctx, ctx 134 oshmem/mca/spml/ucx/spml_ucx.h extern int mca_spml_ucx_put_nb(shmem_ctx_t ctx, ctx 160 oshmem/mca/spml/ucx/spml_ucx.h extern void mca_spml_ucx_rmkey_unpack(shmem_ctx_t ctx, sshmem_mkey_t *mkey, uint32_t segno, int pe, int tr_id); ctx 166 oshmem/mca/spml/ucx/spml_ucx.h extern int mca_spml_ucx_fence(shmem_ctx_t ctx); ctx 167 oshmem/mca/spml/ucx/spml_ucx.h extern int mca_spml_ucx_quiet(shmem_ctx_t ctx); ctx 197 oshmem/mca/spml/ucx/spml_ucx.h mca_spml_ucx_get_mkey(shmem_ctx_t ctx, int pe, void *va, void **rva, mca_spml_ucx_t* module) ctx 200 oshmem/mca/spml/ucx/spml_ucx.h mca_spml_ucx_ctx_t *ucx_ctx = (mca_spml_ucx_ctx_t *)ctx; ctx 309 oshmem/mca/spml/ucx/spml_ucx_component.c static void _ctx_cleanup(mca_spml_ucx_ctx_t *ctx) ctx 318 oshmem/mca/spml/ucx/spml_ucx_component.c if (ctx->ucp_peers[i].mkeys[j].key.rkey != NULL) { ctx 319 oshmem/mca/spml/ucx/spml_ucx_component.c ucp_rkey_destroy(ctx->ucp_peers[i].mkeys[j].key.rkey); ctx 323 oshmem/mca/spml/ucx/spml_ucx_component.c del_procs[i].ep = ctx->ucp_peers[i].ucp_conn; ctx 325 oshmem/mca/spml/ucx/spml_ucx_component.c ctx->ucp_peers[i].ucp_conn = NULL; ctx 330 oshmem/mca/spml/ucx/spml_ucx_component.c ctx->ucp_worker); ctx 332 oshmem/mca/spml/ucx/spml_ucx_component.c free(ctx->ucp_peers); ctx 109 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c mca_sshmem_ucx_segment_context_t *ctx; ctx 153 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c ctx = calloc(1, sizeof(*ctx)); ctx 154 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c if (!ctx) { ctx 162 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c ds_buf->context = ctx; ctx 165 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c ctx->ucp_memh = mem_h; ctx 166 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c ctx->dev_mem = dev_mem; ctx 296 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c mca_sshmem_ucx_segment_context_t *ctx = ds_buf->context; ctx 298 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c if (ctx->shadow_allocator) { ctx 299 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c sshmem_ucx_shadow_destroy(ctx->shadow_allocator); ctx 302 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c ucp_mem_unmap(spml->ucp_context, ctx->ucp_memh); ctx 305 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c if (ctx->dev_mem) { ctx 306 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c uct_ib_md_release_device_mem(ctx->dev_mem); ctx 311 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c free(ctx); ctx 354 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c mca_sshmem_ucx_segment_context_t *ctx = s->context; ctx 364 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c if (!ctx->shadow_allocator) { ctx 365 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c ctx->shadow_allocator = sshmem_ucx_shadow_create(s->seg_size); ctx 366 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c if (!ctx->shadow_allocator) { ctx 376 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c res = sshmem_ucx_shadow_alloc(ctx->shadow_allocator, alloc_count, &index); ctx 379 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c res = sshmem_ucx_shadow_realloc(ctx->shadow_allocator, alloc_count, ctx 391 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c old_alloc_count = sshmem_ucx_shadow_size(ctx->shadow_allocator, old_index); ctx 394 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c sshmem_ucx_shadow_free(ctx->shadow_allocator, old_index); ctx 402 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c mca_sshmem_ucx_segment_context_t *ctx = s->context; ctx 408 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c return sshmem_ucx_shadow_free(ctx->shadow_allocator, ctx 26 oshmem/shmem/c/shmem_add.c #define DO_SHMEM_TYPE_ATOMIC_ADD(ctx, type_name, type, target, value, pe) { \ ctx 36 oshmem/shmem/c/shmem_add.c ctx, \ ctx 45 oshmem/shmem/c/shmem_add.c void prefix##_ctx##type_name##_atomic_add(shmem_ctx_t ctx, type *target, type value, int pe) \ ctx 47 oshmem/shmem/c/shmem_add.c DO_SHMEM_TYPE_ATOMIC_ADD(ctx, type_name, type, target, \ ctx 34 oshmem/shmem/c/shmem_context.c int shmem_ctx_create(long options, shmem_ctx_t *ctx) ctx 36 oshmem/shmem/c/shmem_context.c return MCA_SPML_CALL(ctx_create(options, ctx)); ctx 39 oshmem/shmem/c/shmem_context.c void shmem_ctx_destroy(shmem_ctx_t ctx) ctx 41 oshmem/shmem/c/shmem_context.c MCA_SPML_CALL(ctx_destroy(ctx)); ctx 28 oshmem/shmem/c/shmem_cswap.c #define DO_SHMEM_TYPE_ATOMIC_COMPARE_SWAP(ctx, type, target, cond, value, pe, out_value) do { \ ctx 38 oshmem/shmem/c/shmem_cswap.c ctx, \ ctx 49 oshmem/shmem/c/shmem_cswap.c type prefix##_ctx##type_name##_atomic_compare_swap(shmem_ctx_t ctx, type *target, type cond, type value, int pe) \ ctx 52 oshmem/shmem/c/shmem_cswap.c DO_SHMEM_TYPE_ATOMIC_COMPARE_SWAP(ctx, type, target, cond, value, \ ctx 28 oshmem/shmem/c/shmem_fadd.c #define DO_SHMEM_TYPE_ATOMIC_FETCH_ADD(ctx, type_name, type, target, value, pe, out_value) do { \ ctx 38 oshmem/shmem/c/shmem_fadd.c ctx, \ ctx 48 oshmem/shmem/c/shmem_fadd.c type prefix##_ctx##type_name##_atomic_fetch_add(shmem_ctx_t ctx, type *target, type value, int pe) \ ctx 51 oshmem/shmem/c/shmem_fadd.c DO_SHMEM_TYPE_ATOMIC_FETCH_ADD(ctx, type_name, type, target, \ ctx 30 oshmem/shmem/c/shmem_fence.c void shmem_ctx_fence(shmem_ctx_t ctx) ctx 33 oshmem/shmem/c/shmem_fence.c MCA_SPML_CALL(fence(ctx)); ctx 27 oshmem/shmem/c/shmem_fetch.c #define DO_SHMEM_TYPE_ATOMIC_FETCH(ctx, type_name, type, target, pe, out_value) do { \ ctx 38 oshmem/shmem/c/shmem_fetch.c ctx, \ ctx 48 oshmem/shmem/c/shmem_fetch.c type prefix##_ctx##type_name##_atomic_fetch(shmem_ctx_t ctx, const type *target, int pe) \ ctx 51 oshmem/shmem/c/shmem_fetch.c DO_SHMEM_TYPE_ATOMIC_FETCH(ctx, type_name, type, target, \ ctx 28 oshmem/shmem/c/shmem_finc.c #define DO_SHMEM_TYPE_ATOMIC_FETCH_INC(ctx, type_name, type, target, pe, out_value) do { \ ctx 39 oshmem/shmem/c/shmem_finc.c ctx, \ ctx 49 oshmem/shmem/c/shmem_finc.c type prefix##_ctx##type_name##_atomic_fetch_inc(shmem_ctx_t ctx, type *target, int pe) \ ctx 52 oshmem/shmem/c/shmem_finc.c DO_SHMEM_TYPE_ATOMIC_FETCH_INC(ctx, type_name, type, target,\ ctx 25 oshmem/shmem/c/shmem_g.c #define DO_SHMEM_TYPE_G(ctx, type, addr, pe, out_value) do { \ ctx 35 oshmem/shmem/c/shmem_g.c ctx, \ ctx 44 oshmem/shmem/c/shmem_g.c type prefix##_ctx##type_name##_g(shmem_ctx_t ctx, const type *addr, int pe) \ ctx 47 oshmem/shmem/c/shmem_g.c DO_SHMEM_TYPE_G(ctx, type, addr, pe, out_value); \ ctx 25 oshmem/shmem/c/shmem_get.c #define DO_SHMEM_TYPE_GET(ctx, type, target, source, nelems, pe) do { \ ctx 35 oshmem/shmem/c/shmem_get.c ctx, \ ctx 44 oshmem/shmem/c/shmem_get.c void shmem_ctx##type_name##_get(shmem_ctx_t ctx, type *target, const type *source, size_t nelems, int pe) \ ctx 46 oshmem/shmem/c/shmem_get.c DO_SHMEM_TYPE_GET(ctx, type, target, source, nelems, pe); \ ctx 176 oshmem/shmem/c/shmem_get.c #define DO_SHMEM_GETMEM(ctx, target, source, element_size, nelems, pe) do { \ ctx 186 oshmem/shmem/c/shmem_get.c ctx, \ ctx 195 oshmem/shmem/c/shmem_get.c void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \ ctx 197 oshmem/shmem/c/shmem_get.c DO_SHMEM_GETMEM(ctx, target, source, element_size, nelems, pe); \ ctx 25 oshmem/shmem/c/shmem_get_nb.c #define DO_SHMEM_TYPE_GET_NB(ctx, type, target, source, nelems, pe) do { \ ctx 35 oshmem/shmem/c/shmem_get_nb.c ctx, \ ctx 44 oshmem/shmem/c/shmem_get_nb.c void shmem_ctx##type_name##_get_nbi(shmem_ctx_t ctx, type *target, const type *source, size_t nelems, int pe) \ ctx 46 oshmem/shmem/c/shmem_get_nb.c DO_SHMEM_TYPE_GET_NB(ctx, type, target, source, nelems, pe); \ ctx 176 oshmem/shmem/c/shmem_get_nb.c #define DO_SHMEM_GETMEM_NB(ctx, target, source, element_size, nelems, pe) do { \ ctx 186 oshmem/shmem/c/shmem_get_nb.c ctx, \ ctx 195 oshmem/shmem/c/shmem_get_nb.c void prefix##_ctx##name##_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \ ctx 197 oshmem/shmem/c/shmem_get_nb.c DO_SHMEM_GETMEM_NB(ctx, target, source, element_size, nelems, pe); \ ctx 26 oshmem/shmem/c/shmem_iget.c #define DO_SHMEM_TYPE_IGET(ctx, type, target, source, tst, sst, nelems, pe) do { \ ctx 39 oshmem/shmem/c/shmem_iget.c ctx, \ ctx 49 oshmem/shmem/c/shmem_iget.c void shmem_ctx##type_name##_iget(shmem_ctx_t ctx, type *target, const type *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ ctx 51 oshmem/shmem/c/shmem_iget.c DO_SHMEM_TYPE_IGET(ctx, type, target, source, tst, sst, nelems, pe); \ ctx 179 oshmem/shmem/c/shmem_iget.c #define DO_SHMEM_IGETMEM(ctx, target, source, tst, sst, element_size, nelems, pe) do { \ ctx 190 oshmem/shmem/c/shmem_iget.c ctx, \ ctx 200 oshmem/shmem/c/shmem_iget.c void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ ctx 202 oshmem/shmem/c/shmem_iget.c DO_SHMEM_IGETMEM(ctx, target, source, tst, sst, \ ctx 27 oshmem/shmem/c/shmem_inc.c #define DO_SHMEM_TYPE_ATOMIC_INC(ctx, type_name, type, target, pe) do { \ ctx 38 oshmem/shmem/c/shmem_inc.c ctx, \ ctx 47 oshmem/shmem/c/shmem_inc.c void prefix##_ctx##type_name##_atomic_inc(shmem_ctx_t ctx, type *target, int pe) \ ctx 49 oshmem/shmem/c/shmem_inc.c DO_SHMEM_TYPE_ATOMIC_INC(ctx, type_name, type, target, pe); \ ctx 26 oshmem/shmem/c/shmem_iput.c #define DO_SHMEM_TYPE_IPUT(ctx, type, target, source, tst, sst, nelemes, pe) do { \ ctx 39 oshmem/shmem/c/shmem_iput.c ctx, \ ctx 49 oshmem/shmem/c/shmem_iput.c void shmem_ctx##type_name##_iput(shmem_ctx_t ctx, type *target, const type *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ ctx 51 oshmem/shmem/c/shmem_iput.c DO_SHMEM_TYPE_IPUT(ctx, type, target, source, tst, sst, \ ctx 180 oshmem/shmem/c/shmem_iput.c #define DO_SHMEM_IPUTMEM(ctx, target, source, tst, sst, element_size, nelems, pe) do { \ ctx 191 oshmem/shmem/c/shmem_iput.c ctx, \ ctx 201 oshmem/shmem/c/shmem_iput.c void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \ ctx 203 oshmem/shmem/c/shmem_iput.c DO_SHMEM_IPUTMEM(ctx, target, source, tst, sst, \ ctx 28 oshmem/shmem/c/shmem_p.c #define DO_SHMEM_TYPE_P(ctx, type, addr, value, pe) do { \ ctx 38 oshmem/shmem/c/shmem_p.c ctx, \ ctx 47 oshmem/shmem/c/shmem_p.c void prefix##_ctx##type_name##_p(shmem_ctx_t ctx, type *addr, type value, int pe) \ ctx 49 oshmem/shmem/c/shmem_p.c DO_SHMEM_TYPE_P(ctx, type, addr, value, pe); \ ctx 28 oshmem/shmem/c/shmem_put.c #define DO_SHMEM_TYPE_PUT(ctx, type, target, source, len, pe) do { \ ctx 38 oshmem/shmem/c/shmem_put.c ctx, \ ctx 47 oshmem/shmem/c/shmem_put.c void shmem_ctx##type_name##_put(shmem_ctx_t ctx, type *target, const type *source, size_t len, int pe)\ ctx 49 oshmem/shmem/c/shmem_put.c DO_SHMEM_TYPE_PUT(ctx, type, target, source, len, pe); \ ctx 179 oshmem/shmem/c/shmem_put.c #define DO_SHMEM_PUTMEM(ctx, target, source, element_size, nelems, pe) do { \ ctx 189 oshmem/shmem/c/shmem_put.c ctx, \ ctx 198 oshmem/shmem/c/shmem_put.c void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \ ctx 200 oshmem/shmem/c/shmem_put.c DO_SHMEM_PUTMEM(ctx, target, source, \ ctx 32 oshmem/shmem/c/shmem_put_nb.c #define DO_SHMEM_TYPE_PUT_NB(ctx, type, target, source, len, pe) do { \ ctx 42 oshmem/shmem/c/shmem_put_nb.c ctx, \ ctx 51 oshmem/shmem/c/shmem_put_nb.c void shmem_ctx##type_name##_put_nbi(shmem_ctx_t ctx, type *target, const type *source, size_t len, int pe) \ ctx 53 oshmem/shmem/c/shmem_put_nb.c DO_SHMEM_TYPE_PUT_NB(ctx, type, target, source, len, pe); \ ctx 183 oshmem/shmem/c/shmem_put_nb.c #define DO_SHMEM_PUTMEM_NB(ctx, target, source, element_size, nelems, pe) do { \ ctx 193 oshmem/shmem/c/shmem_put_nb.c ctx, \ ctx 202 oshmem/shmem/c/shmem_put_nb.c void prefix##_ctx##name##_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \ ctx 204 oshmem/shmem/c/shmem_put_nb.c DO_SHMEM_PUTMEM_NB(ctx, target, source, element_size, \ ctx 30 oshmem/shmem/c/shmem_quiet.c void shmem_ctx_quiet(shmem_ctx_t ctx) ctx 33 oshmem/shmem/c/shmem_quiet.c MCA_SPML_CALL(quiet(ctx)); ctx 26 oshmem/shmem/c/shmem_set.c #define DO_SHMEM_TYPE_ATOMIC_SET(ctx, type, target, value, pe) do { \ ctx 37 oshmem/shmem/c/shmem_set.c ctx, \ ctx 47 oshmem/shmem/c/shmem_set.c void prefix##_ctx##type_name##_atomic_set(shmem_ctx_t ctx, type *target, type value, int pe) \ ctx 49 oshmem/shmem/c/shmem_set.c DO_SHMEM_TYPE_ATOMIC_SET(ctx, type, target, value, pe); \ ctx 26 oshmem/shmem/c/shmem_swap.c #define DO_SHMEM_TYPE_ATOMIC_SWAP(ctx, type, target, value, pe, out_value) do { \ ctx 36 oshmem/shmem/c/shmem_swap.c ctx, \ ctx 46 oshmem/shmem/c/shmem_swap.c type prefix##_ctx##type_name##_atomic_swap(shmem_ctx_t ctx, type *target, type value, int pe) \ ctx 49 oshmem/shmem/c/shmem_swap.c DO_SHMEM_TYPE_ATOMIC_SWAP(ctx, type, target, value, pe, \ ctx 147 test/util/bipartite_graph.c static int test_graph_create(void *ctx) ctx 210 test/util/bipartite_graph.c static int test_graph_clone(void *ctx) ctx 264 test/util/bipartite_graph.c static int test_graph_accessors(void *ctx) ctx 305 test/util/bipartite_graph.c static int test_graph_assignment_solver(void *ctx) ctx 696 test/util/bipartite_graph.c static int test_graph_bellman_ford(void *ctx) ctx 891 test/util/bipartite_graph.c static int test_graph_flow_conversion(void *ctx) ctx 964 test/util/bipartite_graph.c static int test_graph_param_checking(void *ctx) ctx 1022 test/util/bipartite_graph.c static int test_graph_helper_macros(void *ctx)