rdma_length        39 ompi/mca/pml/ob1/pml_ob1_rdmafrag.h typedef void (*mca_pml_ob1_rdma_frag_callback_t)(struct mca_pml_ob1_rdma_frag_t *frag, int64_t rdma_length);
rdma_length        49 ompi/mca/pml/ob1/pml_ob1_rdmafrag.h     size_t rdma_length;  /* how much the fragment will transfer */
rdma_length       202 ompi/mca/pml/ob1/pml_ob1_recvreq.c     assert ((uint64_t) rdma_size == frag->rdma_length);
rdma_length       366 ompi/mca/pml/ob1/pml_ob1_recvreq.c                                            recvreq, frag->rdma_offset, frag->rdma_length, false);
rdma_length       393 ompi/mca/pml/ob1/pml_ob1_recvreq.c         OPAL_THREAD_ADD_FETCH_SIZE_T(&recvreq->req_bytes_received, frag->rdma_length);
rdma_length       394 ompi/mca/pml/ob1/pml_ob1_recvreq.c         SPC_USER_OR_MPI(recvreq->req_recv.req_base.req_tag, (ompi_spc_value_t)frag->rdma_length,
rdma_length       399 ompi/mca/pml/ob1/pml_ob1_recvreq.c                               frag->rdma_length, 0, 0);
rdma_length       444 ompi/mca/pml/ob1/pml_ob1_recvreq.c                                   frag->local_address, frag->rdma_length, local_handle,
rdma_length       453 ompi/mca/pml/ob1/pml_ob1_recvreq.c                                   &(recvreq->req_recv.req_base), frag->rdma_length,
rdma_length       459 ompi/mca/pml/ob1/pml_ob1_recvreq.c     SPC_RECORD(OMPI_SPC_BYTES_PUT, (ompi_spc_value_t)frag->rdma_length);
rdma_length       480 ompi/mca/pml/ob1/pml_ob1_recvreq.c         mca_bml_base_register_mem (bml_btl, frag->local_address, frag->rdma_length, MCA_BTL_REG_FLAG_LOCAL_WRITE |
rdma_length       495 ompi/mca/pml/ob1/pml_ob1_recvreq.c                                  frag->rdma_length, PERUSE_RECV);
rdma_length       499 ompi/mca/pml/ob1/pml_ob1_recvreq.c                            (mca_btl_base_registration_handle_t *) frag->remote_handle, frag->rdma_length,
rdma_length       502 ompi/mca/pml/ob1/pml_ob1_recvreq.c     SPC_RECORD(OMPI_SPC_BYTES_GET, (ompi_spc_value_t)frag->rdma_length);
rdma_length       784 ompi/mca/pml/ob1/pml_ob1_recvreq.c             frag->rdma_length = rdma_bml->btl->btl_get_limit;
rdma_length       786 ompi/mca/pml/ob1/pml_ob1_recvreq.c             frag->rdma_length = bytes_remaining;
rdma_length       789 ompi/mca/pml/ob1/pml_ob1_recvreq.c         prev_sent = frag->rdma_length;
rdma_length      1053 ompi/mca/pml/ob1/pml_ob1_recvreq.c         frag->rdma_length   = size;
rdma_length       257 ompi/mca/pml/ob1/pml_ob1_sendreq.c mca_pml_ob1_rget_completion (mca_pml_ob1_rdma_frag_t *frag, int64_t rdma_length)
rdma_length       264 ompi/mca/pml/ob1/pml_ob1_sendreq.c     if (OPAL_LIKELY(0 < rdma_length)) {
rdma_length       265 ompi/mca/pml/ob1/pml_ob1_sendreq.c         frag_remaining = OPAL_THREAD_SUB_FETCH_SIZE_T(&frag->rdma_bytes_remaining, (size_t)rdma_length);
rdma_length       266 ompi/mca/pml/ob1/pml_ob1_sendreq.c         SPC_USER_OR_MPI(sendreq->req_send.req_base.req_ompi.req_status.MPI_TAG, (ompi_spc_value_t)rdma_length,
rdma_length       270 ompi/mca/pml/ob1/pml_ob1_sendreq.c             OPAL_THREAD_ADD_FETCH_SIZE_T(&sendreq->req_bytes_delivered, frag->rdma_length);
rdma_length       707 ompi/mca/pml/ob1/pml_ob1_sendreq.c     frag->rdma_length = size;
rdma_length      1120 ompi/mca/pml/ob1/pml_ob1_sendreq.c                                              frag->rdma_length);
rdma_length      1146 ompi/mca/pml/ob1/pml_ob1_sendreq.c                               frag->rdma_hdr.hdr_rdma.hdr_frag, frag->rdma_length,
rdma_length      1150 ompi/mca/pml/ob1/pml_ob1_sendreq.c         OPAL_THREAD_ADD_FETCH_SIZE_T(&sendreq->req_bytes_delivered, frag->rdma_length);
rdma_length      1151 ompi/mca/pml/ob1/pml_ob1_sendreq.c         SPC_USER_OR_MPI(sendreq->req_send.req_base.req_ompi.req_status.MPI_TAG, (ompi_spc_value_t)frag->rdma_length,
rdma_length      1184 ompi/mca/pml/ob1/pml_ob1_sendreq.c             mca_bml_base_register_mem (bml_btl, frag->local_address, frag->rdma_length, 0,
rdma_length      1198 ompi/mca/pml/ob1/pml_ob1_sendreq.c                                   &(((mca_pml_ob1_send_request_t*)frag->rdma_req)->req_send.req_base), frag->rdma_length, PERUSE_SEND );
rdma_length      1201 ompi/mca/pml/ob1/pml_ob1_sendreq.c                            (mca_btl_base_registration_handle_t *) frag->remote_handle, frag->rdma_length,
rdma_length      1204 ompi/mca/pml/ob1/pml_ob1_sendreq.c     SPC_RECORD(OMPI_SPC_BYTES_PUT, (ompi_spc_value_t)frag->rdma_length);
rdma_length      1254 ompi/mca/pml/ob1/pml_ob1_sendreq.c     frag->rdma_length = hdr->hdr_dst_size;