Searched defs:receive_room (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dn_tty.c164 static int receive_room(struct tty_struct *tty) function
206 if (unlikely(ldata->no_room) && receive_room(tty)) {
260 if (receive_room(tty) >= TTY_THRESHOLD_THROTTLE)
1696 room = receive_room(tty);
1711 tty->receive_room = room;

Completed in 59 milliseconds