Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ex/
H A Dhandle.c506 PHANDLE_TABLE_ENTRY Low = NULL, *Mid, **High, *SecondLevel, **ThirdLevel; in ExpAllocateHandleTableEntrySlow() local
578 ThirdLevel = (PVOID)TableBase; in ExpAllocateHandleTableEntrySlow()
585 if (!ThirdLevel[i]) in ExpAllocateHandleTableEntrySlow()
592 Value = InterlockedExchangePointer((PVOID*)&ThirdLevel[i], Mid); in ExpAllocateHandleTableEntrySlow()
607 Value = InterlockedExchangePointer((PVOID*)&ThirdLevel[i][j], Low); in ExpAllocateHandleTableEntrySlow()