OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BACKOFF_LIMIT
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
etherboot.h
46
#define
BACKOFF_LIMIT
7
main.c
1142
#ifdef
BACKOFF_LIMIT
1143
if (exp >
BACKOFF_LIMIT
)
1144
exp =
BACKOFF_LIMIT
;
Completed in 35 milliseconds