Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/
Dold_tcp.h4 #define TCP_INITIAL_TIMEOUT (3*TICKS_PER_SEC)
5 #define TCP_MAX_TIMEOUT (60*TICKS_PER_SEC)
6 #define TCP_MIN_TIMEOUT (TICKS_PER_SEC)
/external/syslinux/gpxe/src/include/gpxe/
Dretry.h15 #define DEFAULT_MIN_TIMEOUT ( TICKS_PER_SEC / 4 )
18 #define DEFAULT_MAX_TIMEOUT ( 10 * TICKS_PER_SEC )
Ddhcp.h597 #define DHCP_MIN_TIMEOUT ( 1 * TICKS_PER_SEC )
598 #define DHCP_MAX_TIMEOUT ( 10 * TICKS_PER_SEC )
601 #define PROXYDHCP_MAX_TIMEOUT ( 2 * TICKS_PER_SEC )
604 #define PXEBS_MAX_TIMEOUT ( 3 * TICKS_PER_SEC )
Dtimer.h74 #define TICKS_PER_SEC ( ticks_per_sec() ) macro
Dtcp.h314 #define TCP_MSL ( 2 * 60 * TICKS_PER_SEC )
/external/syslinux/gpxe/src/core/
Dproto_eth_slow.c83 #define FAST_PERIODIC_TIME (1*TICKS_PER_SEC)
84 #define SLOW_PERIODIC_TIME (30*TICKS_PER_SEC)
87 #define CHURN_DETECTION_TIME (60*TICKS_PER_SEC)
88 #define AGGREGATE_WAIT_TIME (2*TICKS_PER_SEC)
193 return when?(when - now)/TICKS_PER_SEC : 0; in lacp_timer_val()
Dgetkey.c33 #define GETKEY_TIMEOUT ( TICKS_PER_SEC / 4 )
Dmonojob.c88 if ( elapsed >= TICKS_PER_SEC ) { in monojob_wait()
/external/syslinux/gpxe/src/drivers/net/
Dcs89x0.c129 unsigned long tmo = currticks() + 4*TICKS_PER_SEC; in wait_eeprom_ready()
199 unsigned long tmo = currticks() + TICKS_PER_SEC; in control_dc_dc()
246 if (currticks() - tmo > 40*TICKS_PER_SEC) { in detect_tp()
414 for (tmo = currticks() + 5*TICKS_PER_SEC; currticks() < tmo; ); in cs89x0_transmit()
428 for (tmo = currticks()+5*TICKS_PER_SEC; in cs89x0_transmit()
Ddavicom.c54 #define TX_TIME_OUT 2*TICKS_PER_SEC
366 to = currticks() + 2 * TICKS_PER_SEC; in davicom_media_chk()
491 davicom_wait(TICKS_PER_SEC); in davicom_reset()
Dsis900.h369 #define TX_TIMEOUT (4*TICKS_PER_SEC)
Dsmc9000.c650 for (time_out = currticks() + 5*TICKS_PER_SEC; currticks() < time_out; ) { in smc9000_transmit()
715 status = 0; time_out = currticks() + 5*TICKS_PER_SEC; in smc9000_transmit()
Dpcnet32.c613 time = currticks() + TICKS_PER_SEC; /* wait one second */ in pcnet32_transmit()
Dtulip.c125 #define TX_TIME_OUT 2*TICKS_PER_SEC
1443 tulip_wait(4*TICKS_PER_SEC); in tulip_probe()
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
DgateA20.c51 time = currticks() + TICKS_PER_SEC; /* max wait of 1 second */ in empty_8042()
/external/syslinux/gpxe/src/usr/
Dpxemenu.c322 if ( elapsed >= TICKS_PER_SEC ) { in pxe_menu_prompt_and_select()
/external/syslinux/gpxe/src/net/udp/
Dslam.c114 #define SLAM_SLAVE_TIMEOUT ( 1 * TICKS_PER_SEC )
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1034 return n * TICKS_PER_SEC * timebase->num / timebase->den; in timebase_units_to_ticks()
1039 const int64_t round = (int64_t)TICKS_PER_SEC * timebase->num / 2 - 1; in ticks_to_timebase_units()
1040 return (n * timebase->den + round) / timebase->num / TICKS_PER_SEC; in ticks_to_timebase_units()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h59 #define TICKS_PER_SEC 10000000 macro
Dvp9_encoder.c4839 (double)TICKS_PER_SEC;
4900 TICKS_PER_SEC) {
/external/syslinux/gpxe/src/net/80211/
Dnet80211.c1647 #define ASSOC_TIMEOUT TICKS_PER_SEC