ReactOS
0.4.16-dev-306-g647d351
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
lazyrite.c
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS Kernel
4
* FILE: ntoskrnl/cache/lazyrite.c
5
* PURPOSE: Logging and configuration routines
6
* PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
7
*/
8
9
/* INCLUDES *******************************************************************/
10
11
#include <ntoskrnl.h>
12
#include "
newcc.h
"
13
//#define NDEBUG
14
#include <debug.h>
15
16
/* GLOBALS ********************************************************************/
17
18
KEVENT
CcpLazyWriteEvent
;
19
20
/* FUNCTIONS ******************************************************************/
21
22
VOID
NTAPI
23
CcpLazyWriteThread
(
PVOID
Unused
)
24
{
25
/* Not implemented */
26
}
27
28
NTSTATUS
29
NTAPI
30
CcWaitForCurrentLazyWriterActivity
(
VOID
)
31
{
32
//KeWaitForSingleObject(&CcpLazyWriteEvent, Executive, KernelMode, FALSE, NULL);
33
return
STATUS_SUCCESS
;
34
}
35
36
/* EOF */
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
void
Definition:
nsiface.idl:2307
CcWaitForCurrentLazyWriterActivity
NTSTATUS NTAPI CcWaitForCurrentLazyWriterActivity(VOID)
Definition:
lazyrite.c:30
CcpLazyWriteEvent
KEVENT CcpLazyWriteEvent
Definition:
lazyrite.c:18
CcpLazyWriteThread
VOID NTAPI CcpLazyWriteThread(PVOID Unused)
Definition:
lazyrite.c:23
Unused
#define Unused(x)
Definition:
atlwin.h:28
newcc.h
STATUS_SUCCESS
#define STATUS_SUCCESS
Definition:
shellext.h:65
_KEVENT
Definition:
ketypes.h:811
NTAPI
#define NTAPI
Definition:
typedefs.h:36
ntoskrnl
cache
lazyrite.c
Generated on Mon Dec 2 2024 06:13:24 for ReactOS by
1.9.6