Searched refs:LookasideList (Results 1 – 7 of 7) sorted by relevance
1915 PGENERAL_LOOKASIDE LookasideList; in ExAllocatePoolWithTag() local2094 LookasideList->TotalAllocates++; in ExAllocatePoolWithTag()2104 LookasideList->TotalAllocates++; in ExAllocatePoolWithTag()2113 LookasideList->AllocateHits++; in ExAllocatePoolWithTag()2506 PGENERAL_LOOKASIDE LookasideList; in ExFreePoolWithTag() local2739 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 …]
2106 PGENERAL_LOOKASIDE LookasideList; in ExpCopyLookasideInformation() local2122 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 …]
434 _In_ PNPAGED_LOOKASIDE_LIST LookasideList in MxDeleteNPagedLookasideList() argument437 ExDeleteNPagedLookasideList(LookasideList); in MxDeleteNPagedLookasideList()443 _In_ PPAGED_LOOKASIDE_LIST LookasideList in MxDeletePagedLookasideList() argument446 ExDeletePagedLookasideList(LookasideList); in MxDeletePagedLookasideList()
641 _In_ PNPAGED_LOOKASIDE_LIST LookasideList in MxDeleteNPagedLookasideList() argument644 UNREFERENCED_PARAMETER(LookasideList); in MxDeleteNPagedLookasideList()650 _In_ PPAGED_LOOKASIDE_LIST LookasideList in MxDeletePagedLookasideList() argument653 UNREFERENCED_PARAMETER(LookasideList); in MxDeletePagedLookasideList()
369 _In_ PNPAGED_LOOKASIDE_LIST LookasideList376 _In_ PPAGED_LOOKASIDE_LIST LookasideList
1265 _Inout_ PVOID LookasideList,
2554 _Inout_ PVOID LookasideList,