tag
line
file
source code
overrun_time
318
drivers/char/n_tty.c
if (tty->overrun_time < (jiffies - HZ)) {
overrun_time
321
drivers/char/n_tty.c
tty->overrun_time = jiffies;
overrun_time
232
include/linux/tty.h
unsigned overrun_time;