reactos/ntoskrnl/io/iomgr
Pierre Schweitzer a3c58ca76f
[NTOSKRNL] Implement the support for reserve IRP in IO
The reserve IRP is an IRP which is allocated on system boot and kept during
the whole system life. Its purpose is to allow page reads in case of
low-memory situations where the system doesn't have enough memory left
to allocate an IRP to read from the page file (would be catastrophic situation).
2018-02-24 14:52:04 +01:00
..
adapter.c
arcname.c
bootlog.c
controller.c
device.c [NTOS] Remove forgotten assert, see CORE-14128. 2017-12-20 21:00:52 +01:00
deviface.c
driver.c
error.c
file.c [NTOSKRNL] Revert 4ef0887: experiments show that our FastFAT is not ready yet to live on its own. 2017-12-25 11:24:13 +01:00
iocomp.c
ioevent.c
iofunc.c [NTOSKRNL] Implement the support for reserve IRP in IO 2018-02-24 14:52:04 +01:00
iomdl.c
iomgr.c [NTOSKRNL] Implement the support for reserve IRP in IO 2018-02-24 14:52:04 +01:00
iorsrce.c
iotimer.c
iowork.c
irp.c [NTOSKRNL] Implement the support for reserve IRP in IO 2018-02-24 14:52:04 +01:00
irq.c
ramdisk.c
rawfs.c [NTOS] Use KeClearEvent instead of KeResetEvent where the previous state is not needed. 2017-12-30 11:45:03 +01:00
remlock.c
symlink.c
util.c [NTOSKRNL] Implement IoComputeDesiredAccessFileObject() based on checks performed in NtFlushBuffersFile() 2017-11-12 22:39:40 +01:00
volume.c