max_reqs          193 opal/mca/common/ucx/common_ucx.c     size_t max_reqs;
max_reqs          201 opal/mca/common/ucx/common_ucx.c     max_reqs = (max_disconnect > count) ? count : max_disconnect;
max_reqs          203 opal/mca/common/ucx/common_ucx.c     dreqs = malloc(sizeof(*dreqs) * max_reqs);