cuda_event_htod_array  170 opal/mca/common/cuda/common_cuda.c CUevent *cuda_event_htod_array = NULL;
cuda_event_htod_array  674 opal/mca/common/cuda/common_cuda.c         cuda_event_htod_array = (CUevent *) calloc(cuda_event_max, sizeof(CUevent *));
cuda_event_htod_array  675 opal/mca/common/cuda/common_cuda.c         if (NULL == cuda_event_htod_array) {
cuda_event_htod_array  684 opal/mca/common/cuda/common_cuda.c             res = cuFunc.cuEventCreate(&cuda_event_htod_array[i], CU_EVENT_DISABLE_TIMING);
cuda_event_htod_array  854 opal/mca/common/cuda/common_cuda.c         if (NULL != cuda_event_htod_array) {
cuda_event_htod_array  857 opal/mca/common/cuda/common_cuda.c                     if (NULL != cuda_event_htod_array[i]) {
cuda_event_htod_array  858 opal/mca/common/cuda/common_cuda.c                         cuFunc.cuEventDestroy(cuda_event_htod_array[i]);
cuda_event_htod_array  862 opal/mca/common/cuda/common_cuda.c             free(cuda_event_htod_array);
cuda_event_htod_array 1468 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventRecord(cuda_event_htod_array[cuda_event_htod_first_avail], htodStream);
cuda_event_htod_array 1610 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuEventQuery(cuda_event_htod_array[cuda_event_htod_first_used]);