Home
last modified time | relevance | path

Searched refs:QueueEntryLookasideList (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/network/tcpip/ip/lwip_glue/
H A Dsys_arch.c11 NPAGED_LOOKASIDE_LIST QueueEntryLookasideList; variable
322 ExInitializeNPagedLookasideList(&QueueEntryLookasideList, in sys_init()
358 ExDeleteNPagedLookasideList(&QueueEntryLookasideList); in sys_shutdown()
H A Dtcp.c30 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()