Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvc_console.c639 int written_total = 0; in __hvc_poll() local
645 written_total = hvc_push(hp); in __hvc_poll()
651 timeout = (written_total) ? 0 : MIN_TIMEOUT; in __hvc_poll()