Searched refs:TIME_CHAR (Results 1 – 2 of 2) sorted by relevance
40 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) macro
1942 int amt = poll && !TIME_CHAR(tty) && MIN_CHAR(tty) ? MIN_CHAR(tty) : 1; in input_available_p()2227 time = (HZ / 10) * TIME_CHAR(tty); in n_tty_read()2229 timeout = (HZ / 10) * TIME_CHAR(tty); in n_tty_read()