ReactOS 0.4.16-dev-835-gd769f56
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define NDEBUG |
Definition at line 13 of file lazywrite.c.
Definition at line 146 of file lazywrite.c.
Referenced by CcWorkerThread().
VOID CcPostWorkQueue | ( | IN PWORK_QUEUE_ENTRY | WorkItem, |
IN PLIST_ENTRY | WorkQueue | ||
) |
Definition at line 53 of file lazywrite.c.
Referenced by CcLazyWriteScan(), CcScanDpc(), and CcScheduleReadAhead().
VOID NTAPI CcScanDpc | ( | IN PKDPC | Dpc, |
IN PVOID | DeferredContext, | ||
IN PVOID | SystemArgument1, | ||
IN PVOID | SystemArgument2 | ||
) |
Definition at line 95 of file lazywrite.c.
Referenced by CcInitializeCacheManager().
Definition at line 210 of file lazywrite.c.
Referenced by CcCanIWrite(), CcDeferWrite(), CcLazyWriteScan(), CcRosMarkDirtyVacb(), and CcWaitForCurrentLazyWriterActivity().
Definition at line 377 of file lazywrite.c.
Definition at line 236 of file lazywrite.c.
Referenced by CcInitializeCacheManager().
Definition at line 117 of file lazywrite.c.
Referenced by CcWorkerThread().
LIST_ENTRY CcExpressWorkQueue |
Definition at line 39 of file lazywrite.c.
Referenced by CcInitializeCacheManager(), CcScheduleReadAhead(), and CcWorkerThread().
LARGE_INTEGER CcFirstDelay = RTL_CONSTANT_LARGE_INTEGER((LONGLONG)-1*3000*1000*10) |
Definition at line 45 of file lazywrite.c.
Referenced by CcScheduleLazyWriteScan().
LARGE_INTEGER CcIdleDelay = RTL_CONSTANT_LARGE_INTEGER((LONGLONG)-1*1000*1000*10) |
Definition at line 46 of file lazywrite.c.
Referenced by CcCanIWrite(), and CcScheduleLazyWriteScan().
LIST_ENTRY CcIdleWorkerThreadList |
Definition at line 41 of file lazywrite.c.
Referenced by CcInitializeCacheManager(), CcPostWorkQueue(), and CcWorkerThread().
ULONG CcLazyWriteIos = 0 |
Definition at line 21 of file lazywrite.c.
Referenced by CcWriteBehind(), and QSI_DEF().
ULONG CcLazyWritePages = 0 |
Definition at line 20 of file lazywrite.c.
Referenced by CcWriteBehind(), and QSI_DEF().
LARGE_INTEGER CcNoDelay = RTL_CONSTANT_LARGE_INTEGER((LONGLONG)0) |
Definition at line 47 of file lazywrite.c.
Referenced by CcScheduleLazyWriteScan().
ULONG CcNumberActiveWorkerThreads = 0 |
Definition at line 44 of file lazywrite.c.
Referenced by CcPostWorkQueue(), and CcWorkerThread().
ULONG CcNumberWorkerThreads |
Definition at line 48 of file lazywrite.c.
Referenced by CcInitializeCacheManager().
LIST_ENTRY CcPostTickWorkQueue |
Definition at line 42 of file lazywrite.c.
Referenced by CcInitializeCacheManager(), CcLazyWriteScan(), and CcWaitForCurrentLazyWriterActivity().
Definition at line 43 of file lazywrite.c.
Referenced by CcPostWorkQueue(), and CcWorkerThread().
LIST_ENTRY CcRegularWorkQueue |
Definition at line 40 of file lazywrite.c.
Referenced by CcInitializeCacheManager(), CcLazyWriteScan(), CcScanDpc(), and CcWorkerThread().
NPAGED_LOOKASIDE_LIST CcTwilightLookasideList |
Definition at line 38 of file lazywrite.c.
Referenced by CcInitializeCacheManager(), CcLazyWriteScan(), CcScanDpc(), CcScheduleReadAhead(), CcWaitForCurrentLazyWriterActivity(), and CcWorkerThread().
LAZY_WRITER LazyWriter |
Definition at line 37 of file lazywrite.c.
Referenced by CcDeferWrite(), CcInitializeCacheManager(), CcLazyWriteScan(), CcRosMarkDirtyVacb(), CcScanDpc(), CcScheduleLazyWriteScan(), and CcWaitForCurrentLazyWriterActivity().