[NTOSKRNL:CC] Calculate Dirty Pages like NT5
This commit is contained in:
committad av
CodingWorkshop Signing Team
förälder
3ae19eaf01
incheckning
11683762c3
@@ -1373,8 +1373,8 @@ CcAdjustWriteBehindThreadPoolIfNeeded(
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (CcGlobalDirtyPageStatistics.DirtyPages > 0x2000 || NeedAdjustment)
|
||||
{ auto DirtyPages = (CcTotalDirtyPages + CcPagesWrittenLastTime);
|
||||
if (DirtyPages > 0x2000 || NeedAdjustment)
|
||||
{
|
||||
if (CcIsWriteBehindThreadpoolAtLowPriority())
|
||||
{
|
||||
|
||||
Referens i nytt ärende
Block a user