Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_core.c426 int cnt, ipend, testintr; in uart_intr() local
432 testintr = sc->sc_testintr; in uart_intr()
433 while ((!testintr || cnt < 20) && (ipend = UART_IPEND(sc)) != 0) { in uart_intr()
453 ((testintr && cnt == 20) ? FILTER_SCHEDULE_THREAD : in uart_intr()