OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxloops
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/sbus/
dbri.c
614
int
maxloops
= 1000000;
local
630
while ((--
maxloops
) > 0 &&
638
if (
maxloops
== 0) {
646
while ((--
maxloops
) > 0 && (!sc->sc_waitseen))
648
if (
maxloops
== 0) {
/src/sys/dev/ic/
aic7xxx.c
4918
int
maxloops
;
local
4921
maxloops
= 1000;
4935
} while (--
maxloops
4938
if (
maxloops
== 0) {
aic79xx.c
6816
u_int
maxloops
;
local
6819
maxloops
= 1000;
6854
} while (--
maxloops
6859
if (
maxloops
== 0) {
Completed in 32 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026