Home
last modified time | relevance | path

Searched refs:sysMemExportCache (Results 1 – 3 of 3) sorted by relevance

/open-nvidia-gpu/src/nvidia/src/kernel/mem_mgr/
H A Dmem_export.c160 pEntry = multimapFindItem(&pSys->sysMemExportCache, uuid.nodeId, in _memoryexportDup()
280 if (multimapFindSubmap(&pSys->sysMemExportCache, in _memoryexportConstruct()
283 if ((pSubmap = multimapInsertSubmap(&pSys->sysMemExportCache, in _memoryexportConstruct()
291 pEntry = multimapInsertItemNew(&pSys->sysMemExportCache, in _memoryexportConstruct()
310 multimapRemoveSubmap(&pSys->sysMemExportCache, pSubmap); in _memoryexportConstruct()
471 multimapRemoveItemByKey(&pSys->sysMemExportCache, in memoryexportDestruct_IMPL()
475 pSubmap = multimapFindSubmap(&pSys->sysMemExportCache, in memoryexportDestruct_IMPL()
479 multimapRemoveSubmap(&pSys->sysMemExportCache, pSubmap); in memoryexportDestruct_IMPL()
1246 pSubmap = multimapFindSubmap(&pSys->sysMemExportCache, nodeId); in memoryexportClearCache()
1254 multimapRemoveItem(&pSys->sysMemExportCache, it.pValue); in memoryexportClearCache()
[all …]
/open-nvidia-gpu/src/nvidia/src/kernel/core/
H A Dsystem.c106 NV_ASSERT(multimapCountItems(&pSys->sysMemExportCache) == 0); in _sysDestroyMemExportCache()
108 multimapDestroy(&pSys->sysMemExportCache); in _sysDestroyMemExportCache()
114 multimapInit(&pSys->sysMemExportCache, portMemAllocatorGetGlobalNonPaged()); in _sysInitMemExportCache()
/open-nvidia-gpu/src/nvidia/generated/
H A Dg_system_nvoc.h449 SYS_MEM_EXPORT_CACHE sysMemExportCache; member