Home
last modified time | relevance | path

Searched refs:portSyncSpinlockRelease (Results 1 – 20 of 20) sorted by relevance

/open-nvidia-gpu/src/nvidia/src/kernel/diagnostics/
H A Dnvlog.c293 portSyncSpinlockRelease(NvLogLogger.mainLock); in nvlogAllocBuffer()
333 portSyncSpinlockRelease(NvLogLogger.mainLock); in nvlogDeallocBuffer()
398 portSyncSpinlockRelease(NvLogLogger.mainLock); in nvlogExtractBufferChunk()
531 portSyncSpinlockRelease(NvLogLogger.mainLock); in nvlogGetBufferSnapshot()
559 portSyncSpinlockRelease(NvLogLogger.mainLock); in nvlogRingBufferPush()
571 portSyncSpinlockRelease(NvLogLogger.mainLock); in nvlogRingBufferPush()
621 portSyncSpinlockRelease(NvLogLogger.mainLock); in nvlogNowrapBufferPush()
633 portSyncSpinlockRelease(NvLogLogger.mainLock); in nvlogNowrapBufferPush()
658 portSyncSpinlockRelease(NvLogLogger.mainLock); in nvlogNowrapBufferPush()
663 portSyncSpinlockRelease(NvLogLogger.mainLock); in nvlogNowrapBufferPush()
H A Dnvlog_printf.c259 portSyncSpinlockRelease(_nv_dbg_lock); in nvDbg_vPrintf()
/open-nvidia-gpu/src/nvidia/inc/libraries/nvport/inline/
H A Dsync_tracking.h43 #undef portSyncSpinlockRelease
114 #define portSyncSpinlockRelease(pSpinlock) \ macro
118 portSyncSpinlockRelease(pSpinlock); \
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mem_mgr/phys_mem_allocator/
H A Dphys_mem_allocator.c304 portSyncSpinlockRelease(pPma->pPmaLock); in pmaQueryConfigs()
349 portSyncSpinlockRelease(pPma->pPmaLock); in pmaNumaOnlined()
367 portSyncSpinlockRelease(pPma->pPmaLock); in pmaNumaOfflined()
1154 portSyncSpinlockRelease(pPma->pPmaLock); in pmaAllocatePages()
1272 portSyncSpinlockRelease(pPma->pPmaLock); in pmaPinPages()
1364 portSyncSpinlockRelease(pPma->pPmaLock); in pmaFreePages()
1515 portSyncSpinlockRelease(pPma->pPmaLock); in pmaRegisterEvictionCb()
1554 portSyncSpinlockRelease(pPma->pPmaLock); in pmaUnregisterEvictionCb()
1588 portSyncSpinlockRelease(pPma->pPmaLock); in pmaGetFreeMemory()
1605 portSyncSpinlockRelease(pPma->pPmaLock); in pmaGetFreeMemory()
[all …]
H A Dnuma.c229 portSyncSpinlockRelease(pPma->pPmaLock); in _pmaNumaAllocateRange()
383 portSyncSpinlockRelease(pPma->pPmaLock); in _pmaNumaAllocatePages()
684 portSyncSpinlockRelease(pPma->pPmaLock); in pmaNumaAllocate()
766 portSyncSpinlockRelease(pPma->pPmaLock); in pmaNumaSetReclaimSkipThreshold()
H A Dphys_mem_allocator_util.c301 portSyncSpinlockRelease(pPma->pPmaLock); in pmaSetBlockStateAttrib()
464 portSyncSpinlockRelease(pPma->pPmaLock); in _pmaEvictContiguous()
584 portSyncSpinlockRelease(pPma->pPmaLock); in _pmaEvictPages()
808 portSyncSpinlockRelease(pPma->pPmaLock); in _pmaClearScrubBit()
/open-nvidia-gpu/src/nvidia/src/kernel/core/
H A Dlocks.c507 portSyncSpinlockRelease(rmGpuLockInfo.pLock); in rmGpuLockAlloc()
610 portSyncSpinlockRelease(rmGpuLockInfo.pLock); in rmGpuLockFree()
1024 portSyncSpinlockRelease(rmGpuLockInfo.pLock); in _rmGpuLocksAcquire()
1050 portSyncSpinlockRelease(rmGpuLockInfo.pLock); in _rmGpuLocksAcquire()
1061 portSyncSpinlockRelease(rmGpuLockInfo.pLock); in _rmGpuLocksAcquire()
1154 portSyncSpinlockRelease(rmGpuLockInfo.pLock); in _rmGpuLocksAcquire()
1334 portSyncSpinlockRelease(rmGpuLockInfo.pLock); in rmGpuGroupLockIsOwner()
1658 portSyncSpinlockRelease(rmGpuLockInfo.pLock); in _rmGpuLocksRelease()
1803 portSyncSpinlockRelease(rmGpuLockInfo.pLock); in _rmGpuLocksRelease()
2395 portSyncSpinlockRelease(intrMaskLock[pGpu->gpuInstance].pLock); in rmIntrMaskLockRelease()
H A Dthread_state.c573 portSyncSpinlockRelease(threadStateDatabase.spinlock); in threadStateInit()
585 portSyncSpinlockRelease(threadStateDatabase.spinlock); in threadStateInit()
841 portSyncSpinlockRelease(threadStateDatabase.spinlock); in threadStateFree()
999 portSyncSpinlockRelease(threadStateDatabase.spinlock); in _threadStateGet()
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/
H A Dgpu_access.c858 portSyncSpinlockRelease(pRegFilter->pRegFilterLock); in regAddRegisterFilter()
897 portSyncSpinlockRelease(pRegFilter->pRegFilterLock); in regAddRegisterFilter()
936 portSyncSpinlockRelease(pRegFilter->pRegFilterLock); in regRemoveRegisterFilter()
956 portSyncSpinlockRelease(pRegFilter->pRegFilterLock); in regRemoveRegisterFilter()
964 portSyncSpinlockRelease(pRegFilter->pRegFilterLock); in regRemoveRegisterFilter()
1070 portSyncSpinlockRelease(pRegFilter->pRegFilterLock); in _gpuHandleReadRegisterFilter()
1105 portSyncSpinlockRelease(pRegFilter->pRegFilterLock); in _gpuHandleReadRegisterFilter()
1171 portSyncSpinlockRelease(pRegFilter->pRegFilterLock); in _gpuHandleWriteRegisterFilter()
1198 portSyncSpinlockRelease(pRegFilter->pRegFilterLock); in _gpuHandleWriteRegisterFilter()
/open-nvidia-gpu/src/nvidia/src/kernel/rmapi/
H A Devent_notification.c187 portSyncSpinlockRelease(pEventNotificationList->pSpinlock); in _gpuEngineEventNotificationListLockPreemptible()
204 portSyncSpinlockRelease(pEventNotificationList->pSpinlock); in _gpuEngineEventNotificationListUnlockPreemptible()
290 portSyncSpinlockRelease(pEventNotificationList->pSpinlock); in _gpuEngineEventNotificationListNotify()
361 portSyncSpinlockRelease(pEventNotificationList->pSpinlock); in _gpuEngineEventNotificationListNotify()
/open-nvidia-gpu/src/nvidia/inc/libraries/nvport/
H A Dsync.h228 void portSyncSpinlockRelease(PORT_SPINLOCK *pSpinlock);
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mem_mgr/
H A Dsem_surf.c394 portSyncSpinlockRelease(pShared->pSpinlock); in _semsurfEventCallback()
1015 portSyncSpinlockRelease(pShared->pSpinlock); in semsurfDestruct_IMPL()
1194 portSyncSpinlockRelease(pSemSurf->pShared->pSpinlock); in _semsurfSetValueAndNotify()
1469 portSyncSpinlockRelease(pSemSurf->pShared->pSpinlock); in _semsurfAddWaiter()
1504 portSyncSpinlockRelease(pSemSurf->pShared->pSpinlock); in _semsurfAddWaiter()
1678 portSyncSpinlockRelease(pSemSurf->pShared->pSpinlock); in _semsurfDelWaiter()
/open-nvidia-gpu/src/nvidia/src/libraries/nvport/sync/
H A Dsync_unix_kernel_os.c84 portSyncSpinlockRelease in portSyncSpinlockRelease() function
/open-nvidia-gpu/src/nvidia/src/libraries/nvport/memory/
H A Dmemory_tracking.c113 static void portSyncSpinlockRelease(PORT_SPINLOCK *pSpinlock) in portSyncSpinlockRelease() function
134 #define PORT_MEM_LOCK_RELEASE(lock) portSyncSpinlockRelease(lock)
1553 portSyncSpinlockRelease(pSpinlock); in _portMemAllocatorAllocExistingWrapper()
1599 portSyncSpinlockRelease(pSpinlock); in _portMemAllocatorFreeExistingWrapper()
/open-nvidia-gpu/src/nvidia/src/libraries/resserv/src/
H A Drs_server.c438 portSyncSpinlockRelease(pServer->pDisabledClientListLock); in _serverFreeClient_underlock()
943 portSyncSpinlockRelease(pServer->pDisabledClientListLock); in _getNextDisabledClient()
1093 portSyncSpinlockRelease(pServer->pDisabledClientListLock); in serverFreeResourceTree()
3228 portSyncSpinlockRelease(pServer->pShareMapLock); in serverAllocShareWithHalspecParent()
3231 portSyncSpinlockRelease(pServer->pShareMapLock); in serverAllocShareWithHalspecParent()
3287 portSyncSpinlockRelease(pServer->pShareMapLock); in serverFreeShare()
/open-nvidia-gpu/src/nvidia/src/libraries/tls/
H A Dtls.c143 #define TLS_SPINLOCK_RELEASE(x) portSyncSpinlockRelease(x)
/open-nvidia-gpu/src/nvidia/arch/nvalloc/unix/src/
H A Dos.c1415 portSyncSpinlockRelease(nv->event_spinlock); in osReferenceObjectCount()
1419 portSyncSpinlockRelease(nv->event_spinlock); in osReferenceObjectCount()
1435 portSyncSpinlockRelease(nv->event_spinlock); in osDereferenceObjectCount()
1463 portSyncSpinlockRelease(nv->event_spinlock); in osUserHandleToKernelPtr()
H A Dosapi.c406 portSyncSpinlockRelease(nv->event_spinlock); in free_os_events()
492 portSyncSpinlockRelease(nv->event_spinlock); in allocate_os_event()
499 portSyncSpinlockRelease(nv->event_spinlock); in allocate_os_event()
570 portSyncSpinlockRelease(nv->event_spinlock); in free_os_event()
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mmu/
H A Dkern_gmmu.c1749 portSyncSpinlockRelease(pFaultBuffer->pShadowFaultBufLock); in kgmmuClientShadowFaultBufferRegister_IMPL()
1846 portSyncSpinlockRelease(pFaultBuffer->pShadowFaultBufLock); in kgmmuClientShadowFaultBufferUnregister_IMPL()
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mmu/arch/volta/
H A Dkern_gmmu_gv100.c1175 portSyncSpinlockRelease(pKernelGmmu->mmuFaultBuffer[GPU_GFID_PF].pShadowFaultBufLock); in kgmmuCopyMmuFaults_GV100()