Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvc_console.c585 int written_total = 0; in hvc_poll() local
591 written_total = hvc_push(hp); in hvc_poll()
597 timeout = (written_total) ? 0 : MIN_TIMEOUT; in hvc_poll()