Home
last modified time | relevance | path

Searched refs:InterruptTime (Results 1 – 25 of 28) sorted by relevance

12

/reactos/ntoskrnl/ke/
H A Dtime.c43 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 Dwait.c293 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 Dclock.c211 CurrentTime.HighPart = SharedUserData->InterruptTime.High1Time; in KeQueryInterruptTime()
212 CurrentTime.LowPart = SharedUserData->InterruptTime.LowPart; in KeQueryInterruptTime()
214 SharedUserData->InterruptTime.High2Time) break; in KeQueryInterruptTime()
H A Dtimerobj.c66 ULONGLONG InterruptTime; in KiInsertTimerTable() local
104 InterruptTime = KeQueryInterruptTime(); in KiInsertTimerTable()
105 if (DueTime <= InterruptTime) Expired = TRUE; in KiInsertTimerTable()
H A Dqueue.c251 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 Ddpc.c84 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 Dcompbatt.h36 ULONGLONG InterruptTime; member
50 ULONGLONG InterruptTime; member
/reactos/ntoskrnl/include/internal/
H A Dke_x.h956 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 Dpo.h76 ULONGLONG InterruptTime; member
/reactos/drivers/bus/acpi/cmbatt/
H A Dcmbatt.h140 ULONGLONG InterruptTime; member
H A Dcmbatt.c604 DeviceExtension->InterruptTime = KeQueryInterruptTime(); in CmBattQueryTag()
869 DeviceExtension->InterruptTime = KeQueryInterruptTime(); in CmBattGetBatteryStatus()
1084 if ((KeQueryInterruptTime() - 150000000) > (FdoExtension->InterruptTime)) in CmBattQueryInformation()
H A Dcmbpnp.c680 FdoExtension->InterruptTime = KeQueryInterruptTime(); in CmBattAddBattery()
/reactos/modules/rostests/winetests/ntdll/
H A Dtime.c55 volatile KSYSTEM_TIME InterruptTime; member
/reactos/modules/rosapps/applications/sysutils/ctm/
H A Dctm.c452 liCurrentKernelTime.QuadPart += SysProcessorTimeInfo[Idx].InterruptTime.QuadPart; in PerfDataRefresh()
/reactos/ntoskrnl/ps/
H A Dthread.c103 NewCookie = (Prcb->MmPageFaultCount ^ Prcb->InterruptTime ^ in PspUserThreadStartup()
/reactos/sdk/include/ndk/i386/
H A Dketypes.h573 ULONG InterruptTime; member
/reactos/sdk/include/ndk/arm/
H A Dketypes.h911 ULONG InterruptTime; member
/reactos/sdk/include/ndk/amd64/
H A Dketypes.h809 ULONG InterruptTime; member
/reactos/sdk/include/asm/
H A Dksarm.template.h410 OFFSET(PbInterruptTime, KPRCB, InterruptTime), // 0x910
H A Dks386.template.h314 OFFSET(PbInterruptTime, KPRCB, InterruptTime),
H A Dksx.template.h850 OFFSET(UsInterruptTime, KUSER_SHARED_DATA, InterruptTime), // 0x8
/reactos/base/applications/taskmgr/
H A Dperfdata.c262 CurrentKernelTime += Li2Double(SystemProcessorTimeInfo[Idx].InterruptTime); in PerfDataRefresh()
/reactos/ntoskrnl/ex/
H A Dsysinfo.c1193 Spi->InterruptTime.QuadPart = UInt32x32To64(Prcb->InterruptTime, KeMaximumIncrement); in QSI_DEF()
/reactos/sdk/include/ndk/
H A Dextypes.h968 LARGE_INTEGER InterruptTime; member
/reactos/sdk/include/xdk/
H A Dketypes.h1274 volatile KSYSTEM_TIME InterruptTime; // 0x8 member

12