ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
KTIMER_TABLE_ENTRY | KiTimerTableListHead [TIMER_TABLE_SIZE] |
LARGE_INTEGER | KiTimeIncrementReciprocal |
UCHAR | KiTimeIncrementShiftCount |
BOOLEAN | KiEnableTimerWatchdog = FALSE |
#define NDEBUG |
Definition at line 12 of file timerobj.c.
Definition at line 206 of file timerobj.c.
Referenced by _Function_class_(), _Requires_lock_held_(), BeepClose(), BeepStartIo(), BeepUnload(), ClasspDisableTimer(), ClasspStopIdleTimer(), CmpShutdownWorkers(), DispCancelRequest(), ExpDeleteTimer(), ExpWorkerThreadBalanceManager(), ExTimerRundown(), FatDeleteVcb(), FreeDeviceData(), HandleRemoveDevice(), HandleStopDevice(), HandleSurpriseRemoval(), i8042MouDpcRoutine(), KsStreamPointerCancelTimeout(), MsfsWrite(), NdisCancelTimer(), NdisIPnPStopDevice(), NdisMCancelTimer(), NpCancelWaiter(), NpCancelWaitQueueIrp(), NtCancelTimer(), NtSetTimer(), ReadBytes(), ReceiveDatagram(), ScratchBuffer_ReadWriteEvtRequestCancel(), ScsiPortDpcForIsr(), SignalSocket(), StartMotor(), MxTimer::Stop(), SubmitIdleRequestIrp(), TCPSendEventHandler(), TiUnload(), USBH_SyncIrpComplete(), and CMiniportDMusUARTStream::~CMiniportDMusUARTStream().
Definition at line 233 of file timerobj.c.
Referenced by _Function_class_(), _Requires_lock_held_(), CcInitializeCacheManager(), ClasspInitializeIdleTimer(), ClasspInitializeTimer(), ClassPnpStartDevice(), CmpCmdInit(), CmpInitDelayDerefKCBEngine(), CmpInitializeDelayedCloseTable(), CTEInitTimer(), DriverEntry(), ExpWorkerThreadBalanceManager(), Ext2StartFloppyFlushDpc(), i8042MouInternalDeviceControl(), InitController(), InitializeDeviceData(), InitInputImpl(), IopRestartLogWorker(), KdInitSystem(), KeInitThread(), KsAllocateDefaultClockEx(), KsCreateBusEnumObject(), MsfsRead(), NdisIAddDevice(), NdisInitializeTimer(), NdisMInitializeTimer(), NdisMSleep(), NpAddWaiter(), ReadBytes(), RxInitializeRxTimer(), ScratchBuffer_ReadWriteCompletionRoutine(), ScsiPortInitialize(), TCPAllocateConnectionEndpoint(), TransferPacketQueueRetryDpc(), USBH_SyncSubmitUrb(), USBPORT_RequestAsyncCallback(), USBPORT_SoftInterrupt(), USBPORT_StartTimer(), and Wait().
Definition at line 244 of file timerobj.c.
Referenced by AfdSelect(), DispEchoRequest(), FreeBT_AddDevice(), MxTimer::Initialize(), IoInitSystem(), KeBalanceSetManager(), KeInitializeTimer(), MiInitBalancerThread(), NtCreateTimer(), PoInitializePrcb(), and TestTimerFunctional().
Definition at line 269 of file timerobj.c.
Referenced by NtCancelTimer(), NtQueryTimer(), and NtSetTimer().
Definition at line 281 of file timerobj.c.
Referenced by _Function_class_(), _Requires_lock_held_(), AfdSelect(), BeepStartIo(), CcScheduleLazyWriteScan(), CmBattPowerCallBack(), CmpArmDelayedCloseTimer(), CmpCmdInit(), CmpDelayDerefKeyControlBlock(), CmpLazyFlush(), CTEStartTimer(), DispEchoRequest(), ExpWorkerThreadBalanceManager(), Ext2StartFloppyFlushDpc(), FatCleanVolumeDpc(), i8042MouDpcRoutine(), IntSetTimer(), IopRestartLogWorker(), KdpTimeSlipWork(), KspBusWorkerRoutine(), KsServiceBusEnumCreateRequest(), KsServiceBusEnumPnpRequest(), KsStreamPointerScheduleTimeout(), MsfsRead(), NdisMSetTimer(), NdisMSleep(), NdisSetTimer(), NpAddWaiter(), ProcessTimers(), ReadBytes(), RxPostOneShotTimerRequest(), RxTimerDispatch(), ScratchBuffer_ReadWriteCompletionRoutine(), ScsiPortDpcForIsr(), StopMotor(), TCPDisconnect(), TransferPacketQueueRetryDpc(), uninit(), USBH_SyncSubmitUrb(), USBPORT_RequestAsyncCallback(), USBPORT_SoftInterrupt(), USBPORT_StartTimer(), USBPORT_TimerDpc(), and Wait().
BOOLEAN NTAPI KeSetTimerEx | ( | IN OUT PKTIMER | Timer, |
IN LARGE_INTEGER | DueTime, | ||
IN LONG | Period, | ||
IN PKDPC Dpc | OPTIONAL | ||
) |
Definition at line 294 of file timerobj.c.
Referenced by _IRQL_requires_max_(), ClasspRetryDpcTimer(), ClasspStartIdleTimer(), DriverEntry(), HandleStartDevice(), IdleNotificationRequestComplete(), InitializeDeviceData(), IoInitSystem(), KeBalanceSetManager(), KeSetTimer(), MiInitBalancerThread(), NdisIPnPStartDevice(), NdisMSetPeriodicTimer(), and NtSetTimer().
Definition at line 167 of file timerobj.c.
Referenced by KxInsertTimer().
Definition at line 63 of file timerobj.c.
Referenced by KeSetSystemTime(), KiInsertTreeTimer(), and KxInsertTimer().
Definition at line 26 of file timerobj.c.
Referenced by KiSignalTimer(), KiTimerExpiration(), and KiTimerListExpire().
Definition at line 114 of file timerobj.c.
Referenced by KeSetTimerEx(), and KiCompleteTimer().
Definition at line 20 of file timerobj.c.
Referenced by NmiDbgCallback().
LARGE_INTEGER KiTimeIncrementReciprocal |
Definition at line 18 of file timerobj.c.
Referenced by KiInitializeKernel().
UCHAR KiTimeIncrementShiftCount |
Definition at line 19 of file timerobj.c.
Referenced by KiInitializeKernel().
KTIMER_TABLE_ENTRY KiTimerTableListHead[TIMER_TABLE_SIZE] |
Definition at line 17 of file timerobj.c.
Referenced by KeSetSystemTime(), KiCheckForTimerExpiration(), KiCheckTimerTable(), KiInitializeKernel(), KiInitSystem(), KiInsertTimerTable(), KiRemoveEntryTimer(), KiTimerExpiration(), and KxRemoveTreeTimer().