dtohStream        127 opal/mca/common/cuda/common_cuda.c static CUstream dtohStream = NULL;
dtohStream        738 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuStreamCreate(&dtohStream, 0);
dtohStream        888 opal/mca/common/cuda/common_cuda.c         if ((NULL != dtohStream) && ctx_ok) {
dtohStream        889 opal/mca/common/cuda/common_cuda.c             cuFunc.cuStreamDestroy(dtohStream);
dtohStream       1420 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventRecord(cuda_event_dtoh_array[cuda_event_dtoh_first_avail], dtohStream);
dtohStream       1492 opal/mca/common/cuda/common_cuda.c     return (void *)dtohStream;