Home
last modified time | relevance | path

Searched refs:post_desc (Results 1 – 20 of 20) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/ugni/
H A Dbtl_ugni_rdma.h32 post_desc->desc.type = op_type; in init_gni_post_desc()
44 post_desc->desc.rdma_mode = 0; in init_gni_post_desc()
46 post_desc->tries = 0; in init_gni_post_desc()
65 if (OPAL_UNLIKELY(NULL == post_desc)) { in mca_btl_ugni_post_fma()
93 if (OPAL_UNLIKELY(NULL == post_desc)) { in mca_btl_ugni_post_bte()
118 if (OPAL_UNLIKELY(NULL == post_desc)) { in mca_btl_ugni_post_cqwrite()
128 post_desc->tries = 0; in mca_btl_ugni_post_cqwrite()
129 post_desc->cq = cq; in mca_btl_ugni_post_cqwrite()
160 if (GNI_POST_RDMA_PUT == post_desc->desc.type || GNI_POST_RDMA_GET == post_desc->desc.type) { in mca_btl_ugni_repost()
161 return mca_btl_ugni_endpoint_post_rdma (post_desc->endpoint, post_desc); in mca_btl_ugni_repost()
[all …]
H A Dbtl_ugni_atomic.c82 mca_btl_ugni_post_descriptor_t *post_desc; in mca_btl_ugni_aop() local
99 if (OPAL_UNLIKELY(NULL == post_desc)) { in mca_btl_ugni_aop()
105 post_desc->desc.amo_cmd = gni_op; in mca_btl_ugni_aop()
107 post_desc->desc.first_operand = operand; in mca_btl_ugni_aop()
140 if (OPAL_UNLIKELY(NULL == post_desc)) { in mca_btl_ugni_afop()
147 post_desc->desc.amo_cmd = gni_op; in mca_btl_ugni_afop()
149 post_desc->desc.first_operand = operand; in mca_btl_ugni_afop()
172 if (OPAL_UNLIKELY(NULL == post_desc)) { in mca_btl_ugni_acswap()
179 post_desc->desc.amo_cmd = gni_op; in mca_btl_ugni_acswap()
181 post_desc->desc.first_operand = compare; in mca_btl_ugni_acswap()
[all …]
H A Dbtl_ugni_component.c591 mca_btl_ugni_post_descriptor_t *post_desc; in mca_btl_ugni_post_pending() local
604 if (NULL == post_desc) { in mca_btl_ugni_post_pending()
607 rc = mca_btl_ugni_repost (ugni_module, post_desc); in mca_btl_ugni_post_pending()
610 opal_list_prepend (&device->pending_post, (opal_list_item_t *) post_desc); in mca_btl_ugni_post_pending()
622 mca_btl_ugni_post_descriptor_t *post_desc[MCA_BTL_UGNI_COMPLETIONS_PER_LOOP]; in mca_btl_ugni_progress_rdma() local
634 BTL_VERBOSE(("post descriptor %p complete. GNI_CQ_STATUS_OK(): %d", (void*)post_desc[i], in mca_btl_ugni_progress_rdma()
642 if (OPAL_UNLIKELY(++post_desc[i]->tries >= mca_btl_ugni_component.rdma_max_retries || in mca_btl_ugni_progress_rdma()
650 btl_ugni_dump_post_desc (post_desc[i]); in mca_btl_ugni_progress_rdma()
652 mca_btl_ugni_post_desc_complete (ugni_module, post_desc[i], OPAL_ERROR); in mca_btl_ugni_progress_rdma()
657 mca_btl_ugni_repost (ugni_module, post_desc[i]); in mca_btl_ugni_progress_rdma()
[all …]
H A Dbtl_ugni_device.h206 mca_btl_ugni_post_descriptor_t **post_desc; member
237 args->post_desc[i] = MCA_BTL_UGNI_DESC_TO_PDESC(desc); in mca_btl_ugni_cq_get_completed_desc_device()
243 mca_btl_ugni_ep_return_rdma (args->post_desc[i]->ep_handle); in mca_btl_ugni_cq_get_completed_desc_device()
244 args->post_desc[i]->ep_handle = NULL; in mca_btl_ugni_cq_get_completed_desc_device()
401 … gni_cq_entry_t *event_data, mca_btl_ugni_post_descriptor_t **post_desc, in mca_btl_ugni_cq_get_completed_desc() argument
404 …completed_desc_arg_t args = {.cq = cq, .event_data = event_data, .post_desc = post_desc, .count = … in mca_btl_ugni_cq_get_completed_desc()
H A Dbtl_ugni_frag.h75 gni_post_descriptor_t post_desc; member
87 …((mca_btl_ugni_base_frag_t *)((uintptr_t) (desc) - offsetof (mca_btl_ugni_base_frag_t, post_desc)))
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/ugni/
H A Dbtl_ugni_rdma.h32 post_desc->endpoint = endpoint; in init_post_desc()
33 post_desc->cbfunc = cbfunc; in init_post_desc()
34 post_desc->ctx = cbcontext; in init_post_desc()
35 post_desc->cbdata = cbdata; in init_post_desc()
36 post_desc->local_handle = local_handle; in init_post_desc()
37 post_desc->gni_desc.type = op_type; in init_post_desc()
49 post_desc->gni_desc.rdma_mode = 0; in init_post_desc()
61 mca_btl_ugni_post_descriptor_t post_desc; in mca_btl_ugni_post_fma() local
85 mca_btl_ugni_post_descriptor_t post_desc; in mca_btl_ugni_post_bte() local
114 mca_btl_ugni_post_descriptor_t post_desc; in mca_btl_ugni_post_cqwrite() local
[all …]
H A Dbtl_ugni_atomic.c82 mca_btl_ugni_post_descriptor_t post_desc; in mca_btl_ugni_aop() local
101 post_desc.gni_desc.amo_cmd = gni_op; in mca_btl_ugni_aop()
102 post_desc.gni_desc.first_operand = operand; in mca_btl_ugni_aop()
104 return mca_btl_ugni_endpoint_post_fma (endpoint, &post_desc); in mca_btl_ugni_aop()
113 mca_btl_ugni_post_descriptor_t post_desc; in mca_btl_ugni_afop() local
132 post_desc.gni_desc.amo_cmd = gni_op; in mca_btl_ugni_afop()
133 post_desc.gni_desc.first_operand = operand; in mca_btl_ugni_afop()
143 mca_btl_ugni_post_descriptor_t post_desc; in mca_btl_ugni_acswap() local
153 post_desc.gni_desc.amo_cmd = gni_op; in mca_btl_ugni_acswap()
154 post_desc.gni_desc.first_operand = compare; in mca_btl_ugni_acswap()
[all …]
H A Dbtl_ugni_device.h137 mca_btl_ugni_post_descriptor_t *post_desc; member
144 mca_btl_ugni_post_descriptor_t *post_desc = &rdma_desc->btl_ugni_desc; in _mca_btl_ugni_repost_rdma_desc_device() local
147 if (post_desc->use_bte) { in _mca_btl_ugni_repost_rdma_desc_device()
148 rc = GNI_PostRdma (rdma_desc->gni_handle, &post_desc->gni_desc); in _mca_btl_ugni_repost_rdma_desc_device()
150 rc = GNI_PostFma (rdma_desc->gni_handle, &post_desc->gni_desc); in _mca_btl_ugni_repost_rdma_desc_device()
157 … mca_btl_ugni_post_descriptor_t *post_desc, in _mca_btl_ugni_cq_get_completed_desc_device() argument
197 post_desc[desc_index] = rdma_desc->btl_ugni_desc; in _mca_btl_ugni_cq_get_completed_desc_device()
198 post_desc[desc_index++].rc = desc_rc; in _mca_btl_ugni_cq_get_completed_desc_device()
214 …return _mca_btl_ugni_cq_get_completed_desc_device (device, args->cq, args->post_desc, args->count,… in mca_btl_ugni_cq_get_completed_desc_device()
545 mca_btl_ugni_post_descriptor_t *post_desc, in mca_btl_ugni_cq_get_completed_desc() argument
[all …]
H A Dbtl_ugni_component.c623 … struct mca_btl_ugni_post_descriptor_t *post_desc, const int count) in mca_btl_ugni_handle_rdma_completions() argument
628 BTL_VERBOSE(("post descriptor complete. status: %d", post_desc[i].rc)); in mca_btl_ugni_handle_rdma_completions()
630 if (OPAL_UNLIKELY(OPAL_SUCCESS != post_desc[i].rc)) { in mca_btl_ugni_handle_rdma_completions()
632 btl_ugni_dump_post_desc (post_desc + i); in mca_btl_ugni_handle_rdma_completions()
635 bte_complete += post_desc[i].use_bte == true; in mca_btl_ugni_handle_rdma_completions()
637 mca_btl_ugni_post_desc_complete (ugni_module, post_desc + i, post_desc[i].rc); in mca_btl_ugni_handle_rdma_completions()
648 mca_btl_ugni_post_descriptor_t post_desc[MCA_BTL_UGNI_COMPLETIONS_PER_LOOP]; in mca_btl_ugni_progress_rdma() local
651 …rc = mca_btl_ugni_cq_get_completed_desc (device, cq, post_desc, MCA_BTL_UGNI_COMPLETIONS_PER_LOOP); in mca_btl_ugni_progress_rdma()
658 mca_btl_ugni_handle_rdma_completions (ugni_module, device, post_desc, rc); in mca_btl_ugni_progress_rdma()
H A Dbtl_ugni_frag.h77 gni_post_descriptor_t post_desc; member
H A Dbtl_ugni.h509 … struct mca_btl_ugni_post_descriptor_t *post_desc, const int count);
/dports/www/p5-HTML-LinkList/HTML-LinkList-0.1701/lib/HTML/
H A DLinkList.pm1198 $format{post_desc});
1852 post_desc=>$args{post_desc},
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/foreign/
H A Dcollect-callback.scrbl22 does not allocate, which is why @var{pre_desc} and @var{post_desc} are
/dports/www/p5-HTML-LinkList/HTML-LinkList-0.1701/
H A DREADME91 post_desc=>'',
157 post_desc
194 post_desc=>'',
304 post_desc
680 %format = ( pre_desc=>' ', post_desc=>'', pre_item=>'<li>',
H A DOldChanges46 Added 'pre_desc' and 'post_desc' options to enable one to
H A DREADME.mkdn96 post_desc=>'',
200 post_desc=>'',
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dthread.c8894 Scheme_Object *post_desc; member
8907 desc->post_desc = post; in scheme_add_gc_callback()
8994 acts = desc->post_desc; in run_gc_callbacks()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dthread.c8894 Scheme_Object *post_desc; member
8907 desc->post_desc = post; in scheme_add_gc_callback()
8994 acts = desc->post_desc; in run_gc_callbacks()
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/inside/
H A Dmemory.scrbl1178 [Scheme_Object* post_desc])]{
/dports/lang/racket/racket-8.3/doc/inside/
H A Dblueboxes.rktd510       Scheme_Object* post_desc)