Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ichsmb/
H A Dichsmb.c491 const int maxloops = 16; in ichsmb_device_intr() local
498 for (count = 0; count < maxloops; count++) { in ichsmb_device_intr()
627 if (count == maxloops) { in ichsmb_device_intr()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c5160 int maxloops; in ahc_pause_and_flushwork() local
5163 maxloops = 1000; in ahc_pause_and_flushwork()
5184 } while (--maxloops in ahc_pause_and_flushwork()
5188 if (maxloops == 0) { in ahc_pause_and_flushwork()
H A Daic79xx.c7099 u_int maxloops; in ahd_pause_and_flushwork() local
7101 maxloops = 1000; in ahd_pause_and_flushwork()
7127 } while (--maxloops in ahd_pause_and_flushwork()
7133 if (maxloops == 0) { in ahd_pause_and_flushwork()