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

/freebsd-11-stable/sys/dev/ichsmb/
H A Dichsmb.c502 const int maxloops = 16; local
509 for (count = 0; count < maxloops; count++) {
621 if (count == maxloops) {
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c5187 int maxloops; local
5190 maxloops = 1000;
5211 } while (--maxloops
5215 if (maxloops == 0) {
H A Daic79xx.c7143 u_int maxloops; local
7145 maxloops = 1000;
7172 } while (--maxloops
7178 if (maxloops == 0) {

Completed in 294 milliseconds