ReactOS 0.4.16-dev-306-g647d351
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
FORCEINLINE VOID | KiWriteSystemTime (volatile KSYSTEM_TIME *SystemTime, ULARGE_INTEGER NewTime) |
FORCEINLINE VOID | KiCheckForTimerExpiration (PKPRCB Prcb, PKTRAP_FRAME TrapFrame, ULARGE_INTEGER InterruptTime) |
VOID FASTCALL | KeUpdateSystemTime (IN PKTRAP_FRAME TrapFrame, IN ULONG Increment, IN KIRQL Irql) |
VOID NTAPI | KeUpdateRunTime (IN PKTRAP_FRAME TrapFrame, IN KIRQL Irql) |
Variables | |
LONG | KiTickOffset |
ULONG | KeTimeAdjustment |
BOOLEAN | KiTimeAdjustmentEnabled = FALSE |
Definition at line 140 of file time.c.
Referenced by KeUpdateSystemTime().
Definition at line 64 of file time.c.
Referenced by HalpClockInterrupt(), and HalpClockInterruptHandler().
FORCEINLINE VOID KiCheckForTimerExpiration | ( | PKPRCB | Prcb, |
PKTRAP_FRAME | TrapFrame, | ||
ULARGE_INTEGER | InterruptTime | ||
) |
Definition at line 40 of file time.c.
Referenced by KeUpdateSystemTime().
FORCEINLINE VOID KiWriteSystemTime | ( | volatile KSYSTEM_TIME * | SystemTime, |
ULARGE_INTEGER | NewTime | ||
) |
Definition at line 25 of file time.c.
Referenced by KeUpdateSystemTime().
ULONG KeTimeAdjustment |
Definition at line 18 of file time.c.
Referenced by KeSetTimeIncrement(), KeUpdateSystemTime(), QSI_DEF(), and SSI_DEF().
LONG KiTickOffset |
Definition at line 17 of file time.c.
Referenced by KeSetTimeIncrement(), and KeUpdateSystemTime().