Searched refs:FirstUserLRUPfn (Results 1 – 1 of 1) sorted by relevance
38 PMMPFN FirstUserLRUPfn; variable53 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()