Home
last modified time | relevance | path

Searched refs:LookasideList (Results 1 – 7 of 7) sorted by relevance

/reactos/ntoskrnl/mm/ARM3/
H A Dexpool.c1915 PGENERAL_LOOKASIDE LookasideList; in ExAllocatePoolWithTag() local
2094 LookasideList->TotalAllocates++; in ExAllocatePoolWithTag()
2104 LookasideList->TotalAllocates++; in ExAllocatePoolWithTag()
2113 LookasideList->AllocateHits++; in ExAllocatePoolWithTag()
2506 PGENERAL_LOOKASIDE LookasideList; in ExFreePoolWithTag() local
2739 LookasideList->TotalFrees++; in ExFreePoolWithTag()
2740 if (ExQueryDepthSList(&LookasideList->ListHead) < LookasideList->Depth) in ExFreePoolWithTag()
2742 LookasideList->FreeHits++; in ExFreePoolWithTag()
2753 LookasideList->TotalFrees++; in ExFreePoolWithTag()
2754 if (ExQueryDepthSList(&LookasideList->ListHead) < LookasideList->Depth) in ExFreePoolWithTag()
[all …]
/reactos/ntoskrnl/ex/
H A Dsysinfo.c2106 PGENERAL_LOOKASIDE LookasideList; in ExpCopyLookasideInformation() local
2122 Info->CurrentDepth = LookasideList->Depth; in ExpCopyLookasideInformation()
2123 Info->MaximumDepth = LookasideList->MaximumDepth; in ExpCopyLookasideInformation()
2124 Info->TotalAllocates = LookasideList->TotalAllocates; in ExpCopyLookasideInformation()
2125 Info->TotalFrees = LookasideList->TotalFrees; in ExpCopyLookasideInformation()
2126 Info->Type = LookasideList->Type; in ExpCopyLookasideInformation()
2127 Info->Tag = LookasideList->Tag; in ExpCopyLookasideInformation()
2128 Info->Size = LookasideList->Size; in ExpCopyLookasideInformation()
2135 Info->FreeMisses = LookasideList->FreeMisses; in ExpCopyLookasideInformation()
2142 Info->FreeMisses = LookasideList->TotalFrees in ExpCopyLookasideInformation()
[all …]
/reactos/sdk/lib/drivers/wdf/shared/inc/primitives/km/
H A Dmxgeneralkm.h434 _In_ PNPAGED_LOOKASIDE_LIST LookasideList in MxDeleteNPagedLookasideList() argument
437 ExDeleteNPagedLookasideList(LookasideList); in MxDeleteNPagedLookasideList()
443 _In_ PPAGED_LOOKASIDE_LIST LookasideList in MxDeletePagedLookasideList() argument
446 ExDeletePagedLookasideList(LookasideList); in MxDeletePagedLookasideList()
/reactos/sdk/lib/drivers/wdf/shared/inc/primitives/um/
H A Dmxgeneralum.h641 _In_ PNPAGED_LOOKASIDE_LIST LookasideList in MxDeleteNPagedLookasideList() argument
644 UNREFERENCED_PARAMETER(LookasideList); in MxDeleteNPagedLookasideList()
650 _In_ PPAGED_LOOKASIDE_LIST LookasideList in MxDeletePagedLookasideList() argument
653 UNREFERENCED_PARAMETER(LookasideList); in MxDeletePagedLookasideList()
/reactos/sdk/lib/drivers/wdf/shared/inc/primitives/common/
H A Dmxgeneral.h369 _In_ PNPAGED_LOOKASIDE_LIST LookasideList
376 _In_ PPAGED_LOOKASIDE_LIST LookasideList
/reactos/sdk/include/xdk/
H A Dfsrtlfuncs.h1265 _Inout_ PVOID LookasideList,
/reactos/sdk/include/ddk/
H A Dfltkernel.h2554 _Inout_ PVOID LookasideList,