Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dheappage.c684 PLIST_ENTRY AvailListHead; in RtlpDphCoalesceNodeIntoAvailable() local
694 AvailListHead = &DphRoot->AvailableAllocationHead; in RtlpDphCoalesceNodeIntoAvailable()
697 CurEntry = AvailListHead->Flink; in RtlpDphCoalesceNodeIntoAvailable()
699 while (CurEntry != AvailListHead) in RtlpDphCoalesceNodeIntoAvailable()
713 InsertHeadList(AvailListHead, &Node->AvailableEntry); in RtlpDphCoalesceNodeIntoAvailable()
757 if (Node->AvailableEntry.Flink != AvailListHead) in RtlpDphCoalesceNodeIntoAvailable()