Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/hvc/
Dhvc_console.c627 #define MIN_TIMEOUT (10) macro
629 static u32 timeout = MIN_TIMEOUT;
662 timeout = (written_total) ? 0 : MIN_TIMEOUT; in __hvc_poll()
764 timeout = MIN_TIMEOUT; in __hvc_poll()