mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[NTOSKRNL] Store the total dirty pages per shared cache map in it.
This commit is contained in:
parent
2362e0faae
commit
5cc0668b21
3 changed files with 9 additions and 1 deletions
|
@ -159,8 +159,9 @@ typedef struct _ROS_SHARED_CACHE_MAP
|
|||
PVOID LazyWriteContext;
|
||||
KSPIN_LOCK CacheMapLock;
|
||||
ULONG OpenCount;
|
||||
ULONG DirtyPageThreshold;
|
||||
ULONG DirtyPages;
|
||||
LIST_ENTRY SharedCacheMapLinks;
|
||||
ULONG DirtyPageThreshold;
|
||||
#if DBG
|
||||
BOOLEAN Trace; /* enable extra trace output for this cache map and it's VACBs */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue