|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <cc.h>

Public Attributes | |
| LIST_ENTRY | WorkQueue |
| KDPC | ScanDpc |
| KTIMER | ScanTimer |
| BOOLEAN | ScanActive |
| BOOLEAN | OtherWork |
| BOOLEAN | PendingTeardown |
| BOOLEAN _LAZY_WRITER::OtherWork |
Definition at line 248 of file cc.h.
Referenced by CcLazyWriteScan(), and CcWaitForCurrentLazyWriterActivity().
| BOOLEAN _LAZY_WRITER::ScanActive |
Definition at line 247 of file cc.h.
Referenced by CcDeferWrite(), CcLazyWriteScan(), CcRosMarkDirtyVacb(), CcScanDpc(), CcScheduleLazyWriteScan(), and CcWaitForCurrentLazyWriterActivity().
| KDPC _LAZY_WRITER::ScanDpc |
Definition at line 245 of file cc.h.
Referenced by CcInitializeCacheManager(), and CcScheduleLazyWriteScan().
| KTIMER _LAZY_WRITER::ScanTimer |
Definition at line 246 of file cc.h.
Referenced by CcInitializeCacheManager(), and CcScheduleLazyWriteScan().
| LIST_ENTRY _LAZY_WRITER::WorkQueue |
Definition at line 244 of file cc.h.
Referenced by CcInitializeCacheManager().