Searched refs:pListEntry (Results 1 – 2 of 2) sorted by relevance
99 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); in PopMemory() local100 if(pListEntry == NULL) in PopMemory()107 pListEntry = &(item->itemEntry); in PopMemory()110 memory = &((MemoryPoolItem<MemoryType>*)pListEntry)->payload->memoryType; in PopMemory()163 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); in Terminate() local164 while(pListEntry != NULL) in Terminate()166 MemoryPoolItem<MemoryType>* item = ((MemoryPoolItem<MemoryType>*)pListEntry); in Terminate()171 pListEntry = InterlockedPopEntrySList(_pListHead); in Terminate()
450 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); in PopIoContext() local451 if(pListEntry == NULL) in PopIoContext()463 pListEntry = &(item->itemEntry); in PopIoContext()467 return &((IoContextPoolItem*)pListEntry)->payload.ioContext; in PopIoContext()507 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); in Free() local508 while(pListEntry != NULL) in Free()510 IoContextPoolItem* item = ((IoContextPoolItem*)pListEntry); in Free()514 pListEntry = InterlockedPopEntrySList(_pListHead); in Free()