Searched refs:leReadyList (Results 1 – 1 of 1) sorted by relevance
43 LIST_ENTRY leReadyList; member137 if (!IsListEmpty(&pPool->leReadyList)) in GdiPoolAllocate()140 ple = pPool->leReadyList.Flink; in GdiPoolAllocate()176 InsertHeadList(&pPool->leReadyList, &pSection->leReadyLink); in GdiPoolAllocate()277 InsertTailList(&pPool->leReadyList, &pSection->leReadyLink); in GdiPoolFree()329 InitializeListHead(&pPool->leReadyList); in GdiPoolCreate()