Home
last modified time | relevance | path

Searched defs:KeQueryTickCount (Results 1 – 4 of 4) sorted by relevance

/reactos/ntoskrnl/ke/
H A Dclock.c165 KeQueryTickCount(IN PLARGE_INTEGER TickCount) in KeQueryTickCount() function
/reactos/sdk/include/xdk/arm/
H A Dke.h194 #define KeQueryTickCount(CurrentCount) _KeQueryTickCount(CurrentCount) macro
/reactos/sdk/include/xdk/x86/
H A Dke.h211 #define KeQueryTickCount(CurrentCount) _KeQueryTickCount(CurrentCount) macro
/reactos/sdk/include/xdk/amd64/
H A Dke.h43 #define KeQueryTickCount(CurrentCount) \ macro