Searched refs:TIME_CHAR (Results 1 – 2 of 2) sorted by relevance
1748 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()
111 #define TIME_CHAR(tty) ((tty)->termios->c_cc[VTIME]) macro