Home
last modified time | relevance | path

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

/reactos/subsystems/mvdm/ntvdm/bios/
H A Dumamgr.c43 static LIST_ENTRY UmaDescriptorList = { &UmaDescriptorList, &UmaDescriptorList }; variable
96 Entry = UmaDescriptorList.Flink; in UmaDescReserve()
97 while (Entry != &UmaDescriptorList) in UmaDescReserve()
214 Entry = UmaDescriptorList.Flink; in UmaDescRelease()
215 while (Entry != &UmaDescriptorList) in UmaDescRelease()
237 if (PrevEntry != &UmaDescriptorList) in UmaDescRelease()
239 if (NextEntry != &UmaDescriptorList) in UmaDescRelease()
272 Entry = UmaDescriptorList.Flink; in UmaDescReallocate()
273 while (Entry != &UmaDescriptorList) in UmaDescReallocate()
301 if (NextEntry != &UmaDescriptorList) in UmaDescReallocate()
[all …]