Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dimx.c214 int idle_counter; member
372 sport->idle_counter = 0; in imx_uart_soft_reset()
855 sport->idle_counter = 0; in imx_uart_check_flood()
856 } else if (++sport->idle_counter > 3) { in imx_uart_check_flood()
1336 sport->idle_counter = 0; in imx_uart_clear_rx_errors()
/linux/drivers/md/bcache/
H A Dbcache.h527 atomic_t idle_counter; member