Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/hvc/
Dhvc_console.c592 int written_total = 0; in hvc_poll() local
598 written_total = hvc_push(hp); in hvc_poll()
604 timeout = (written_total) ? 0 : MIN_TIMEOUT; in hvc_poll()