Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/
H A Dfreelist.c38 PMMPFN FirstUserLRUPfn; variable
53 if (FirstUserLRUPfn == NULL) in MmGetLRUFirstUserPage()
59 Page = MiGetPfnEntryIndex(FirstUserLRUPfn); in MmGetLRUFirstUserPage()
75 if (FirstUserLRUPfn == NULL) in MmInsertLRULastUserPage()
76 FirstUserLRUPfn = Pfn; in MmInsertLRULastUserPage()
105 ASSERT(FirstUserLRUPfn == Pfn); in MmRemoveLRUUserPage()
106 FirstUserLRUPfn = Pfn->NextLRU; in MmRemoveLRUUserPage()