Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtty.h40 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) macro
/linux-6.3-rc2/drivers/tty/
A Dn_tty.c1899 int amt = poll && !TIME_CHAR(tty) && MIN_CHAR(tty) ? MIN_CHAR(tty) : 1; in input_available_p()
2188 time = (HZ / 10) * TIME_CHAR(tty); in n_tty_read()
2190 timeout = (HZ / 10) * TIME_CHAR(tty); in n_tty_read()

Completed in 8 milliseconds