Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/uart/
Duart_core.c404 int cnt, ipend, testintr; in uart_intr() local
410 testintr = sc->sc_testintr; in uart_intr()
411 while ((!testintr || cnt < 20) && (ipend = UART_IPEND(sc)) != 0) { in uart_intr()
431 ((testintr && cnt == 20) ? FILTER_SCHEDULE_THREAD : in uart_intr()