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

/linux-master/drivers/tty/
H A Dn_tty.c101 unsigned long overrun_time; member in struct:n_tty_data
1162 * as num_overrun and overrun_time are function private.
1169 if (time_is_before_jiffies(ldata->overrun_time + HZ)) {
1171 ldata->overrun_time = jiffies;
1911 ldata->overrun_time = jiffies;

Completed in 272 milliseconds