ReactOS 0.4.15-dev-8614-gbc76250
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | DPRINTC DPRINT |
Variables | |
KEVENT | MmWaitPageEvent |
FAST_MUTEX | RmapListLock |
PMMWSL | MmWorkingSetList |
FAST_MUTEX | MiGlobalPageOperation |
LIST_ENTRY | MiSegmentList |
ULONG NTAPI MiCacheEvictPages | ( | PMM_SECTION_SEGMENT | Segment, |
ULONG | Target | ||
) |
Definition at line 590 of file swapout.c.
Referenced by MiRosTrimCache().
Definition at line 633 of file swapout.c.
Referenced by CcShutdownSystem(), and MmInitSystem().
NTSTATUS NTAPI MmFinalizeSectionPageOut | ( | PMM_SECTION_SEGMENT | Segment, |
PLARGE_INTEGER | FileOffset, | ||
PFN_NUMBER | Page, | ||
BOOLEAN | Dirty | ||
) |
Definition at line 165 of file swapout.c.
Referenced by MmpPageOutPhysicalAddress().
NTSTATUS NTAPI MmPageOutCacheSection | ( | PMMSUPPORT | AddressSpace, |
MEMORY_AREA * | MemoryArea, | ||
PVOID | Address, | ||
PBOOLEAN | Dirty, | ||
PMM_REQUIRED_RESOURCES | Required | ||
) |
Definition at line 279 of file swapout.c.
Referenced by MmpPageOutPhysicalAddress().
NTSTATUS NTAPI MmpPageOutPhysicalAddress | ( | PFN_NUMBER | Page | ) |
Definition at line 345 of file swapout.c.
Referenced by MiCacheEvictPages(), and MmPageOutPhysicalAddress().
PFN_NUMBER NTAPI MmWithdrawSectionPage | ( | PMM_SECTION_SEGMENT | Segment, |
PLARGE_INTEGER | FileOffset, | ||
BOOLEAN * | Dirty | ||
) |
Definition at line 87 of file swapout.c.
Referenced by MmpPageOutPhysicalAddress().
FAST_MUTEX MiGlobalPageOperation |
Definition at line 74 of file swapout.c.
Referenced by MmInitSystem(), and MmpPageOutPhysicalAddress().
|
extern |
Definition at line 86 of file data.c.
Referenced by MiRosTrimCache().
|
extern |
Definition at line 19 of file wslist.cpp.
|
extern |
Referenced by MmpPageOutPhysicalAddress().