Home
last modified time | relevance | path

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

/qemu/hw/watchdog/
H A Dspapr_watchdog.c137 target_ulong timeoutInMs = args[2]; in h_watchdog() local
151 if (timeoutInMs <= WDT_MIN_TIMEOUT) { in h_watchdog()
167 qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL) + timeoutInMs); in h_watchdog()
168 trace_spapr_watchdog_start(flags, watchdogNumber, timeoutInMs); in h_watchdog()