Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dgdipool.c43 LIST_ENTRY leReadyList; member
137 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()