mirror of
https://github.com/reactos/reactos.git
synced 2025-04-11 08:13:25 +00:00
![]() If a thread calls MiInsertPageInFreeList after the zero page thread has woken up from its wait but before it acquired the PFN lock, MmZeroingPageEvent might get set again even though there is no additional work to be done. By setting MmZeroingPageThreadActive together with the event, the variable correctly indicates for future callers that the zero thread will process newly added free pages. This partially reverts r72990. |
||
---|---|---|
.. | ||
amd64 | ||
arm | ||
ARM3 | ||
i386 | ||
powerpc | ||
balance.c | ||
freelist.c | ||
marea.c | ||
mmfault.c | ||
mminit.c | ||
pagefile.c | ||
region.c | ||
rmap.c | ||
section.c | ||
shutdown.c |