Searched defs:KeQueryTickCount (Results 1 – 4 of 4) sorted by relevance
165 KeQueryTickCount(IN PLARGE_INTEGER TickCount) in KeQueryTickCount() function
194 #define KeQueryTickCount(CurrentCount) _KeQueryTickCount(CurrentCount) macro
211 #define KeQueryTickCount(CurrentCount) _KeQueryTickCount(CurrentCount) macro
43 #define KeQueryTickCount(CurrentCount) \ macro