Home
last modified time | relevance | path

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

/drivers/tty/hvc/
Dhvc_console.c600 int written_total = 0; in hvc_poll() local
606 written_total = hvc_push(hp); in hvc_poll()
612 timeout = (written_total) ? 0 : MIN_TIMEOUT; in hvc_poll()