Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvsi.c58 #define HVSI_TIMEOUT (5*HZ) macro
528 unsigned long end_jiffies = jiffies + HVSI_TIMEOUT; in poll_for_state()
547 if (!wait_event_timeout(hp->stateq, (hp->state == state), HVSI_TIMEOUT)) in wait_for_state()
625 unsigned long end_jiffies = jiffies + HVSI_TIMEOUT; in hvsi_drain_input()
762 wait_event_timeout(hp->emptyq, (hp->n_outbuf <= 0), HVSI_TIMEOUT); in hvsi_flush_output()