dreqs             194 opal/mca/common/ucx/common_ucx.c     void *dreq, **dreqs;
dreqs             203 opal/mca/common/ucx/common_ucx.c     dreqs = malloc(sizeof(*dreqs) * max_reqs);
dreqs             204 opal/mca/common/ucx/common_ucx.c     if (dreqs == NULL) {
dreqs             224 opal/mca/common/ucx/common_ucx.c                 dreqs[num_reqs++] = dreq;
dreqs             226 opal/mca/common/ucx/common_ucx.c                     opal_common_ucx_wait_all_requests(dreqs, num_reqs, worker);
dreqs             235 opal/mca/common/ucx/common_ucx.c     opal_common_ucx_wait_all_requests(dreqs, num_reqs, worker);
dreqs             236 opal/mca/common/ucx/common_ucx.c     free(dreqs);