Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvsi.c45 #define HVSI_TIMEOUT (5*HZ) macro
515 unsigned long end_jiffies = jiffies + HVSI_TIMEOUT; in poll_for_state()
534 if (!wait_event_timeout(hp->stateq, (hp->state == state), HVSI_TIMEOUT)) in wait_for_state()
612 unsigned long end_jiffies = jiffies + HVSI_TIMEOUT; in hvsi_drain_input()
749 wait_event_timeout(hp->emptyq, (hp->n_outbuf <= 0), HVSI_TIMEOUT); in hvsi_flush_output()