Searched refs:FlsHighIndex (Results 1 – 3 of 3) sorted by relevance
34 ULONG n, FlsHighIndex; in BaseRundownFls() local41 FlsHighIndex = NtCurrentPeb()->FlsHighIndex; in BaseRundownFls()45 for (n = 1; n <= FlsHighIndex; ++n) in BaseRundownFls()381 if (dwFlsIndex > Peb->FlsHighIndex) in FlsAlloc()382 Peb->FlsHighIndex = dwFlsIndex; in FlsAlloc()
174 ULONG FlsHighIndex;197 C_ASSERT(FIELD_OFFSET(STRUCT(PEB), FlsHighIndex) == 0x350);212 C_ASSERT(FIELD_OFFSET(STRUCT(PEB), FlsHighIndex) == 0x22C);
1217 ULONG n, FlsHighIndex; in LdrShutdownThread() local1224 FlsHighIndex = NtCurrentPeb()->FlsHighIndex; in LdrShutdownThread()1228 for (n = 1; n <= FlsHighIndex; ++n) in LdrShutdownThread()