Home
last modified time | relevance | path

Searched refs:TICKS_PER_SEC (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_timer.c82 #define TICKS_PER_LATCH ((LATCHES_PER_SEC + (TICKS_PER_SEC/2))/TICKS_PER_SEC)
135 printf("CPU %ld Mhz\n", (clocks_per_tick/1000 * TICKS_PER_SEC)/1000); in setup_timers()
167 timer_timeout = now + usecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000)); in udelay()
174 timer_timeout = now + nsecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000*1000)); in ndelay()
183 clocks = timer2_ticks * ((clocks_per_tick * TICKS_PER_SEC)/CLOCK_TICK_RATE); in load_timer2()
H A Digmp.h5 #define IGMP_INTERVAL (10*TICKS_PER_SEC)
6 #define IGMPv1_ROUTER_PRESENT_TIMEOUT (400*TICKS_PER_SEC)
H A Dtftp.h14 #define TFTP_TIMEOUT (30*TICKS_PER_SEC)
16 #define TFTP_REXMT (3*TICKS_PER_SEC)
H A Dlatch.h4 #define TICKS_PER_SEC 18 macro
H A Dmisc.c61 for (tmo = currticks()+secs*TICKS_PER_SEC; currticks() < tmo; ) { in sleep()
94 if ((lastticks + (TICKS_PER_SEC/18)) > ticks) in twiddle()
H A Ddavicom.c50 #define TX_TIME_OUT 2*TICKS_PER_SEC
362 to = currticks() + 2 * TICKS_PER_SEC; in davicom_media_chk()
487 davicom_wait(TICKS_PER_SEC); in davicom_reset()
H A Dgrub.h26 #define TIMEOUT (10*TICKS_PER_SEC)
H A Dnic.c611 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC); in bootp()
738 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC); in dhcp()
794 interval = (igmp->response_time * TICKS_PER_SEC)/10; in process_igmp()
1130 #define TWO_SECOND_DIVISOR (RAND_MAX/TICKS_PER_SEC)
1141 tmo = (base << exp) + (TICKS_PER_SEC - (random()/TWO_SECOND_DIVISOR)); in rfc2131_sleep_interval()
H A Dsis900.h374 #define TX_TIMEOUT (4*TICKS_PER_SEC)
H A Drtl8139.c70 #define RTL_TIMEOUT (1*TICKS_PER_SEC)
H A Dnatsemi.c67 #define TX_TIMEOUT (4*TICKS_PER_SEC)
H A Dpcnet32.c621 time = currticks() + TICKS_PER_SEC; /* wait one second */ in pcnet32_transmit()
H A Dtulip.c118 #define TX_TIME_OUT 2*TICKS_PER_SEC
1419 tulip_wait(4*TICKS_PER_SEC); in tulip_probe()
/illumos-gate/usr/src/common/fs/
H A Dpcfilep.h36 #define TICKS_PER_SEC 18 /* It's really 18.2! */ macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h156 #define TICKS_PER_SEC drv_usectohz(1000000) macro
159 #define TX_TIMEOUT 3*TICKS_PER_SEC
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5976 qlge->ql_timer_ticks = TICKS_PER_SEC / 4; in ql_restart_timer()