OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TICKS_PER_SEC
(Results
1 - 13
of
13
) sorted by null
/external/grub/netboot/
etherboot.h
71
#define
TICKS_PER_SEC
18
74
#define TIMEOUT (10 *
TICKS_PER_SEC
)
78
#define TFTP_TIMEOUT (30 *
TICKS_PER_SEC
)
80
#define TFTP_REXMT (3 *
TICKS_PER_SEC
)
timer.c
30
#define HZ
TICKS_PER_SEC
cs89x0.c
102
unsigned long tmo = currticks() + 4*
TICKS_PER_SEC
;
172
unsigned long tmo = currticks() +
TICKS_PER_SEC
;
219
if (currticks() - tmo > 40*
TICKS_PER_SEC
) {
387
for (tmo = currticks() + 5*
TICKS_PER_SEC
; currticks() < tmo; );
401
for (tmo = currticks()+5*
TICKS_PER_SEC
;
davicom.c
53
#define TX_TIME_OUT 2*
TICKS_PER_SEC
379
to = currticks() + 2 *
TICKS_PER_SEC
;
508
davicom_wait(
TICKS_PER_SEC
);
tiara.c
185
time = currticks() +
TICKS_PER_SEC
; /* wait one second */
smc9000.c
215
for (time_out = currticks() + 5*
TICKS_PER_SEC
; currticks() < time_out; ) {
280
status = 0; time_out = currticks() + 5*
TICKS_PER_SEC
;
sis900.h
357
#define TX_TIMEOUT (4*
TICKS_PER_SEC
)
main.c
676
ip.bp.bp_secs = htons ((currticks () - starttime) /
TICKS_PER_SEC
);
1130
#define TWO_SECOND_DIVISOR (2147483647l/
TICKS_PER_SEC
)
1155
tmo = (base << exp) + (
TICKS_PER_SEC
- (seed / TWO_SECOND_DIVISOR));
natsemi.c
68
#define TX_TIMEOUT (4*
TICKS_PER_SEC
)
rtl8139.c
69
#define RTL_TIMEOUT (1*
TICKS_PER_SEC
)
lance.c
369
time = currticks() +
TICKS_PER_SEC
; /* wait one second */
tulip.c
118
#define TX_TIME_OUT 2*
TICKS_PER_SEC
[
all
...]
i82586.c
351
time = currticks() +
TICKS_PER_SEC
; /* allow 1 second to init */
Completed in 99 milliseconds