Home
last modified time | relevance | path

Searched refs:pNvencSessionListItem (Results 1 – 2 of 2) sorted by relevance

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/nvenc/
H A Dnvencsession.c49 PNVENC_SESSION_LIST_ITEM pNvencSessionListItem = NULL; in nvencsessionConstruct_IMPL() local
131 if (pNvencSessionListItem == NULL) in nvencsessionConstruct_IMPL()
154 pNvencSessionListItem->hClient = hClient; in nvencsessionConstruct_IMPL()
155 pNvencSessionListItem->sessionPtr = pNvencSession; in nvencsessionConstruct_IMPL()
179 PNVENC_SESSION_LIST_ITEM pNvencSessionListItem; in nvencsessionDestruct_IMPL() local
212 pNvencSessionListItem != NULL; in nvencsessionDestruct_IMPL()
213 pNvencSessionListItem = pNvencSessionListItemNext) in nvencsessionDestruct_IMPL()
217 if (pNvencSessionListItem != NULL && (pNvencSessionListItem->sessionPtr == pNvencSession)) in nvencsessionDestruct_IMPL()
386 PNVENC_SESSION_LIST_ITEM pNvencSessionListItem; in _gpuNvEncSessionDataProcessing() local
393 pNvencSessionListItem != NULL; in _gpuNvEncSessionDataProcessing()
[all …]
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/subdevice/
H A Dsubdevice_ctrl_gpu_kernel.c849 PNVENC_SESSION_LIST_ITEM pNvencSessionListItem = NULL; in subdeviceCtrlCmdGpuGetNvencSwSessionStats_IMPL() local
880 for (pNvencSessionListItem = listHead(&(pGpu->nvencSessionList)); in subdeviceCtrlCmdGpuGetNvencSwSessionStats_IMPL()
881 pNvencSessionListItem != NULL; in subdeviceCtrlCmdGpuGetNvencSwSessionStats_IMPL()
882 pNvencSessionListItem = listNext(&(pGpu->nvencSessionList), pNvencSessionListItem)) in subdeviceCtrlCmdGpuGetNvencSwSessionStats_IMPL()
884 if (pNvencSessionListItem->sessionPtr) in subdeviceCtrlCmdGpuGetNvencSwSessionStats_IMPL()
886 pNvencSession = pNvencSessionListItem->sessionPtr; in subdeviceCtrlCmdGpuGetNvencSwSessionStats_IMPL()
911 PNVENC_SESSION_LIST_ITEM pNvencSessionListItem = NULL; in _subdeviceCtrlCmdGpuGetNvencSwSessionInfo() local
922 pNvencSessionListItem != NULL; in _subdeviceCtrlCmdGpuGetNvencSwSessionInfo()
923 pNvencSessionListItem = listNext(&(pGpu->nvencSessionList), pNvencSessionListItem)) in _subdeviceCtrlCmdGpuGetNvencSwSessionInfo()
925 if (pNvencSessionListItem->sessionPtr) in _subdeviceCtrlCmdGpuGetNvencSwSessionInfo()
[all …]