Home
last modified time | relevance | path

Searched refs:rd_posted (Results 1 – 10 of 10) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/openib/
H A Dbtl_openib_endpoint.h126 int32_t rd_posted; /**< number of descriptors posted to the nic*/ member
412 if(ep->qps[qp].u.pp_qp.rd_posted <= rd_low) in mca_btl_openib_endpoint_post_rr_nolock()
413 num_post = rd_num - ep->qps[qp].u.pp_qp.rd_posted; in mca_btl_openib_endpoint_post_rr_nolock()
423 OPAL_THREAD_ADD32(&ep->qps[qp].u.pp_qp.rd_posted, num_post); in mca_btl_openib_endpoint_post_rr_nolock()
H A Dbtl_openib_component.c3239 OPAL_THREAD_ADD32(&ep->qps[rqp].u.pp_qp.rd_posted, -1); in btl_openib_handle_incoming()
3244 OPAL_THREAD_ADD32(&btl->qps[rqp].u.srq_qp.rd_posted, -1); in btl_openib_handle_incoming()
3318 OPAL_THREAD_ADD32(&ep->qps[rqp].u.pp_qp.rd_posted, -1); in btl_openib_handle_incoming_completion()
3322 OPAL_THREAD_ADD32(&btl->qps[rqp].u.srq_qp.rd_posted, -1); in btl_openib_handle_incoming_completion()
3910 if(openib_btl->qps[qp].u.srq_qp.rd_posted > rd_low_local) { in mca_btl_openib_post_srr()
3914 num_post = rd_curr_num - openib_btl->qps[qp].u.srq_qp.rd_posted; in mca_btl_openib_post_srr()
3938 OPAL_THREAD_ADD32(&openib_btl->qps[qp].u.srq_qp.rd_posted, num_post); in mca_btl_openib_post_srr()
H A Dbtl_openib.h430 int32_t rd_posted; member
H A Dbtl_openib_endpoint.c157 ep_qp->u.pp_qp.rd_posted = 0; in endpoint_init_qp_pp()
H A Dbtl_openib.c331 openib_btl->qps[qp].u.srq_qp.rd_posted = 0; in create_srq()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/openib/
H A Dbtl_openib_endpoint.h126 int32_t rd_posted; /**< number of descriptors posted to the nic*/ member
412 if(ep->qps[qp].u.pp_qp.rd_posted <= rd_low) in mca_btl_openib_endpoint_post_rr_nolock()
413 num_post = rd_num - ep->qps[qp].u.pp_qp.rd_posted; in mca_btl_openib_endpoint_post_rr_nolock()
423 OPAL_THREAD_ADD_FETCH32(&ep->qps[qp].u.pp_qp.rd_posted, num_post); in mca_btl_openib_endpoint_post_rr_nolock()
H A Dbtl_openib_component.c3281 OPAL_THREAD_ADD_FETCH32(&ep->qps[rqp].u.pp_qp.rd_posted, -1); in btl_openib_handle_incoming()
3286 OPAL_THREAD_ADD_FETCH32(&btl->qps[rqp].u.srq_qp.rd_posted, -1); in btl_openib_handle_incoming()
3360 OPAL_THREAD_ADD_FETCH32(&ep->qps[rqp].u.pp_qp.rd_posted, -1); in btl_openib_handle_incoming_completion()
3364 OPAL_THREAD_ADD_FETCH32(&btl->qps[rqp].u.srq_qp.rd_posted, -1); in btl_openib_handle_incoming_completion()
3954 if(openib_btl->qps[qp].u.srq_qp.rd_posted > rd_low_local) { in mca_btl_openib_post_srr()
3958 num_post = rd_curr_num - openib_btl->qps[qp].u.srq_qp.rd_posted; in mca_btl_openib_post_srr()
3982 OPAL_THREAD_ADD_FETCH32(&openib_btl->qps[qp].u.srq_qp.rd_posted, num_post); in mca_btl_openib_post_srr()
H A Dbtl_openib.h437 int32_t rd_posted; member
H A Dbtl_openib_endpoint.c157 ep_qp->u.pp_qp.rd_posted = 0; in endpoint_init_qp_pp()
H A Dbtl_openib.c332 openib_btl->qps[qp].u.srq_qp.rd_posted = 0; in create_srq()