reactos/ntoskrnl/cc
Pierre Schweitzer f4e67aa837
[NTOSKRNL] Properly implement lazy writer activity watching.
We get rid of the old iLazyWriterNotify event in favor of work items
that contain an event that lazy writer will set once its done.
To implement this, we rely on the newly introduced CcPostTickWorkQueue work queue
that will contain work items that are to be queued once lazy writer is done.

Move the CcWaitForCurrentLazyWriterActivity() implementation to the
lazy writer file, and reimplemented it using the new support mechanisms
2018-02-07 21:37:17 +01:00
..
cacheman.c [NTOSKRNL] Properly implement lazy writer activity watching. 2018-02-07 21:37:17 +01:00
copy.c [NTOSKRNL] Properly implement lazy writer activity watching. 2018-02-07 21:37:17 +01:00
fs.c [NTOSKRNL] Add an helper for marking a VACB clean (ie, not dirty). 2018-02-01 08:36:17 +01:00
lazywrite.c [NTOSKRNL] Properly implement lazy writer activity watching. 2018-02-07 21:37:17 +01:00
mdl.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
pin.c [NTOSKRNL] Misc fixes to Cc: 2018-01-28 11:14:15 +01:00
view.c [NTOSKRNL] Drop the always running thread for lazy writer. 2018-02-07 21:37:17 +01:00