Home | History | Annotate | Download | only in ddk

Lines Matching refs:CurrentCount

7808   OUT PLARGE_INTEGER CurrentCount)
7812 CurrentCount->s.HighPart = KeTickCount.High1Time;
7813 CurrentCount->s.LowPart = KeTickCount.LowPart;
7814 if (CurrentCount->s.HighPart == KeTickCount.High2Time) break;
7816 CurrentCount->HighPart = KeTickCount.High1Time;
7817 CurrentCount->LowPart = KeTickCount.LowPart;
7818 if (CurrentCount->HighPart == KeTickCount.High2Time) break;
7823 #define KeQueryTickCount(CurrentCount) _KeQueryTickCount(CurrentCount)
7864 #define KeQuerySystemTime(CurrentCount) \
7865 *(ULONG64*)(CurrentCount) = *(volatile ULONG64*)SharedSystemTime
7867 #define KeQueryTickCount(CurrentCount) \
7868 *(ULONG64*)(CurrentCount) = *(volatile ULONG64*)SharedTickCount