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

/linux-master/include/linux/
H A Dtty.h39 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) macro
/linux-master/drivers/tty/
H A Dn_tty.c1927 int amt = poll && !TIME_CHAR(tty) && MIN_CHAR(tty) ? MIN_CHAR(tty) : 1;
2212 time = (HZ / 10) * TIME_CHAR(tty);
2214 timeout = (HZ / 10) * TIME_CHAR(tty);

Completed in 145 milliseconds