Searched refs:QueueEntryLookasideList (Results 1 – 2 of 2) sorted by relevance
11 NPAGED_LOOKASIDE_LIST QueueEntryLookasideList; variable322 ExInitializeNPagedLookasideList(&QueueEntryLookasideList, in sys_init()358 ExDeleteNPagedLookasideList(&QueueEntryLookasideList); in sys_shutdown()
30 extern NPAGED_LOOKASIDE_LIST QueueEntryLookasideList;67 ExFreeToNPagedLookasideList(&QueueEntryLookasideList, qp); in LibTCPEmptyQueue()77 qp = (PQUEUE_ENTRY)ExAllocateFromNPagedLookasideList(&QueueEntryLookasideList); in LibTCPEnqueuePacket()146 ExFreeToNPagedLookasideList(&QueueEntryLookasideList, qp); in LibTCPGetDataFromConnectionQueue()