|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntoskrnl.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Variables | |
| KSPIN_LOCK | IopTimerLock |
| LIST_ENTRY | IopTimerQueueHead |
| KDPC | IopTimerDpc |
| KTIMER | IopTimer |
| ULONG | IopTimerCount = 0 |
| NTSTATUS NTAPI IoInitializeTimer | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIO_TIMER_ROUTINE | TimerRoutine, | ||
| IN PVOID | Context | ||
| ) |
Definition at line 92 of file iotimer.c.
Referenced by IntVideoPortSetupTimer(), PcAddAdapterDevice(), ScsiPortInitialize(), USBSTOR_AddDevice(), and WdmaudAddDevice().
Definition at line 70 of file iotimer.c.
Referenced by IoDeleteDevice().
| VOID NTAPI IopTimerDispatch | ( | IN PKDPC | Dpc, |
| IN PVOID | DeferredContext, | ||
| IN PVOID | SystemArgument1, | ||
| IN PVOID | SystemArgument2 | ||
| ) |
Definition at line 32 of file iotimer.c.
Referenced by IoInitSystem().
| VOID NTAPI IoStartTimer | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 133 of file iotimer.c.
Referenced by FdoStartAdapter(), PcAddAdapterDevice(), VideoPortStartTimer(), and WdmaudAddDevice().
| VOID NTAPI IoStopTimer | ( | PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 166 of file iotimer.c.
Referenced by FdoRemoveAdapter(), USBSTOR_FdoHandlePnp(), and VideoPortStopTimer().
| KTIMER IopTimer |
Definition at line 23 of file iotimer.c.
Referenced by IoInitSystem().
| ULONG IopTimerCount = 0 |
Definition at line 26 of file iotimer.c.
Referenced by IopRemoveTimerFromTimerList(), IopTimerDispatch(), IoStartTimer(), and IoStopTimer().
| KDPC IopTimerDpc |
Definition at line 22 of file iotimer.c.
Referenced by IoInitSystem().
| KSPIN_LOCK IopTimerLock |
Definition at line 18 of file iotimer.c.
Referenced by IoInitializeTimer(), IoInitSystem(), IopRemoveTimerFromTimerList(), IopTimerDispatch(), IoStartTimer(), and IoStopTimer().
| LIST_ENTRY IopTimerQueueHead |
Definition at line 19 of file iotimer.c.
Referenced by IoInitializeTimer(), IoInitSystem(), and IopTimerDispatch().