Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds