Home
last modified time | relevance | path

Searched refs:TICK_TIMER_PERIOD_IN_MSEC (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/storage/class/classpnp/
H A Dautorun.c129 #define TICK_TIMER_PERIOD_IN_MSEC 1000 macro
3716 LONGLONG period = TICK_TIMER_PERIOD_IN_MSEC * (10 * 1000); // Convert to units of 100ns. in ClasspUpdateTimerNoWakeTolerance()
3885 LONGLONG period = TICK_TIMER_PERIOD_IN_MSEC * (10 * 1000); // Convert to units of 100ns. in ClasspEnableTimer()
3925 timeout.QuadPart = TICK_TIMER_PERIOD_IN_MSEC * (10 * 1000) * (-1); in ClasspEnableTimer()
3927 timeout, TICK_TIMER_PERIOD_IN_MSEC, TICK_TIMER_DELAY_IN_MSEC, in ClasspEnableTimer()