mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 11:12:56 +08:00
[NTOSKRNL] Contrary to WinDBG !filecache, we don't display CONTROL_AREA but shared cache map
This commit is contained in:
@@ -1500,7 +1500,8 @@ ExpKdbgExtFileCache(ULONG Argc, PCHAR Argv[])
|
||||
PLIST_ENTRY ListEntry;
|
||||
UNICODE_STRING NoName = RTL_CONSTANT_STRING(L"No name for File");
|
||||
|
||||
KdbpPrint("Control\t\tValid\tDirty\tName\n");
|
||||
KdbpPrint(" Usage Summary (in kb)\n");
|
||||
KdbpPrint("Shared\t\tValid\tDirty\tName\n");
|
||||
/* No need to lock the spin lock here, we're in DBG */
|
||||
for (ListEntry = CcCleanSharedCacheMapList.Flink;
|
||||
ListEntry != &CcCleanSharedCacheMapList;
|
||||
|
||||
Reference in New Issue
Block a user