/reactos/ntoskrnl/ke/ |
H A D | time.c | 43 ULARGE_INTEGER InterruptTime) in KiCheckForTimerExpiration() argument 49 if (KiTimerTableListHead[Hand].Time.QuadPart <= InterruptTime.QuadPart) in KiCheckForTimerExpiration() 69 ULARGE_INTEGER CurrentTime, InterruptTime; in KeUpdateSystemTime() local 87 InterruptTime.QuadPart = *(ULONGLONG*)&SharedUserData->InterruptTime; in KeUpdateSystemTime() 88 InterruptTime.QuadPart += Increment; in KeUpdateSystemTime() 89 KiWriteSystemTime(&SharedUserData->InterruptTime, InterruptTime); in KeUpdateSystemTime() 92 KiCheckForTimerExpiration(Prcb, TrapFrame, InterruptTime); in KeUpdateSystemTime() 120 KiCheckForTimerExpiration(Prcb, TrapFrame, InterruptTime); in KeUpdateSystemTime() 175 Prcb->InterruptTime++; in KeUpdateRunTime()
|
H A D | wait.c | 293 LARGE_INTEGER DueTime, NewDueTime, InterruptTime; in KeDelayExecutionThread() local 344 InterruptTime.QuadPart = KeQueryInterruptTime(); in KeDelayExecutionThread() 345 if ((ULONGLONG)InterruptTime.QuadPart >= Timer->DueTime.QuadPart) in KeDelayExecutionThread() 429 LARGE_INTEGER DueTime = {{0}}, NewDueTime, InterruptTime; in KeWaitForSingleObject() local 504 InterruptTime.QuadPart = KeQueryInterruptTime(); in KeWaitForSingleObject() 505 if ((ULONGLONG)InterruptTime.QuadPart >= in KeWaitForSingleObject() 603 LARGE_INTEGER DueTime = {{0}}, NewDueTime, InterruptTime; in KeWaitForMultipleObjects() local 782 InterruptTime.QuadPart = KeQueryInterruptTime(); in KeWaitForMultipleObjects() 783 if ((ULONGLONG)InterruptTime.QuadPart >= in KeWaitForMultipleObjects()
|
H A D | clock.c | 211 CurrentTime.HighPart = SharedUserData->InterruptTime.High1Time; in KeQueryInterruptTime() 212 CurrentTime.LowPart = SharedUserData->InterruptTime.LowPart; in KeQueryInterruptTime() 214 SharedUserData->InterruptTime.High2Time) break; in KeQueryInterruptTime()
|
H A D | timerobj.c | 66 ULONGLONG InterruptTime; in KiInsertTimerTable() local 104 InterruptTime = KeQueryInterruptTime(); in KiInsertTimerTable() 105 if (DueTime <= InterruptTime) Expired = TRUE; in KiInsertTimerTable()
|
H A D | queue.c | 251 LARGE_INTEGER DueTime = {{0}}, NewDueTime, InterruptTime; in KeRemoveQueue() local 361 InterruptTime.QuadPart = KeQueryInterruptTime(); in KeRemoveQueue() 362 if ((ULONG64)InterruptTime.QuadPart >= Timer->DueTime.QuadPart) in KeRemoveQueue()
|
H A D | dpc.c | 84 ULARGE_INTEGER SystemTime, InterruptTime; in KiTimerExpiration() local 102 InterruptTime.QuadPart = KeQueryInterruptTime(); in KiTimerExpiration() 146 (Timer->DueTime.QuadPart <= InterruptTime.QuadPart)) in KiTimerExpiration() 303 if (KeNumberProcessors == 1) KiCheckTimerTable(InterruptTime); in KiTimerExpiration()
|
/reactos/drivers/bus/acpi/compbatt/ |
H A D | compbatt.h | 36 ULONGLONG InterruptTime; member 50 ULONGLONG InterruptTime; member
|
/reactos/ntoskrnl/include/internal/ |
H A D | ke_x.h | 956 LARGE_INTEGER InterruptTime, SystemTime, DifferenceTime; in KiComputeDueTime() local 985 InterruptTime.QuadPart = KeQueryInterruptTime(); in KiComputeDueTime() 988 Timer->DueTime.QuadPart = InterruptTime.QuadPart - DueTime.QuadPart; in KiComputeDueTime() 1039 LARGE_INTEGER InterruptTime, SystemTime, TimeDifference; in KxSetTimerForThreadWait() local 1067 InterruptTime.QuadPart = KeQueryInterruptTime(); in KxSetTimerForThreadWait() 1068 DueTime = InterruptTime.QuadPart - Interval.QuadPart; in KxSetTimerForThreadWait()
|
H A D | po.h | 76 ULONGLONG InterruptTime; member
|
/reactos/drivers/bus/acpi/cmbatt/ |
H A D | cmbatt.h | 140 ULONGLONG InterruptTime; member
|
H A D | cmbatt.c | 604 DeviceExtension->InterruptTime = KeQueryInterruptTime(); in CmBattQueryTag() 869 DeviceExtension->InterruptTime = KeQueryInterruptTime(); in CmBattGetBatteryStatus() 1084 if ((KeQueryInterruptTime() - 150000000) > (FdoExtension->InterruptTime)) in CmBattQueryInformation()
|
H A D | cmbpnp.c | 680 FdoExtension->InterruptTime = KeQueryInterruptTime(); in CmBattAddBattery()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | time.c | 55 volatile KSYSTEM_TIME InterruptTime; member
|
/reactos/modules/rosapps/applications/sysutils/ctm/ |
H A D | ctm.c | 452 liCurrentKernelTime.QuadPart += SysProcessorTimeInfo[Idx].InterruptTime.QuadPart; in PerfDataRefresh()
|
/reactos/ntoskrnl/ps/ |
H A D | thread.c | 103 NewCookie = (Prcb->MmPageFaultCount ^ Prcb->InterruptTime ^ in PspUserThreadStartup()
|
/reactos/sdk/include/ndk/i386/ |
H A D | ketypes.h | 573 ULONG InterruptTime; member
|
/reactos/sdk/include/ndk/arm/ |
H A D | ketypes.h | 911 ULONG InterruptTime; member
|
/reactos/sdk/include/ndk/amd64/ |
H A D | ketypes.h | 809 ULONG InterruptTime; member
|
/reactos/sdk/include/asm/ |
H A D | ksarm.template.h | 410 OFFSET(PbInterruptTime, KPRCB, InterruptTime), // 0x910
|
H A D | ks386.template.h | 314 OFFSET(PbInterruptTime, KPRCB, InterruptTime),
|
H A D | ksx.template.h | 850 OFFSET(UsInterruptTime, KUSER_SHARED_DATA, InterruptTime), // 0x8
|
/reactos/base/applications/taskmgr/ |
H A D | perfdata.c | 262 CurrentKernelTime += Li2Double(SystemProcessorTimeInfo[Idx].InterruptTime); in PerfDataRefresh()
|
/reactos/ntoskrnl/ex/ |
H A D | sysinfo.c | 1193 Spi->InterruptTime.QuadPart = UInt32x32To64(Prcb->InterruptTime, KeMaximumIncrement); in QSI_DEF()
|
/reactos/sdk/include/ndk/ |
H A D | extypes.h | 968 LARGE_INTEGER InterruptTime; member
|
/reactos/sdk/include/xdk/ |
H A D | ketypes.h | 1274 volatile KSYSTEM_TIME InterruptTime; // 0x8 member
|