post_index        245 ompi/mca/osc/rdma/osc_rdma_active_target.c     uint64_t target = (uint64_t) (intptr_t) peer->state + offsetof (ompi_osc_rdma_state_t, post_index);
post_index        246 ompi/mca/osc/rdma/osc_rdma_active_target.c     ompi_osc_rdma_lock_t post_index, result, _tmp_value;
post_index        257 ompi/mca/osc/rdma/osc_rdma_active_target.c         ret = ompi_osc_rdma_lock_btl_fop (module, peer, target, MCA_BTL_ATOMIC_ADD, 1, &post_index, true);
post_index        262 ompi/mca/osc/rdma/osc_rdma_active_target.c         post_index = ompi_osc_rdma_counter_add ((osc_rdma_atomic_counter_t *) (intptr_t) target, 1) - 1;
post_index        265 ompi/mca/osc/rdma/osc_rdma_active_target.c     post_index &= OMPI_OSC_RDMA_POST_PEER_MAX - 1;
post_index        268 ompi/mca/osc/rdma/osc_rdma_active_target.c         sizeof (osc_rdma_counter_t) * post_index;
post_index        271 ompi/mca/osc/rdma/osc_rdma_active_target.c         OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "attempting to post to index %d @ rank %d", (int)post_index, peer->rank);
post_index        160 ompi/mca/osc/rdma/osc_rdma_types.h     osc_rdma_counter_t post_index;
post_index         86 ompi/mca/osc/ucx/osc_ucx.h     volatile uint64_t post_index;
post_index        378 ompi/mca/osc/ucx/osc_ucx_component.c     module->state.post_index = 0;