Searched refs:__polling (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dcons_machdep.c176 static bool __polling = false; local
179 if (on && !__polling) {
181 __polling = true;
182 } else if (!on && __polling) {
183 __polling = false;
/netbsd-current/sys/arch/ews4800mips/dev/
H A Dewskbd.c572 static bool __polling = false; local
575 if (on && !__polling) {
578 __polling = true;
579 } else if (!on && __polling) {
581 __polling = false;
/netbsd-current/sys/arch/ews4800mips/sbd/
H A Dkbms_sbdio.c457 static bool __polling = false; local
460 if (on && !__polling) {
462 __polling = true;
463 } else if (!on && __polling) {
464 __polling = false;

Completed in 175 milliseconds