rcv_buf           148 oshmem/mca/spml/ucx/spml_ucx.c     void *rcv_buf    = NULL;
rcv_buf           175 oshmem/mca/spml/ucx/spml_ucx.c     rcv_buf = malloc(rcv_offsets[nprocs - 1] + rcv_sizes[nprocs - 1]);
rcv_buf           176 oshmem/mca/spml/ucx/spml_ucx.c     if (NULL == rcv_buf) {
rcv_buf           180 oshmem/mca/spml/ucx/spml_ucx.c     rc = oshmem_shmem_allgatherv(local_data, rcv_buf, local_size, rcv_sizes, rcv_offsets);
rcv_buf           185 oshmem/mca/spml/ucx/spml_ucx.c     *rdata_p    = rcv_buf;
rcv_buf           191 oshmem/mca/spml/ucx/spml_ucx.c     if (rcv_buf) 
rcv_buf           192 oshmem/mca/spml/ucx/spml_ucx.c         free(rcv_buf);
rcv_buf            19 oshmem/runtime/oshmem_shmem_exchange.c int oshmem_shmem_allgather(void *send_buf, void *rcv_buf, int elem_size)
rcv_buf            24 oshmem/runtime/oshmem_shmem_exchange.c                         rcv_buf, elem_size, MPI_BYTE, oshmem_comm_world);
rcv_buf            29 oshmem/runtime/oshmem_shmem_exchange.c int oshmem_shmem_allgatherv(void *send_buf, void* rcv_buf, int send_count,
rcv_buf            35 oshmem/runtime/oshmem_shmem_exchange.c                          rcv_buf, rcv_size, displs, MPI_BYTE, oshmem_comm_world);
rcv_buf           134 oshmem/runtime/runtime.h OSHMEM_DECLSPEC int oshmem_shmem_allgather(void *send_buf, void *rcv_buf, int elem_size);
rcv_buf           139 oshmem/runtime/runtime.h OSHMEM_DECLSPEC int oshmem_shmem_allgatherv(void *send_buf, void* rcv_buf, int send_count,