htodStream        128 opal/mca/common/cuda/common_cuda.c static CUstream htodStream = NULL;
htodStream        747 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuStreamCreate(&htodStream, 0);
htodStream        891 opal/mca/common/cuda/common_cuda.c         if ((NULL != htodStream) && ctx_ok) {
htodStream        892 opal/mca/common/cuda/common_cuda.c             cuFunc.cuStreamDestroy(htodStream);
htodStream       1468 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventRecord(cuda_event_htod_array[cuda_event_htod_first_avail], htodStream);
htodStream       1499 opal/mca/common/cuda/common_cuda.c     return (void *)htodStream;