ReactOS 0.4.15-dev-7961-gdcf9eb0
_MMWSL Struct Reference

#include <mmtypes.h>

Collaboration diagram for _MMWSL:

Public Attributes

ULONG FirstFree
 
ULONG FirstDynamic
 
ULONG LastEntry
 
ULONG NextSlot
 
PMMWSLE Wsle
 
ULONG LastInitializedWsle
 
ULONG NonDirectCount
 
PMMWSLE_HASH HashTable
 
ULONG HashTableSize
 
ULONG NumberOfCommittedPageTables
 
PVOID HashTableStart
 
PVOID HighestPermittedHashAddress
 
ULONG NumberOfImageWaiters
 
ULONG VadBitMapHint
 
USHORT UsedPageTableEntries [768]
 
ULONG CommittedPageTables [24]
 

Detailed Description

Definition at line 869 of file mmtypes.h.

Member Data Documentation

◆ CommittedPageTables

ULONG _MMWSL::CommittedPageTables[24]

Definition at line 887 of file mmtypes.h.

◆ FirstDynamic

ULONG _MMWSL::FirstDynamic

Definition at line 872 of file mmtypes.h.

Referenced by MiInitializeWorkingSetList(), and TrimWsList().

◆ FirstFree

ULONG _MMWSL::FirstFree

Definition at line 871 of file mmtypes.h.

Referenced by FreeWsleIndex(), GetFreeWsleIndex(), and MiInitializeWorkingSetList().

◆ HashTable

PMMWSLE_HASH _MMWSL::HashTable

Definition at line 878 of file mmtypes.h.

Referenced by MiSessionInitializeWorkingSetList().

◆ HashTableSize

ULONG _MMWSL::HashTableSize

Definition at line 879 of file mmtypes.h.

Referenced by MiSessionInitializeWorkingSetList().

◆ HashTableStart

PVOID _MMWSL::HashTableStart

Definition at line 881 of file mmtypes.h.

◆ HighestPermittedHashAddress

PVOID _MMWSL::HighestPermittedHashAddress

Definition at line 882 of file mmtypes.h.

◆ LastEntry

ULONG _MMWSL::LastEntry

◆ LastInitializedWsle

ULONG _MMWSL::LastInitializedWsle

Definition at line 876 of file mmtypes.h.

Referenced by FreeWsleIndex(), GetFreeWsleIndex(), and MiInitializeWorkingSetList().

◆ NextSlot

ULONG _MMWSL::NextSlot

Definition at line 874 of file mmtypes.h.

◆ NonDirectCount

ULONG _MMWSL::NonDirectCount

Definition at line 877 of file mmtypes.h.

◆ NumberOfCommittedPageTables

ULONG _MMWSL::NumberOfCommittedPageTables

Definition at line 880 of file mmtypes.h.

◆ NumberOfImageWaiters

ULONG _MMWSL::NumberOfImageWaiters

Definition at line 883 of file mmtypes.h.

◆ UsedPageTableEntries

USHORT _MMWSL::UsedPageTableEntries[768]

Definition at line 886 of file mmtypes.h.

Referenced by MiIsPageTablePresent().

◆ VadBitMapHint

ULONG _MMWSL::VadBitMapHint

Definition at line 884 of file mmtypes.h.

Referenced by MiSessionInitializeWorkingSetList().

◆ Wsle


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