Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_crash.c94 #define PANIC_TIMER_STEP 100 in hv_panic_timeout_reboot() macro
99 for (i = 0; i < panic_timeout * 1000; i += PANIC_TIMER_STEP) in hv_panic_timeout_reboot()
100 mdelay(PANIC_TIMER_STEP); in hv_panic_timeout_reboot()