Searched refs:NodeHint (Results 1 – 3 of 3) sorted by relevance
126 FoundVad = (PMMVAD)Table->NodeHint; in MiLocateAddress()144 Table->NodeHint = FoundVad; in MiLocateAddress()269 VadRoot->NodeHint = Vad; in MiInsertVad()401 CurrentProcess->VadRoot.NodeHint = Vad; in MiInsertVadEx()454 if (Table->NodeHint == Node) in MiRemoveNode()457 if (!Table->NumberGenericTableElements) Table->NodeHint = NULL; in MiRemoveNode()458 else Table->NodeHint = Table->BalancedRoot.RightChild; in MiRemoveNode()
333 ASSERT(Process->VadRoot.NodeHint != Vad); in MiUnmapLockedPagesInUserSpace()
670 PVOID NodeHint; member