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

/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_core.c61 #define PASS_LIMIT 512 macro
137 if (l == i->head && pass_counter++ > PASS_LIMIT) { serial8250_interrupt()
/linux-4.4.14/drivers/tty/serial/
H A Dm32r_sio.c68 #define PASS_LIMIT 256 macro
487 if (l == i->head && pass_counter++ > PASS_LIMIT) { m32r_sio_interrupt()
H A Dserial_txx9.c39 #define PASS_LIMIT 256 macro
406 if (pass_counter++ > PASS_LIMIT) serial_txx9_interrupt()

Completed in 173 milliseconds