Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/
Dn_tty.c1748 time = (HZ / 10) * TIME_CHAR(tty); in n_tty_read()
2049 if (input_available_p(tty, TIME_CHAR(tty) ? 0 : MIN_CHAR(tty))) in n_tty_poll()
2058 if (MIN_CHAR(tty) && !TIME_CHAR(tty)) in n_tty_poll()
/linux-3.4.99/include/linux/
Dtty.h111 #define TIME_CHAR(tty) ((tty)->termios->c_cc[VTIME]) macro