Home
last modified time | relevance | path

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

/reactos/base/system/smss/
H A Dpagefile.c122 LIST_ENTRY SmpPagingFileDescriptorList, SmpVolumeDescriptorList; variable
134 InitializeListHead(&SmpVolumeDescriptorList); in SmpPagingFileInitialize()
482 NextEntry = SmpVolumeDescriptorList.Flink; in SmpSearchVolumeDescriptor()
483 while (NextEntry != &SmpVolumeDescriptorList) in SmpSearchVolumeDescriptor()
498 if (NextEntry == &SmpVolumeDescriptorList) Volume = NULL; in SmpSearchVolumeDescriptor()
677 NextEntry = SmpVolumeDescriptorList.Flink; in SmpCreatePagingFileOnAnyDrive()
678 while (NextEntry != &SmpVolumeDescriptorList) in SmpCreatePagingFileOnAnyDrive()
886 ASSERT(IsListEmpty(&SmpVolumeDescriptorList)); in SmpCreateVolumeDescriptors()
1033 InsertTailList(&SmpVolumeDescriptorList, &Volume->Entry); in SmpCreateVolumeDescriptors()
1040 ASSERT(!IsListEmpty(&SmpVolumeDescriptorList)); in SmpCreateVolumeDescriptors()
[all …]