Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dconsole.c82 UINT64 watchdog_timeout_sec = 5 * 60, in console_key_read() local
83 watchdog_ping_usec = watchdog_timeout_sec / 2 * 1000 * 1000; in console_key_read()
93 (void) BS->SetWatchdogTimer(watchdog_timeout_sec, 0x10000, 0, NULL); in console_key_read()
95 (void) BS->SetWatchdogTimer(watchdog_timeout_sec, 0x10000, 0, NULL); in console_key_read()