Searched refs:totalCount (Results 1 – 3 of 3) sorted by relevance
145 UINT32 totalCount = 0; in OsKProcessPmUsage() local158 OsVmPhysUsedInfoGet(&usedCount, &totalCount); in OsKProcessPmUsage()160 memUsed = SYS_MEM_SIZE_DEFAULT - (totalCount << PAGE_SHIFT); in OsKProcessPmUsage()542 VOID OsVmPhysUsedInfoGet(UINT32 *usedCount, UINT32 *totalCount) in OsVmPhysUsedInfoGet() argument548 if (usedCount == NULL || totalCount == NULL) { in OsVmPhysUsedInfoGet()552 *totalCount = 0; in OsVmPhysUsedInfoGet()557 *totalCount += physSeg->size >> PAGE_SHIFT; in OsVmPhysUsedInfoGet()559 *usedCount += (*totalCount - segFreePages); in OsVmPhysUsedInfoGet()
140 UINT32 usedCount, totalCount; in OsShellCmdFreeInfo() local141 OsVmPhysUsedInfoGet(&usedCount, &totalCount); in OsShellCmdFreeInfo()143 memUsed = SYS_MEM_SIZE_DEFAULT - (totalCount << PAGE_SHIFT); in OsShellCmdFreeInfo()
70 VOID OsVmPhysUsedInfoGet(UINT32 *usedCount, UINT32 *totalCount);