Home
last modified time | relevance | path

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

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