Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lptcontrol/
H A Dlptcontrol.c45 #define DO_POLL 0 macro
78 irq_status = DO_POLL; in main()
/freebsd/sys/dev/ichiic/
H A Dig4_iic.c75 #define DO_POLL(sc) (cold || kdb_active || SCHEDULER_STOPPED() || sc->poll) macro
312 if (!DO_POLL(sc)) { in wait_intr()