Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvsi.c84 int n_throttle; member
389 hp->n_throttle = overflow; in hvsi_recv_data()
478 hp->n_throttle); in hvsi_send_overflow()
480 hvsi_insert_chars(hp, hp->throttle_buf, hp->n_throttle); in hvsi_send_overflow()
481 hp->n_throttle = 0; in hvsi_send_overflow()
512 if (tty && hp->n_throttle && !test_bit(TTY_THROTTLED, &tty->flags)) { in hvsi_interrupt()
996 if (hp->n_throttle) { in hvsi_unthrottle()