ReactOS 0.4.15-dev-7934-g1dc8d80
_LAZY_WRITER Struct Reference

#include <cc.h>

Collaboration diagram for _LAZY_WRITER:

Public Attributes

LIST_ENTRY WorkQueue
 
KDPC ScanDpc
 
KTIMER ScanTimer
 
BOOLEAN ScanActive
 
BOOLEAN OtherWork
 
BOOLEAN PendingTeardown
 

Detailed Description

Definition at line 241 of file cc.h.

Member Data Documentation

◆ OtherWork

BOOLEAN _LAZY_WRITER::OtherWork

Definition at line 247 of file cc.h.

Referenced by CcLazyWriteScan(), and CcWaitForCurrentLazyWriterActivity().

◆ PendingTeardown

BOOLEAN _LAZY_WRITER::PendingTeardown

Definition at line 248 of file cc.h.

◆ ScanActive

◆ ScanDpc

KDPC _LAZY_WRITER::ScanDpc

Definition at line 244 of file cc.h.

Referenced by CcInitializeCacheManager(), and CcScheduleLazyWriteScan().

◆ ScanTimer

KTIMER _LAZY_WRITER::ScanTimer

Definition at line 245 of file cc.h.

Referenced by CcInitializeCacheManager(), and CcScheduleLazyWriteScan().

◆ WorkQueue

LIST_ENTRY _LAZY_WRITER::WorkQueue

Definition at line 243 of file cc.h.

Referenced by CcInitializeCacheManager().


The documentation for this struct was generated from the following file: