op_buffer          55 ompi/mca/osc/rdma/osc_rdma_active_target.c     pending_op->op_buffer = NULL;
op_buffer          91 ompi/mca/osc/rdma/osc_rdma_active_target.c         memmove (pending_op->op_result, pending_op->op_buffer, pending_op->op_size);
op_buffer          68 ompi/mca/osc/rdma/osc_rdma_lock.h             ret = ompi_osc_rdma_frag_alloc (module, 8, &pending_op->op_frag, (char **) &pending_op->op_buffer);
op_buffer          72 ompi/mca/osc/rdma/osc_rdma_lock.h             ret = module->selected_btl->btl_atomic_fop (module->selected_btl, endpoint, pending_op->op_buffer,
op_buffer          86 ompi/mca/osc/rdma/osc_rdma_lock.h             *result = ((int64_t *) pending_op->op_buffer)[0];
op_buffer          88 ompi/mca/osc/rdma/osc_rdma_lock.h             ompi_osc_rdma_atomic_complete (module->selected_btl, endpoint, pending_op->op_buffer,
op_buffer         202 ompi/mca/osc/rdma/osc_rdma_lock.h             ret = ompi_osc_rdma_frag_alloc (module, 8, &pending_op->op_frag, (char **) &pending_op->op_buffer);
op_buffer         205 ompi/mca/osc/rdma/osc_rdma_lock.h             ret = module->selected_btl->btl_atomic_cswap (module->selected_btl, endpoint, pending_op->op_buffer,
op_buffer         219 ompi/mca/osc/rdma/osc_rdma_lock.h             *result = ((int64_t *) pending_op->op_buffer)[0];
op_buffer         184 ompi/mca/osc/rdma/osc_rdma_types.h     void *op_buffer;