mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[NTOSKRNL] Contrary to WinDBG !filecache, we don't display CONTROL_AREA but shared cache map
This commit is contained in:
parent
5c52ae6695
commit
9c27193a43
1 changed files with 2 additions and 1 deletions
|
@ -1500,7 +1500,8 @@ ExpKdbgExtFileCache(ULONG Argc, PCHAR Argv[])
|
||||||
PLIST_ENTRY ListEntry;
|
PLIST_ENTRY ListEntry;
|
||||||
UNICODE_STRING NoName = RTL_CONSTANT_STRING(L"No name for File");
|
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 */
|
/* No need to lock the spin lock here, we're in DBG */
|
||||||
for (ListEntry = CcCleanSharedCacheMapList.Flink;
|
for (ListEntry = CcCleanSharedCacheMapList.Flink;
|
||||||
ListEntry != &CcCleanSharedCacheMapList;
|
ListEntry != &CcCleanSharedCacheMapList;
|
||||||
|
|
Loading…
Reference in a new issue