Searched refs:siobusycheck (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/sio/
H A Dsio.c143 #define CSE_BUSYCHECK 1 /* siobusycheck() scheduled */
259 static timeout_t siobusycheck; variable
1244 siobusycheck(chan) function
1269 timeout(siobusycheck, com, hz / 100);
1744 timeout(siobusycheck, com, hz / 100);
/freebsd-10.2-release/sys/pc98/cbus/
H A Dsio.c207 #define CSE_BUSYCHECK 1 /* siobusycheck() scheduled */
347 static timeout_t siobusycheck; variable
1975 siobusycheck(chan) function
2012 timeout(siobusycheck, com, hz / 100);
2696 timeout(siobusycheck, com, hz / 100);

Completed in 48 milliseconds