ReactOS 0.4.16-dev-752-g47bae01
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
VOID NTAPI ExDeleteNPagedLookasideList | ( | IN PNPAGED_LOOKASIDE_LIST | Lookaside | ) |
Definition at line 170 of file lookas.c.
Referenced by _IRQL_requires_max_(), Ext2DestroyVcb(), Ext2InitializeVcb(), IPShutdown(), kmem_cache_destroy(), KsCreateDefaultAllocatorEx(), mount_vol(), Mx::MxDeleteNPagedLookasideList(), NtfsGetVolumeData(), sys_shutdown(), TCPShutdown(), uninit(), FxDmaEnabler::~FxDmaEnabler(), FxNPagedLookasideList::~FxNPagedLookasideList(), and FxNPagedLookasideListFromPool::~FxNPagedLookasideListFromPool().
VOID NTAPI ExDeletePagedLookasideList | ( | IN PPAGED_LOOKASIDE_LIST | Lookaside | ) |
Definition at line 194 of file lookas.c.
Referenced by KsCreateDefaultAllocatorEx(), mount_vol(), Mx::MxDeletePagedLookasideList(), and uninit().
PVOID NTAPI ExiAllocateFromPagedLookasideList | ( | IN PPAGED_LOOKASIDE_LIST | Lookaside | ) |
Definition at line 150 of file lookas.c.
VOID NTAPI ExInitializeNPagedLookasideList | ( | IN PNPAGED_LOOKASIDE_LIST | Lookaside, |
IN PALLOCATE_FUNCTION Allocate | OPTIONAL, | ||
IN PFREE_FUNCTION Free | OPTIONAL, | ||
IN ULONG | Flags, | ||
IN SIZE_T | Size, | ||
IN ULONG | Tag, | ||
IN USHORT | Depth | ||
) |
Definition at line 218 of file lookas.c.
Referenced by CcInitializeCacheManager(), CcInitView(), FxDmaEnabler::ConfigureBusMasterAdapters(), DriverEntry(), Ext2InitializeVcb(), FsRtlInitializeLargeMcbs(), FxNPagedLookasideList::Initialize(), FxNPagedLookasideListFromPool::Initialize(), IPStartup(), kmem_cache_create(), KsCreateDefaultAllocatorEx(), MmInitializeRmapList(), mount_vol(), Mx::MxInitializeNPagedLookasideList(), NtfsGetVolumeData(), RxDriverEntry(), sys_init(), and TCPStartup().
VOID NTAPI ExInitializePagedLookasideList | ( | IN PPAGED_LOOKASIDE_LIST | Lookaside, |
IN PALLOCATE_FUNCTION Allocate | OPTIONAL, | ||
IN PFREE_FUNCTION Free | OPTIONAL, | ||
IN ULONG | Flags, | ||
IN SIZE_T | Size, | ||
IN ULONG | Tag, | ||
IN USHORT | Depth | ||
) |
Definition at line 270 of file lookas.c.
Referenced by DriverEntry(), FsRtlInitializeLargeMcbs(), FsRtlInitializeTunnels(), FsRtlInitSystem(), InitLookasideList(), KsCreateDefaultAllocatorEx(), LpcInitSystem(), mount_vol(), MsqInitializeImpl(), Mx::MxInitializePagedLookasideList(), and RtlInitializeRangeListPackage().
VOID NTAPI ExInitializeSystemLookasideList | ( | IN PGENERAL_LOOKASIDE | List, |
IN POOL_TYPE | Type, | ||
IN ULONG | Size, | ||
IN ULONG | Tag, | ||
IN USHORT | MaximumDepth, | ||
IN PLIST_ENTRY | ListHead | ||
) |
Definition at line 31 of file lookas.c.
Referenced by ExpInitLookasideLists(), IopInitLookasideLists(), ObInit2(), and ObInitSystem().
Definition at line 59 of file lookas.c.
Referenced by ExpInitializeExecutive(), and KiSystemStartupBootStack().
Definition at line 89 of file lookas.c.
LIST_ENTRY ExpNonPagedLookasideListHead |
Definition at line 17 of file lookas.c.
Referenced by ExInitializeNPagedLookasideList(), ExpInitLookasideLists(), and QSI_DEF().
KSPIN_LOCK ExpNonPagedLookasideListLock |
Definition at line 18 of file lookas.c.
Referenced by ExDeleteNPagedLookasideList(), ExInitializeNPagedLookasideList(), ExpInitLookasideLists(), and QSI_DEF().
LIST_ENTRY ExPoolLookasideListHead |
Definition at line 22 of file lookas.c.
Referenced by ExpInitLookasideLists(), ExQueryPoolUsage(), and QSI_DEF().
LIST_ENTRY ExpPagedLookasideListHead |
Definition at line 19 of file lookas.c.
Referenced by ExInitializePagedLookasideList(), ExpInitLookasideLists(), and QSI_DEF().
KSPIN_LOCK ExpPagedLookasideListLock |
Definition at line 20 of file lookas.c.
Referenced by ExDeletePagedLookasideList(), ExInitializePagedLookasideList(), ExpInitLookasideLists(), and QSI_DEF().
GENERAL_LOOKASIDE ExpSmallNPagedPoolLookasideLists[NUMBER_POOL_LOOKASIDE_LISTS] |
Definition at line 23 of file lookas.c.
Referenced by ExInitPoolLookasidePointers(), and ExpInitLookasideLists().
GENERAL_LOOKASIDE ExpSmallPagedPoolLookasideLists[NUMBER_POOL_LOOKASIDE_LISTS] |
Definition at line 24 of file lookas.c.
Referenced by ExInitPoolLookasidePointers(), and ExpInitLookasideLists().
LIST_ENTRY ExSystemLookasideListHead |
Definition at line 21 of file lookas.c.
Referenced by ExpInitLookasideLists(), IopInitLookasideLists(), ObInit2(), ObInitSystem(), and QSI_DEF().