Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserial_core.h1034 #define SYSRQ_TIMEOUT (HZ * 5) macro
1145 port->sysrq = jiffies + SYSRQ_TIMEOUT; in uart_handle_break()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c3611 port->sysrq = jiffies + SYSRQ_TIMEOUT; in uart_try_toggle_sysrq()