Searched refs:maxloops (Results 1 – 3 of 3) sorted by relevance
614 int maxloops = 1000000; in dbri_command_send() local630 while ((--maxloops) > 0 && in dbri_command_send()638 if (maxloops == 0) { in dbri_command_send()646 while ((--maxloops) > 0 && (!sc->sc_waitseen)) in dbri_command_send()648 if (maxloops == 0) { in dbri_command_send()
4918 int maxloops; in ahc_pause_and_flushwork() local4921 maxloops = 1000; in ahc_pause_and_flushwork()4935 } while (--maxloops in ahc_pause_and_flushwork()4938 if (maxloops == 0) { in ahc_pause_and_flushwork()
6816 u_int maxloops; in ahd_pause_and_flushwork() local6819 maxloops = 1000; in ahd_pause_and_flushwork()6854 } while (--maxloops in ahd_pause_and_flushwork()6859 if (maxloops == 0) { in ahd_pause_and_flushwork()